Monday, November 2, 2015

HTML color codes and names


HTML color codes are hexadecimal triplets representing the colors red, green, and blue. For example, in the the color red, the color code is FF0000, which is '255' red, '0' green, and '0' blue. Complete information about how to apply HTML color codes using CSS, the <FONT> tag and applying other font types can be found on document CH000072. Use our HTML color picker if you need to choose from an almost infinite variety of colors. Also, if you like a color scheme of a web page view Tip142 for a fantastic tool that can be used to gather that page's color codes.