Help to color html coding?
Is there a way to convert HSV values into HTML? I have a color that is H=50%, S=97%, V=93%. Is there a way to do this? Thanks in advance for your help!
Public Comments
- http://www.yafla.com/dforbes/yaflaColor/ColorRGBHSL.aspx This link will give you a conversion tool to change your HSV color values into an RGB hex value (six-digit number).
- for example <font color="rgb(15,20,255)">Text</font>
Powered by Yahoo! Answers