Shades of Peach-Orange #FEC58E
Tints of Peach-Orange #FEC58E
RGB
CMYK
RGB Variations
Color information
#FEC58E (or 0xFEC58E) is known color: 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
| RGB | 254 | 197 | 142 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.00 |
| HSL | 29.46º | 0.98% | 0.78% | - |
| HSV(B) | 29.46º | 0.44% | 1% | - |
| XYZ | 65.72 | 62.96 | 34.28 | - |
| YUV | 207.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 142 | 0 | 0.22 | 0.44 | 0.00 | 29.46 | 0.98 | 0.78 |
| Hex | FE | C5 | 8E | 0 | 16 | 2C | 0 | 1D | 62 | 4E |
| Octal | 376 | 305 | 216 | 0 | 26 | 54 | 0 | 35 | 142 | 116 |
| Binary | 11111110 | 11000101 | 10001110 | 0 | 10110 | 101100 | 0 | 11101 | 1100010 | 1001110 |
Color Harmonies of #FEC58E
Complementary color
Monochromatic Colors of #FEC58E
Black with #FEC58E
Text Example
Text Example
White with #FEC58E
Text Example
Text Example
HTML Codes & Css Web 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>