answersLogoWhite

0


Best Answer

The number 249 in hexadecimal would be F9.

The digits in base 16 correspond to powers of 16 rather than 10.

For a two-digit number, the place values are 16 and 1, and the usable values are from 0 to 15, with values 10 through 15 represented by letters A (10) through F (15).

F9 = (15x16) + (9x1) = 240 + 9

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the decimal number 249 in base 16?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the the decimal number 256 in hex?

0100


What is the decimal number of 256 in hex?

256 base 10 = 100 base 16


What is the hexadecimal equivalent of the decimal number 1016?

1016 in base 10 = 3F8 in base 16.


How are the base 16 and base 2 numbers related?

Both base 16 and base 2 number systems use binary numbers (1 and 0) to write out and define decimal numbers.


What is a hexadecimal value?

It is the value of a number which is expressed in base 16 rather than the "normal" decimal, or base 10, form.


What is the decimal equivalent of the binary number 110100?

110100 (base 2) = 32+16+4 = 52 (base 10)


The largest six digit number is?

In decimal notation it would be 999,999. However, as the base was not specified, if you use base 16 (hexadecimal notation) it would be FFFFFF or 16,777,215 in decimal.


How do you convert binary number 110010 to decimal?

110010 base 2 has one 2, one 16 and one 32 32 + 16 + 2 = 50 base 10


How do you write 601 in base 10?

Assuming the original number is written in base 10, there is no need to convert this to base 10 as it is already there. The hexadecimal number represented as 601 in base 16 is represented in decimal as 1537.


What number is the base of hexadecimal number system?

It is the number 16.


What is the biggest 3 digit number that can be represented in hexidecimal notation?

Assuming your problem means 3 hexadecimal digits, we have the largest 3 digit number being "fff". Since f = 16 (base 10), we have that fff(base 16) = 16*16*16(base 10) = 4096 If it's a 3 digit decimal number, then 999, since hex can represent ANY number.


What is hexadecimal number?

The hexadecimal number system is one using 16 as the base instead of the more familiar ten which we use in the decimal system.