oh my little rgb to hex function Leave a reply how I love you function rgb(r,g,b){ return r.toString(16) + g.toString(16) + b.toString(16); }