Web Design Information
Your Ad Here

Hexadecimal Color Notation on the Web


When designing elements for your webpage, you will often be called upon to specify a color. For example, the code for a span shown below specifies that the color of the text within the span will be yellow.

Text

Colors can be specified according to their names, for example "yellow", "green", or "blue". In many cases, these simple color names will work. But what if you want to specify a more sophisticated color like "cornflowerblue"? A particular browser may not recognize a particular color name. It's more reliable to specify colors with an "RGB triplet".

An RGB triplet specifies a color based upon the amounts of red, green, and blue, on a scale from 0 to 255, required to create the color. For example, to create the color cornflowerblue you need red=100, green=149, and blue=237. We could then specify the color of the text within a span using the rgb function as shown below.

Text

This will work fine with style notation, but what if you want to use straight html. Html doesn't recognize the rgb function. In that case, you can specify color using "hexadecimal" notation. Whereas the decimal numbering system uses the characters 0 through 9 to get 10 values, the hexadecimal numbering system uses the characters 0 through f to get 16 values. (After 9 the characters a, b, c, d, e and f are used, as shown below.)

Decimal Hexidecimal Equivilants

dec hex

0 = 0

1 = 1

2 = 2

3 = 3

4 = 4

5 = 5

6 = 6

7 = 7

8 = 8

9 = 9

10 = A

11 = B

12 = C

13 = D

14 = E

15 = F

On first appearance, this looks pretty simple but you need two hexadecimal characters to represent all decimal values from 0 to 255. When you increment decimal 9 by 1, you change the 9 to 0 and put 1 in the ten's place. When you increment hexidecimal F by one, you change the F to 0 and put 1 in the "sixteens" place. Sometimes it's not easy to convert between decimal and hexadecimal in your head.

RGB Triplet for Cornflowerblue

color dec hex

red 100 64

green 149 95

blue 237 ED

We could then specify the color of text within a span using the hexadecimal notation as shown below.

Text

Note that when we indicate the use of hexadecimal notation by placing a pound (#) sign in front of the number, and we don't use commas to separate the color components.

If it's not easy to convert between decimal and hexadecimal in your head, then how do you do it? You can use a calculator that has a decimal to hexadecimal coversion function, or you can learn to think in hexadecimal. For example, what's the next number after CE? That would be CF. what's the next number after CF? That would be D0. Which hexadecimal number is higher 99 or B2? B2 would be higher than 99. It gets easier with experience.

Here's Java Script code for a simple decimal to hexidecimal color converter

function convert(decvalue)

{

var num = parseInt(decvalue);

if(num >= 0 && num < 256)

{

var hexnum = num.toString(16);

alert("#" + hexnum);

}

else {alert("Error!");}

}

It's important to use hexadecimal notation to specify colors when you use DHTML with visual effects, because to create a dynamic color change you have to increment or add a value to a color. The vast amount of color specification on webpages is in hexadecimal notation, so it would be wise to become familiar with it.

Copyright(C) Bucaro TecHelp.

Permission is granted for the below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made and the byline, copyright, and the resource box below is included.

About The Author

To learn how to maintain your computer and use it more effectively to design a Web site and make money on the Web visit bucarotechelp.com. To subscribe to Bucaro TecHelp Newsletter visit http://bucarotechelp.com/search/000800.asp

Web Hosting


MORE RESOURCES:
Tapping Into The Visual Stimulus Of Your Web Site Visitors
"Oh, my eyes, my eyes! What an eye sore. Quick, click away! Click away!"Suddenly I wake up in a cold sweat.
How To Shop for a Web Design Firm?
While few companies can boast as we do that our first ten clients are still with us today, many companies often change Web design firms to get a new perspective on how their Web presence could look and perform. The following paragraphs serve as a Buyer's Guide to use when shopping for a new Web design company.
Website Advertising: 10 Dynamic Tactics To Super-Charge Your Sales
Here are 10 dynamic website advertising tactics to super-charge your sales, starting now:1. Test different web site color themes to see which combination will sell your product better.
What Content to Publish on Your Website
Many businesses want a simple website where they tell people what their business is about, some information on the products they offer and a means of contacting them.However, content is vital in the growth of your Internet presence.
How Not To Get Web Design Work
I get the occasional web design lead from my website. I wanted to find a company I could pass these onto.
Website Conversion Secrets Revealed
In my last article entitled, Maximizing The True Value Of Your Traffic (found at http://tinyurl.com/2cf84), you discovered the importance of generating positive responses from all your visitors.
10 Things All Webmasters Should Know
Geared Up with a website and lots of energy to make a mark online? Spare some time and go through this. You'll be glad you did.
Website Design: Color Me Blue
Chris, a new consulting client, asked me to help him increase sales on his affiliate marketing site.As he was describing his site and the problem, I thought, "This is going to be a quick fix.
Three Things You Must Do When Designing and Building Your Small Business Website
If you are going to have a web presence for your small business, it only makes sense that it should actually help you get more business. In order to do so, your website design should focus on performing only one function - and that's to convey your sales message to your site visitors in an effective and efficient manner.
How to Find Inexpensive Web Design
Web design is a very competitive area and there is no longer any reason why people should pay large amounts for website design services.This article describes and explains where to find very very cheap website design services.
Through The Looking Glass
My mother used to take me along when she visited an old lady down a cobbled lane who had a crystal ball on her dining room table and a pack of playing cards. My mother was superstitious and really believed a lot of what she was told by the old lady.
What Drives Repeat Visitors To Your Site?
There can be zillions of reasons why your visitors return to your web site. One might be very interested in seeing your animated photo on your main page, but kidding aside I've gathered 12 elements that invites your visitors to repeat their visits.
TEN Answers That Turn Your Visitors Into Your Customers
You know..
Why is a Logo so Important to Your Business?
Well, a logo for your business. Why is it important? Does it matter what it looks like? Is Yours Professional?These are some good questions to ask when you are considering to get a logo design or already have a logo for your business.
Dos and Donts in Web Design - part 1 (design)
Do use a consistent look and feel Your site should stand out as a whole. Use the same look and feel for all the pages at your site.
Design With Purpose
If your website is falling through the cracks, the chances are that the site has no message, no central core to build traffic or a core readership. Websites that try to do everything usually fail.
The Secrets of The Shriekers
I am constantly bombarded with all sorts of advertisements, single-page sites, and sites offering very little real content but some wonderful new "product" or "service" for sale that purports to make its customers wealthy beyond their wildest dreams.For the purposes of this article, let's refer to Amazing Formula (http://www.
Web Designing Tips
Easy That's how you'd like life to be, right? Especially when you're creating a website on your own. But that doesn't mean you want the site to look severe and just functional.
The Top 8 Website Sins Part One
They say the eyes are the window to the soul. Your website then is the window to your business.
Designing Your Websites Directory Structure
Any kid, and their grandmother too, can make a webpage. There are many "wysiwyg" webpage design applications that let you create a webpage as easy as typing text.
Your IP is: ... and you are in ...

Privacy Policy
home | site map
Web Hostinghttp://easynet.tk© 2010