#FCC988

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

Shades of Cherokee #FCC988

Tints of Cherokee #FCC988

Color information

#FCC988 (or 0xFCC988) is unknown color: approx Cherokee. HEX triplet: FC, C9 and 88. RGB value is (252,201,136). Sum of RGB (Red+Green+Blue) = 252+201+136=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC988 is #033677. Grayscale: #D1D1D1. Windows color (decimal): -210552 or 8964604. OLE color: 8964604.

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

Color convert

RGB252201136-
CMYK00.200.460.01
HSL33.62º95.08%76.08%-
HSV(B)33.62º46.03%98.82%-
XYZ65.4864.2532.24-
YUV208.8486.9158.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 136 (53.52% from 255) = 23.09%
R=42.78%
G=34.13%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220113600.200.460.0133.6295.0876.08
HexFCC9880142E1225f4c
Octal37431121002456142137114
Binary111111001100100110001000010100101110110001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC988; }

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

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

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

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

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

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

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

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