#F2C487

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

Shades of Cherokee #F2C487

Tints of Cherokee #F2C487

Color information

#F2C487 (or 0xF2C487) is unknown color: approx Cherokee. HEX triplet: F2, C4 and 87. RGB value is (242,196,135). Sum of RGB (Red+Green+Blue) = 242+196+135=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C487 is #0D3B78. Grayscale: #CBCBCB. Windows color (decimal): -867193 or 8897778. OLE color: 8897778.

HSL color Cylindrical-coordinate representation of color #F2C487: hue angle of 34.21º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2C487 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242196135-
CMYK00.190.440.05
HSL34.21º80.45%73.92%-
HSV(B)34.21º44.21%94.9%-
XYZ60.7360.1131.32-
YUV202.889.74155.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 135 (53.12% from 255) = 23.56%
R=42.23%
G=34.21%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219613500.190.440.0534.2180.4573.92
HexF2C4870132C522504a
Octal36230420702354542120112
Binary11110010110001001000011101001110110010110001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C487; }

 p { color: rgb(242,196,135); }

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

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

 a { background-color: rgb(242,196,135); }

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

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

 span { border-color: rgb(242,196,135); }

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