#FDC08E

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

Shades of Peach-Orange #FDC08E

Tints of Peach-Orange #FDC08E

Color information

#FDC08E (or 0xFDC08E) is unknown color: approx Peach-Orange. HEX triplet: FD, C0 and 8E. RGB value is (253,192,142). Sum of RGB (Red+Green+Blue) = 253+192+142=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC08E is #023F71. Grayscale: #CCCCCC. Windows color (decimal): -147314 or 9355517. OLE color: 9355517.

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

Color convert

RGB253192142-
CMYK00.240.440.01
HSL27.03º96.52%77.45%-
HSV(B)27.03º43.87%99.22%-
XYZ64.2460.5333.89-
YUV204.5492.71162.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=43.10%
G=32.71%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319214200.240.440.0127.0396.5277.45
HexFDC08E0182C11b614d
Octal37530021603054133141115
Binary11111101110000001000111001100010110011101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC08E; }

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

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

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

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

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

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

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

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