Hex to Decimal Converter
Convert Hex to Integer.
3900150
About Hex to Decimal Converter
Convert Hexadecimal color codes to their single Integer (Decimal) representation. This is common in certain programming environments (like Android Int colors or game engines) where a color is stored as a single number.
Frequency Asked Questions
What is a Color Integer?
It's the decimal value of the hexadecimal number. 0xFFFFFF = 16777215.
Is alpha included?
This tool processes 6-digit hex (RGB), so alpha is usually not included in this specific integer value.