Advertisement
Convert 260 (Octal) to Hexadecimal
Number base conversion — exact answer with nearby values
260 in Octal equals
B0
in Hexadecimal (base 16)
Advertisement
Nearby Values
| Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|
| 253 | AB |
| 254 | AC |
| 255 | AD |
| 256 | AE |
| 257 | AF |
| 260 | B0 |
| 261 | B1 |
| 262 | B2 |
| 263 | B3 |
| 264 | B4 |
| 265 | B5 |
How to Convert Octal to Hexadecimal
To convert from Octal (base 8) to Hexadecimal (base 16): express the value in decimal first, then convert to base 16. Decimal 176 = B0 in Hexadecimal.
Advertisement