1 / 9

Controlling Colors on the Web

Hexadecimal Codes. Controlling Colors on the Web. RGB Color Wheel. Before we begin. Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent colors using 6 digits. What does it look like?. We denote hex by placing a pound sign (#)

Download Presentation

Controlling Colors on the Web

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 Codes Controlling Colors on the Web

  2. RGB Color Wheel

  3. Before we begin • Hexadecimal is a number system • Based on using 0 – F to represent 0 – 15 • Hex is used to represent colors using 6 digits

  4. What does it look like? • We denote hex by placing a pound sign (#) • in front of the number. • Black = #000000 • #333333 • #666666 • #999999 • #CCCCCC • White =#FFFFFF

  5. Think About It… • What would the hex code be for… • Pure Red • Pure Blue • Pure Green • White • Black

  6. Which is Which? • #005500 • #FF00FF • #00FFFF • #FFFF00 • #990000

  7. Which is Which? • #005500 • #FF00FF • #00FFFF • #FFFF00 • #990000

  8. Shorthand • When colors have repeated values in the R, G, or B locations, you can condense their hex codes • #ff0000  #f00 • #ffccaa  #fca • #001100  #010

  9. Color Scheme Helpers • http://kuler.adobe.com/ • http://colorschemedesigner.com/

More Related