#FCCC80

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

Shades of Cherokee #FCCC80

Tints of Cherokee #FCCC80

Color information

#FCCC80 (or 0xFCCC80) is unknown color: approx Cherokee. HEX triplet: FC, CC and 80. RGB value is (252,204,128). Sum of RGB (Red+Green+Blue) = 252+204+128=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC80 is #03337F. Grayscale: #D2D2D2. Windows color (decimal): -209792 or 8441084. OLE color: 8441084.

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

Color convert

RGB252204128-
CMYK00.190.490.01
HSL36.77º95.38%74.51%-
HSV(B)36.77º49.21%98.82%-
XYZ65.6365.4429.59-
YUV209.6981.9158.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=43.15%
G=34.93%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220412800.190.490.0136.7795.3874.51
HexFCCC80013311255f4b
Octal37431420002361145137113
Binary111111001100110010000000010011110001110010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCC80; }

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

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

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

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

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

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

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

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