1 / 11

Hexadecimal Colors

Hexadecimal Colors. The majority of information for this presentation is from: http://www.htmlgoodies.com/tutors/colorexp.html. Color Refresher. There are 3 primary colors. What are they? Mixing primary colors will yield another color. For example, mixing yellow and blue will make green.

Download Presentation

Hexadecimal Colors

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hexadecimal Colors The majority of information for this presentation is from: http://www.htmlgoodies.com/tutors/colorexp.html

  2. Color Refresher • There are 3 primary colors. • What are they? • Mixing primary colors will yield another color. For example, mixing yellow and blue will make green. • Name some other non-primary colors and the colors that must be mixed to make them.

  3. Additive Color • Like televisions, computer monitors make color by mixing three basic colors to make other colors. • This process is called “additive color”. • Can you name the three colors that computer monitors use to make other colors? • Answer: Red, Blue, and Green

  4. Why Not Red, Yellow, and Blue? • By starting with one composite color, green, you can still create yellow because yellow is contained in green. • This means that you are actually starting with four colors; red, green, blue, and yellow.

  5. Subtractive Color • Subtractive color is the concept of combining colors to make another, like mixing red and blue to make purple. • Although this process sounds like additive color, colors are actually made by subtracting a hue out of the color scheme by adding more of another. • Mixing black and white will make gray. If you add more white into the mix, the gray will lighten because the ratio of black to white has changed. There is now less black in the mix, making this a subtractive mix.

  6. Example Of Subtractive Color + = = + The end result ratio of black to white has changed. There is now less black in the gray mixture.

  7. Additive vs. Subtractive Color • One way to tell if a color is an additive color or subtractive color is by analyzing the color that you get after you mix your colors. • Remember that black is the absence of color. • A computer works with light (not paint). • Mix a computer’s additive colors together and you get white. • Why?

  8. Hexadecimal Notation • Hex numbers use 16 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F • Zero is the smallest representation of color. F is 15 times the intensity of the color zero. • Can you guess what combination of letters and numbers would make black?

  9. More On Hex Notation • Combinations of the 16 digits create different shades of a color. Double zero “00” is equal to zero hue. “FF” is equal to a pure color. • Color representations are done 3 times, once for red, once for green, and once for blue (in that order). Put three, two-digit codes together and you get a 6-digit hex code.

  10. Hexadecimal Codes Note: The first 2 digits represent the red hue, the second two digits represent the green hue, and the last two digits represent the blue hue. • #FFFFFF→ White • #000000 → Black • #FFFF00 → Yellow • In the last example, notice that the red and the green are at full intensity. There is no blue. By mashing the red and green against each other, the red cancels out the blue (in the green) and all that is left is yellow. The blue has been set to the lowest intensity and is therefore not apparent.

  11. Try Different Combinations • You are now ready to try different combinations of hues. • Your teacher has a handy hexadecimal color chart for your reference.

More Related