Dec to hex javascript
hexString = yourNumber.toString(16);
Awesomered989
hexString = yourNumber.toString(16);