Decimal to Hex

Tool processing runs in your browser — your pastes/files are not uploaded to our servers for processing.Details

Decimal to hex chart

DecimalHex
10A
15F
1610
311F
10064
12880
255FF
256100
10003E8
65535FFFF

Reverse or related: hex to decimal · decimal to binary · binary to decimal · all bases

Frequently asked questions

How do I convert decimal to hex?

Divide the number by 16 repeatedly, writing down the remainders (10–15 become A–F) from last to first. For example 255 ÷ 16 = 15 r15 → FF. Or paste it into the converter and read the hex instantly.

What is 255 in hex?

255 (decimal) is FF in hexadecimal — two hex digits, the maximum value of one byte.

Do I get an uppercase or lowercase hex result?

The converter shows uppercase hex (FF). Hex is case-insensitive, so ff and FF are the same value — lowercase it if your code style requires.

Is my input uploaded?

No. TryDevSnip converts locally in your browser. Nothing you type is uploaded to our servers for processing.