Decimal to Hex Converter

Convert decimal (base 10) numbers to hexadecimal (base 16)

Hexadecimal Result

0xFF

or just: FF

Division Method Steps

StepDivisionQuotientRemainderHex Digit
1255 / 161515F
215 / 16015F

Read hex digits from bottom to top: FF

Common Decimal Values

Common Uses

• Color codes in CSS (e.g., #FF5733)

• Memory addresses in programming

• MAC addresses in networking

• Unicode code points (e.g., U+1F600)