how do I turn a color into HTML?
I want to get a color from Paint Shop Pro and change it to an HTML code so I can use it for a font. HOW?
Public Comments
- Select the colour in PaintShopPro .... then goto your colour and you should see the hex code... #ff0000 = red #ffff00 = yellow #00ff00 = green #0000ff = blue
- #xxxxxx is just a hex code and not an HTML code. It is one of the three ways of calling out a color in an HTML document. One example to code for text: <span style="font-family: verdana, 'times new roman'; font-size: 12pt; color: #ffff00; font-weight: bold;">Text in Verdana font, size 12 points, bold and colored yellow</span> These tools may help: http://www.pagetutor.com/colorpicker/index.html http://www.iconico.com/colorpic/ http://www.colorschemer.com/online.html http://www.free-webmaster-tools.com/colorpicker.htm Ron
Powered by Yahoo! Answers