#FDCC80

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

Shades of Cherokee #FDCC80

Tints of Cherokee #FDCC80

Color information

#FDCC80 (or 0xFDCC80) is unknown color: approx Cherokee. HEX triplet: FD, CC and 80. RGB value is (253,204,128). Sum of RGB (Red+Green+Blue) = 253+204+128=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC80 is #02337F. Grayscale: #D2D2D2. Windows color (decimal): -144256 or 8441085. OLE color: 8441085.

HSL color Cylindrical-coordinate representation of color #FDCC80: hue angle of 36.48º degrees, saturation: 0.97, 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 #FDCC80 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253204128-
CMYK00.190.490.01
HSL36.48º96.9%74.71%-
HSV(B)36.48º49.41%99.22%-
XYZ6665.6329.61-
YUV209.9981.73158.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=43.25%
G=34.87%
B=21.88%

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
Decimal25320412800.190.490.0136.4896.974.71
HexFDCC8001331124614b
Octal37531420002361144141113
Binary111111011100110010000000010011110001110010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC80; }

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

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

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

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

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

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

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

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