You can use the following conversion method for any decimal number:Divide the decimal number by 16.Record the remainder (this will be a digit in the hexadecimal number).Continue dividing the quotient by 16 until you reach 0.The hexadecimal number is the remainders read from bottom to top.