Working With the Editor - Choosing Web-friendly Colors

A common problem encountered by web developers is the manner in which colors appear on different computers. Even the hue of monitors can differ between a PC and an Apple Mac, but there is a common solution to this problem.

Websafe colors are hexadecimal representations of colors, which are slightly more accurate than named colors.

Suppose you want the hexadecimal version of black, which is: #000000

This string is composed from hexadecimal values for the red, green and blue colors which make up a real color:

Red
Green
Blue
#
00
00
00

You don't have to remember all these hexadecimal representations, because ScriptWorx does this for you. By choosing the websafe color guide from the "Formatting" toolbar and selecting a color, you have the appropriate code inserted instantly.