9
Controlling Colors on the Web Hexadecimal Codes 1

Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

Embed Size (px)

Citation preview

Page 1: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

1

Controlling Colors on the

WebHexadecimal Codes

Page 2: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

2

RGB Color Wheel

Page 3: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

3

Before we beginHexadecimal is a number system

Based on using 0 – F to represent 0 – 15

Hex is used to represent colors using 6 digits

Page 4: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

4

What does it look like?

We denote hex by placing a pound sign (#)

in front of the number.

Black = #000000 #333333 #666666 #999999 #CCCCCCWhite = #FFFFFF

Page 5: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

5

Think About It…What would the hex code be for…

Pure Red

Pure Blue

Pure Green

White

Black

Page 6: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

6

Which is Which?

#005500

#FF00FF

#00FFFF

#FFFF00

#990000

Page 7: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

7

Which is Which?

#005500

#FF00FF

#00FFFF

#FFFF00

#990000

Page 8: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

8

ShorthandWhen colors have

repeated values in the R, G, or B locations, you can condense their hex codes

#ff0000 #f00

#ffccaa #fca

#001100 #010

Page 9: Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent

9

Color Scheme Helpers

http://kuler.adobe.com/http://colorschemedesigner.com/