Revised Hex Color Picker | #3e99b1 You can edit this Engine for use of converting decimals to Hexadecimals Inside there is also a function for converting Hexadecimals to decimals RGB to HEX Formula: var Red = Join ([(Red/16)+1] of Hexadecimal) and [(((Join . and [Mantissa of [(Red/16)+1] of Hexadecimal] 8)*16)+1)of Hexadecimal] \\Repeats this for Green(G) and Blue(B) (!Note: To find the Mantissa I used multiple loops under the function: "Change RGB to Hex | Loops "!) (Mantissa = Fractional-Part)