Contact: aviboots(AT)netvision.net.il
41,431 questions
53,978 answers
573 users
const num = 217; const hex = num.toString(16); console.log(hex); /* run: "d9" */