#FCCC85

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

Shades of Cherokee #FCCC85

Tints of Cherokee #FCCC85

Color information

#FCCC85 (or 0xFCCC85) is unknown color: approx Cherokee. HEX triplet: FC, CC and 85. RGB value is (252,204,133). Sum of RGB (Red+Green+Blue) = 252+204+133=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC85 is #03337A. Grayscale: #D2D2D2. Windows color (decimal): -209787 or 8768764. OLE color: 8768764.

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

Color convert

RGB252204133-
CMYK00.190.470.01
HSL35.8º95.2%75.49%-
HSV(B)35.8º47.22%98.82%-
XYZ65.9765.5731.37-
YUV210.2684.4157.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=42.78%
G=34.63%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220413300.190.470.0135.895.275.49
HexFCCC850132F1245f4b
Octal37431420502357144137113
Binary111111001100110010000101010011101111110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC85; }

 p { color: rgb(252,204,133); }

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

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

 a { background-color: rgb(252,204,133); }

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

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

 span { border-color: rgb(252,204,133); }

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