#FDCD80

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

Shades of Cherokee #FDCD80

Tints of Cherokee #FDCD80

Color information

#FDCD80 (or 0xFDCD80) is unknown color: approx Cherokee. HEX triplet: FD, CD and 80. RGB value is (253,205,128). Sum of RGB (Red+Green+Blue) = 253+205+128=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD80 is #02327F. Grayscale: #D2D2D2. Windows color (decimal): -144000 or 8441341. OLE color: 8441341.

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

Color convert

RGB253205128-
CMYK00.190.490.01
HSL36.96º96.9%74.71%-
HSV(B)36.96º49.41%99.22%-
XYZ66.2466.129.69-
YUV210.5781.4158.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.17%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 128 (50.39% from 255) = 21.84%
R=43.17%
G=34.98%
B=21.84%

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
Decimal25320512800.190.490.0136.9696.974.71
HexFDCD8001331125614b
Octal37531520002361145141113
Binary111111011100110110000000010011110001110010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD80; }

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

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

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

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

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

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

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

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