Convert hexadecimal (base-16) numbers to decimal (base-10). Essential for working with color codes, memory addresses, and web development.
Convert hexadecimal (base-16) numbers to decimal (base-10). Essential for working with color codes, memory addresses, and web development.
Enter a hex number using 0-9 and A-F (case-insensitive).
Each hexadecimal digit (0-9, A-F) is multiplied by 16 raised to the power of its position, then all values are summed.
How this calculator works
Each hexadecimal digit (0-9, A-F) is multiplied by 16 raised to the power of its position, then all values are summed.
Common questions about this calculator