Language
English English Vietnamese (Tiếng Việt) Vietnamese (Tiếng Việt) Chinese (简体中文) Chinese (简体中文) Portuguese (Brazil) (Português do Brasil) Portuguese (Brazil) (Português do Brasil) Spanish (Español) Spanish (Español) Indonesian (Bahasa Indonesia) Indonesian (Bahasa Indonesia)

Hexadecimal to Decimal

Convert hexadecimal numbers to decimal. Essential for web developers working with colors, programmers reading memory addresses, and IT professionals.

What is the Hexadecimal to Decimal Converter?

This tool converts hexadecimal numbers (base-16) to decimal numbers (base-10), making hex values human-readable.

Why Convert Hex to Decimal?

Hexadecimal conversion is useful for:

  • Web development — understanding color codes (#FFFFFF = 16,777,215)
  • Programming — reading memory addresses and pointers
  • Networking — MAC addresses, IPv6
  • Digital forensics — analyzing binary files

The Conversion

Each hex digit represents 4 bits. A=10, B=11, C=12, D=13, E=14, F=15.

Example: 2A = 2×16 + 10×1 = 32 + 10 = 42

How to Use

  1. Enter hex number — use digits 0-9 and letters A-F
  2. View decimal result — conversion is instant
  3. Copy the value — for use in calculations or code

Common Hex Values

  • FF = 255 (max byte value)
  • 100 = 256 (one byte overflow)
  • FFFF = 65,535 (max 16-bit value)
  • FFFFFF = 16,777,215 (white color)

Case Insensitive

Both uppercase (FF) and lowercase (ff) are accepted and produce the same result.

0123456789ABCDEFabcdef
0x
0123456789

Common Conversions

A = 10
F = 15
10 = 16
FF = 255
100 = 256
FFFF = 65535

Hexadecimal (Base-16)

Uses 0-9 and A-F. Compact way to represent binary data. Common in colors (#FF0000), memory addresses, and MAC addresses.

Decimal (Base-10)

Standard human-readable number system. Each digit position represents a power of 10.

Enter hex digits (0-9 and A-F)
FF in hex = 255 in decimal
Common in CSS colors and memory addresses
Letters A-F represent values 10-15
Want to learn more? Read documentation →
1/5
Start typing to search...
Searching...
No results found
Try searching with different keywords