Javascript Number hex()
hex()
// helper functions Number.prototype.hex = function () { return "0x" + this.toString(16); };