#F1C882

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

Shades of Cherokee #F1C882

Tints of Cherokee #F1C882

Color information

#F1C882 (or 0xF1C882) is unknown color: approx Cherokee. HEX triplet: F1, C8 and 82. RGB value is (241,200,130). Sum of RGB (Red+Green+Blue) = 241+200+130=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C882 is #0E377D. Grayscale: #CCCCCC. Windows color (decimal): -931710 or 8571121. OLE color: 8571121.

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

Color convert

RGB241200130-
CMYK00.170.460.05
HSL37.84º79.86%72.75%-
HSV(B)37.84º46.06%94.51%-
XYZ60.9661.6229.8-
YUV204.2886.08154.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=42.21%
G=35.03%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120013000.170.460.0537.8479.8672.75
HexF1C8820112E5265049
Octal36131020202156546120111
Binary11110001110010001000001001000110111010110011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C882; }

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

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

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

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

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

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

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

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