#F9D08C

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

Shades of Cherokee #F9D08C

Tints of Cherokee #F9D08C

Color information

#F9D08C (or 0xF9D08C) is unknown color: approx Cherokee. HEX triplet: F9, D0 and 8C. RGB value is (249,208,140). Sum of RGB (Red+Green+Blue) = 249+208+140=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D08C is #062F73. Grayscale: #D4D4D4. Windows color (decimal): -405364 or 9228537. OLE color: 9228537.

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

Color convert

RGB249208140-
CMYK00.160.440.02
HSL37.43º90.08%76.27%-
HSV(B)37.43º43.78%97.65%-
XYZ66.3667.1434.27-
YUV212.5187.08154.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 140 (55.08% from 255) = 23.45%
R=41.71%
G=34.84%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920814000.160.440.0237.4390.0876.27
HexF9D08C0102C2255a4c
Octal37132021402054245132114
Binary1111100111010000100011000100001011001010010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D08C; }

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

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

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

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

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

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

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

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