#F2C387

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

Shades of Cherokee #F2C387

Tints of Cherokee #F2C387

Color information

#F2C387 (or 0xF2C387) is unknown color: approx Cherokee. HEX triplet: F2, C3 and 87. RGB value is (242,195,135). Sum of RGB (Red+Green+Blue) = 242+195+135=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C387 is #0D3C78. Grayscale: #CACACA. Windows color (decimal): -867449 or 8897522. OLE color: 8897522.

HSL color Cylindrical-coordinate representation of color #F2C387: hue angle of 33.64º 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 #F2C387 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242195135-
CMYK00.190.440.05
HSL33.64º80.45%73.92%-
HSV(B)33.64º44.21%94.9%-
XYZ60.5159.6631.25-
YUV202.2190.07156.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 135 (53.12% from 255) = 23.60%
R=42.31%
G=34.09%
B=23.60%

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
Decimal24219513500.190.440.0533.6480.4573.92
HexF2C3870132C522504a
Octal36230320702354542120112
Binary11110010110000111000011101001110110010110001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C387; }

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

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

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

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

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

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

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

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