#F1CC82

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

Shades of Cherokee #F1CC82

Tints of Cherokee #F1CC82

Color information

#F1CC82 (or 0xF1CC82) is unknown color: approx Cherokee. HEX triplet: F1, CC and 82. RGB value is (241,204,130). Sum of RGB (Red+Green+Blue) = 241+204+130=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CC82 is #0E337D. Grayscale: #CECECE. Windows color (decimal): -930686 or 8572145. OLE color: 8572145.

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

Color convert

RGB241204130-
CMYK00.150.460.05
HSL40º79.86%72.75%-
HSV(B)40º46.06%94.51%-
XYZ61.963.530.11-
YUV206.6384.76152.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 130 (51.17% from 255) = 22.61%
R=41.91%
G=35.48%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120413000.150.460.054079.8672.75
HexF1CC820F2E5285049
Octal36131420201756550120111
Binary1111000111001100100000100111110111010110100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC82; }

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

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

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

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

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

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

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

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