#F2CC82

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

Shades of Cherokee #F2CC82

Tints of Cherokee #F2CC82

Color information

#F2CC82 (or 0xF2CC82) is unknown color: approx Cherokee. HEX triplet: F2, CC and 82. RGB value is (242,204,130). Sum of RGB (Red+Green+Blue) = 242+204+130=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC82 is #0D337D. Grayscale: #CFCFCF. Windows color (decimal): -865150 or 8572146. OLE color: 8572146.

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

Color convert

RGB242204130-
CMYK00.160.460.05
HSL39.64º81.16%72.94%-
HSV(B)39.64º46.28%94.9%-
XYZ62.2463.6730.13-
YUV206.9384.59153.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.01%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=42.01%
G=35.42%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220413000.160.460.0539.6481.1672.94
HexF2CC820102E5285149
Octal36231420202056550121111
Binary11110010110011001000001001000010111010110100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC82; }

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

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

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

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

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

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

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

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