answersLogoWhite

0

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

12y ago

What else can I help you with?

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.


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)


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.


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.


What does the hexa number E78 in radix?

The hexadecimal number E78 represents a value in base 16. To convert it to decimal (base 10), you can calculate it as follows: E (which is 14 in decimal) is in the 256's place (16²), 7 is in the 16's place (16¹), and 8 is in the 1's place (16⁰). Therefore, E78 in decimal is calculated as ( (14 \times 256) + (7 \times 16) + (8 \times 1) = 3584 + 112 + 8 = 3704 ). Thus, E78 in decimal is 3704.


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.