#FCC586

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

Shades of Cherokee #FCC586

Tints of Cherokee #FCC586

Color information

#FCC586 (or 0xFCC586) is unknown color: approx Cherokee. HEX triplet: FC, C5 and 86. RGB value is (252,197,134). Sum of RGB (Red+Green+Blue) = 252+197+134=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC586 is #033A79. Grayscale: #CECECE. Windows color (decimal): -211578 or 8832508. OLE color: 8832508.

HSL color Cylindrical-coordinate representation of color #FCC586: hue angle of 32.03º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCC586 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252197134-
CMYK00.220.470.01
HSL32.03º95.16%75.69%-
HSV(B)32.03º46.83%98.82%-
XYZ64.4162.3531.19-
YUV206.2687.22160.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 134 (52.73% from 255) = 22.98%
R=43.22%
G=33.79%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219713400.220.470.0132.0395.1675.69
HexFCC5860162F1205f4c
Octal37430520602657140137114
Binary111111001100010110000110010110101111110000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC586; }

 p { color: rgb(252,197,134); }

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

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

 a { background-color: rgb(252,197,134); }

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

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

 span { border-color: rgb(252,197,134); }

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