#F2CC84

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

Shades of Cherokee #F2CC84

Tints of Cherokee #F2CC84

Color information

#F2CC84 (or 0xF2CC84) is unknown color: approx Cherokee. HEX triplet: F2, CC and 84. RGB value is (242,204,132). Sum of RGB (Red+Green+Blue) = 242+204+132=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC84 is #0D337B. Grayscale: #CFCFCF. Windows color (decimal): -865148 or 8703218. OLE color: 8703218.

HSL color Cylindrical-coordinate representation of color #F2CC84: hue angle of 39.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2CC84 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB242204132-
CMYK00.160.450.05
HSL39.27º80.88%73.33%-
HSV(B)39.27º45.45%94.9%-
XYZ62.3863.7330.84-
YUV207.1585.59152.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 132 (51.95% from 255) = 22.84%
R=41.87%
G=35.29%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220413200.160.450.0539.2780.8873.33
HexF2CC840102D5275149
Octal36231420402055547121111
Binary11110010110011001000010001000010110110110011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC84; }

 p { color: rgb(242,204,132); }

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

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

 a { background-color: rgb(242,204,132); }

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

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

 span { border-color: rgb(242,204,132); }

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