#FDCD97

Color #FDCD97 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FDCD97

Tints of Peach-Orange #FDCD97

Color information

#FDCD97 (or 0xFDCD97) is unknown color: approx Peach-Orange. HEX triplet: FD, CD and 97. RGB value is (253,205,151). Sum of RGB (Red+Green+Blue) = 253+205+151=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD97 is #023268. Grayscale: #D5D5D5. Windows color (decimal): -143977 or 9948669. OLE color: 9948669.

HSL color Cylindrical-coordinate representation of color #FDCD97: hue angle of 31.76º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDCD97 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253205151-
CMYK00.190.400.01
HSL31.76º96.23%79.22%-
HSV(B)31.76º40.32%99.22%-
XYZ67.9366.7838.59-
YUV213.292.9156.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=41.54%
G=33.66%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320515100.190.400.0131.7696.2379.22
HexFDCD9701328120604f
Octal37531522702350140140117
Binary111111011100110110010111010011101000110000011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD97; }

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

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

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

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

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

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

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

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