convertir hexadécimal en décimal js
yourNumber = parseInt(hexString, 16);
Parotay
yourNumber = parseInt(hexString, 16);