Steps to convert a decimal number to hexadecimal
1️⃣ Divide the decimal number by 16 and record the remainder
2️⃣ Divide the result from step 1 by 16 and record the remainder
3️⃣ Repeat step 2 until the result is 0
4️⃣ The hexadecimal representation is the sequence of remainders, starting from the last one