HEX to
DEC Converter Online
number-base
From:
To:
Input
HEX → DEC
Ctrl+↵ convert
Was this tool helpful?
Related Tools
DEC to HEX Converter Online DEC to BIN Converter Online BIN to DEC Converter Online OCT to HEX Converter Online OCT to DEC Converter Online
Frequently Asked Questions
Each digit of the HEX number is multiplied by the corresponding power of 16. For example, FF = 15*16 + 15 = 255. Letters A-F correspond to numbers 10-15.
In hexadecimal, A=10, B=11, C=12, D=13, E=14, F=15. Case does not matter: FF and ff are the same number.
CSS colors are written as #RRGGBB, where each pair is a HEX value from 00 to FF (0-255 in DEC). For example, #FF0000 = red (R=255, G=0, B=0).