#FDC88E

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

Shades of Peach-Orange #FDC88E

Tints of Peach-Orange #FDC88E

Color information

#FDC88E (or 0xFDC88E) is unknown color: approx Peach-Orange. HEX triplet: FD, C8 and 8E. RGB value is (253,200,142). Sum of RGB (Red+Green+Blue) = 253+200+142=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC88E is #023771. Grayscale: #D1D1D1. Windows color (decimal): -145266 or 9357565. OLE color: 9357565.

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

Color convert

RGB253200142-
CMYK00.210.440.01
HSL31.35º96.52%77.45%-
HSV(B)31.35º43.87%99.22%-
XYZ66.0464.1434.49-
YUV209.2390.06159.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 142 (55.86% from 255) = 23.87%
R=42.52%
G=33.61%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320014200.210.440.0131.3596.5277.45
HexFDC88E0152C11f614d
Octal37531021602554137141115
Binary11111101110010001000111001010110110011111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC88E; }

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

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

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

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

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

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

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

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