#F1D08C

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

Shades of Cherokee #F1D08C

Tints of Cherokee #F1D08C

Color information

#F1D08C (or 0xF1D08C) is unknown color: approx Cherokee. HEX triplet: F1, D0 and 8C. RGB value is (241,208,140). Sum of RGB (Red+Green+Blue) = 241+208+140=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D08C is #0E2F73. Grayscale: #D2D2D2. Windows color (decimal): -929652 or 9228529. OLE color: 9228529.

HSL color Cylindrical-coordinate representation of color #F1D08C: hue angle of 40.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1D08C is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241208140-
CMYK00.140.420.05
HSL40.4º78.29%74.71%-
HSV(B)40.4º41.91%94.51%-
XYZ63.5765.7134.14-
YUV210.1188.43150.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 140 (55.08% from 255) = 23.77%
R=40.92%
G=35.31%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120814000.140.420.0540.478.2974.71
HexF1D08C0E2A5284e4b
Octal36132021401652550116113
Binary1111000111010000100011000111010101010110100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D08C; }

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

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

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

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

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

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

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

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