#FDCA9D

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

Shades of Peach-Orange #FDCA9D

Tints of Peach-Orange #FDCA9D

Color information

#FDCA9D (or 0xFDCA9D) is unknown color: approx Peach-Orange. HEX triplet: FD, CA and 9D. RGB value is (253,202,157). Sum of RGB (Red+Green+Blue) = 253+202+157=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCA9D is #023562. Grayscale: #D4D4D4. Windows color (decimal): -144739 or 10341117. OLE color: 10341117.

HSL color Cylindrical-coordinate representation of color #FDCA9D: hue angle of 28.13º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDCA9D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB253202157-
CMYK00.200.380.01
HSL28.13º96%80.39%-
HSV(B)28.13º37.94%99.22%-
XYZ67.7165.5640.98-
YUV212.1296.9157.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=41.34%
G=33.01%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320215700.200.380.0128.139680.39
HexFDCA9D0142611c6050
Octal37531223502446134140120
Binary11111101110010101001110101010010011011110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCA9D; }

 p { color: rgb(253,202,157); }

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

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

 a { background-color: rgb(253,202,157); }

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

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

 span { border-color: rgb(253,202,157); }

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