How to convert hex
Hexadecimal is a base-16 number system. It uses 0–9 for values zero through nine and A–F for ten through fifteen. This tool parses the integer exactly and shows equivalent values in the other common bases.
Common uses for hex values
Hexadecimal is common in programming, debugging, memory addresses, bit masks, color notation and low-level data formats. This converter is for integer base conversion; CSS color values such as #FFAA00 are better treated as RGB color data rather than one large integer.