#F9D08E

Color #F9D08E Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F9D08E

Tints of Cherokee #F9D08E

Color information

#F9D08E (or 0xF9D08E) is unknown color: approx Cherokee. HEX triplet: F9, D0 and 8E. RGB value is (249,208,142). Sum of RGB (Red+Green+Blue) = 249+208+142=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D08E is #062F71. Grayscale: #D5D5D5. Windows color (decimal): -405362 or 9359609. OLE color: 9359609.

HSL color Cylindrical-coordinate representation of color #F9D08E: hue angle of 37.01º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9D08E is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249208142-
CMYK00.160.430.02
HSL37.01º89.92%76.67%-
HSV(B)37.01º42.97%97.65%-
XYZ66.5167.235.06-
YUV212.7388.08153.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 142 (55.86% from 255) = 23.71%
R=41.57%
G=34.72%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920814200.160.430.0237.0189.9276.67
HexF9D08E0102B2255a4d
Octal37132021602053245132115
Binary1111100111010000100011100100001010111010010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D08E; }

 p { color: rgb(249,208,142); }

 H1.HeaderClassName
 {
   color: #F9D08E;
 }
 .AnyTagClassName
 {
   color: #F9D08E;
 }
</style>
background-color css

<style>
 a { background-color: #F9D08E; }

 a { background-color: rgb(249,208,142); }

 div.DivClassName
 {
   background-color: #F9D08E;
 }
 .BgClassName
 {
   background-color: #F9D08E;
 }
</style>
border-color css

<style>
 span { border-color: #F9D08E; }

 span { border-color: rgb(249,208,142); }

 td.TdClassName
 {
   border-color: #F9D08E;
 }
 .TagClassName
 {
   border-color: #F9D08E;
 }
</style>