#FEC58E

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

Shades of Peach-Orange #FEC58E

Tints of Peach-Orange #FEC58E

Color information

#FEC58E (or 0xFEC58E) is unknown color: approx Peach-Orange. HEX triplet: FE, C5 and 8E. RGB value is (254,197,142). Sum of RGB (Red+Green+Blue) = 254+197+142=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC58E is #013A71. Grayscale: #D0D0D0. Windows color (decimal): -80498 or 9356798. OLE color: 9356798.

HSL color Cylindrical-coordinate representation of color #FEC58E: hue angle of 29.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC58E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB254197142-
CMYK00.220.440.00
HSL29.46º98.25%77.65%-
HSV(B)29.46º44.09%99.61%-
XYZ65.7262.9634.28-
YUV207.7790.88160.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 197 (77.34% from 255) = 33.22%
BLUE value IS 142 (55.86% from 255) = 23.95%
R=42.83%
G=33.22%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419714200.220.440.0029.4698.2577.65
HexFEC58E0162C01d624e
Octal37630521602654035142116
Binary11111110110001011000111001011010110001110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC58E; }

 p { color: rgb(254,197,142); }

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

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

 a { background-color: rgb(254,197,142); }

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

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

 span { border-color: rgb(254,197,142); }

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