#F0C88C

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

Shades of Cherokee #F0C88C

Tints of Cherokee #F0C88C

Color information

#F0C88C (or 0xF0C88C) is unknown color: approx Cherokee. HEX triplet: F0, C8 and 8C. RGB value is (240,200,140). Sum of RGB (Red+Green+Blue) = 240+200+140=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C88C is #0F3773. Grayscale: #CDCDCD. Windows color (decimal): -997236 or 9226480. OLE color: 9226480.

HSL color Cylindrical-coordinate representation of color #F0C88C: hue angle of 36º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0C88C is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240200140-
CMYK00.170.420.06
HSL36º76.92%74.51%-
HSV(B)36º41.67%94.12%-
XYZ61.3261.7333.49-
YUV205.1291.25152.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 140 (55.08% from 255) = 24.14%
R=41.38%
G=34.48%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020014000.170.420.063676.9274.51
HexF0C88C0112A6244d4b
Octal36031021402152644115113
Binary11110000110010001000110001000110101011010010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C88C; }

 p { color: rgb(240,200,140); }

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

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

 a { background-color: rgb(240,200,140); }

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

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

 span { border-color: rgb(240,200,140); }

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