#F2CF8C

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

Shades of Cherokee #F2CF8C

Tints of Cherokee #F2CF8C

Color information

#F2CF8C (or 0xF2CF8C) is unknown color: approx Cherokee. HEX triplet: F2, CF and 8C. RGB value is (242,207,140). Sum of RGB (Red+Green+Blue) = 242+207+140=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CF8C is #0D3073. Grayscale: #D2D2D2. Windows color (decimal): -864372 or 9228274. OLE color: 9228274.

HSL color Cylindrical-coordinate representation of color #F2CF8C: hue angle of 39.41º degrees, saturation: 0.8, 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 #F2CF8C is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB242207140-
CMYK00.140.420.05
HSL39.41º79.69%74.9%-
HSV(B)39.41º42.15%94.9%-
XYZ63.6665.434.08-
YUV209.8388.6150.95-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 140 (55.08% from 255) = 23.77%
R=41.09%
G=35.14%
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
Decimal24220714000.140.420.0539.4179.6974.9
HexF2CF8C0E2A527504b
Octal36231721401652547120113
Binary1111001011001111100011000111010101010110011110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF8C; }

 p { color: rgb(242,207,140); }

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

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

 a { background-color: rgb(242,207,140); }

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

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

 span { border-color: rgb(242,207,140); }

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