Hexadecimal
Hexadecimal is base-16 notation where each digit represents exactly four bits, making it the compact standard for bytes, colors, and masks.
Two hex digits describe one byte, which is why hashes, color channels, and memory offsets are conventionally written in hex rather than decimal. Continue with Number Base Converter: a practical guide for the longer explanation.