#FDCC8E

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

Shades of Peach-Orange #FDCC8E

Tints of Peach-Orange #FDCC8E

Color information

#FDCC8E (or 0xFDCC8E) is unknown color: approx Peach-Orange. HEX triplet: FD, CC and 8E. RGB value is (253,204,142). Sum of RGB (Red+Green+Blue) = 253+204+142=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC8E is #023371. Grayscale: #D3D3D3. Windows color (decimal): -144242 or 9358589. OLE color: 9358589.

HSL color Cylindrical-coordinate representation of color #FDCC8E: hue angle of 33.51º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDCC8E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253204142-
CMYK00.190.440.01
HSL33.51º96.52%77.45%-
HSV(B)33.51º43.87%99.22%-
XYZ66.9866.0234.8-
YUV211.5888.73157.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 142 (55.86% from 255) = 23.71%
R=42.24%
G=34.06%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320414200.190.440.0133.5196.5277.45
HexFDCC8E0132C122614d
Octal37531421602354142141115
Binary111111011100110010001110010011101100110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC8E; }

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

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

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

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

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

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

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

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