#FDCE99

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

Shades of Peach-Orange #FDCE99

Tints of Peach-Orange #FDCE99

Color information

#FDCE99 (or 0xFDCE99) is unknown color: approx Peach-Orange. HEX triplet: FD, CE and 99. RGB value is (253,206,153). Sum of RGB (Red+Green+Blue) = 253+206+153=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCE99 is #023166. Grayscale: #D6D6D6. Windows color (decimal): -143719 or 10079997. OLE color: 10079997.

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

Color convert

RGB253206153-
CMYK00.190.400.01
HSL31.8º96.15%79.61%-
HSV(B)31.8º39.53%99.22%-
XYZ68.3367.3339.53-
YUV214.0193.57155.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 153 (60.16% from 255) = 25%
R=41.34%
G=33.66%
B=25%

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
Decimal25320615300.190.400.0131.896.1579.61
HexFDCE99013281206050
Octal37531623102350140140120
Binary111111011100111010011001010011101000110000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE99; }

 p { color: rgb(253,206,153); }

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

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

 a { background-color: rgb(253,206,153); }

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

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

 span { border-color: rgb(253,206,153); }

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