#FCC986

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

Shades of Cherokee #FCC986

Tints of Cherokee #FCC986

Color information

#FCC986 (or 0xFCC986) is unknown color: approx Cherokee. HEX triplet: FC, C9 and 86. RGB value is (252,201,134). Sum of RGB (Red+Green+Blue) = 252+201+134=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC986 is #033679. Grayscale: #D0D0D0. Windows color (decimal): -210554 or 8833532. OLE color: 8833532.

HSL color Cylindrical-coordinate representation of color #FCC986: hue angle of 34.07º 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 #FCC986 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252201134-
CMYK00.200.470.01
HSL34.07º95.16%75.69%-
HSV(B)34.07º46.83%98.82%-
XYZ65.3364.1931.5-
YUV208.6185.9158.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=42.93%
G=34.24%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220113400.200.470.0134.0795.1675.69
HexFCC9860142F1225f4c
Octal37431120602457142137114
Binary111111001100100110000110010100101111110001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC986; }

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

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

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

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

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

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

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

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