Shades of Peach-Orange #FEC58D
Tints of Peach-Orange #FEC58D
RGB
CMYK
RGB Variations
Color information
#FEC58D (or 0xFEC58D) is known color: Peach-Orange. HEX triplet: FE, C5 and 8D. RGB value is (254,197,141). Sum of RGB (Red+Green+Blue) = 254+197+141=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC58D is #013A72. Grayscale: #CFCFCF. Windows color (decimal): -80499 or 9291262. OLE color: 9291262.
HSL color Cylindrical-coordinate representation of color #FEC58D: hue angle of 29.73º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC58D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 141 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.00 |
| HSL | 29.73º | 0.98% | 0.77% | - |
| HSV(B) | 29.73º | 0.44% | 1% | - |
| XYZ | 65.65 | 62.93 | 33.89 | - |
| YUV | 207.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 141 | 0 | 0.22 | 0.44 | 0.00 | 29.73 | 0.98 | 0.77 |
| Hex | FE | C5 | 8D | 0 | 16 | 2C | 0 | 1E | 62 | 4D |
| Octal | 376 | 305 | 215 | 0 | 26 | 54 | 0 | 36 | 142 | 115 |
| Binary | 11111110 | 11000101 | 10001101 | 0 | 10110 | 101100 | 0 | 11110 | 1100010 | 1001101 |
Color Harmonies of #FEC58D
Complementary color
Monochromatic Colors of #FEC58D
Black with #FEC58D
Text Example
Text Example
White with #FEC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC58D; }
p { color: rgb(254,197,141); }
H1.HeaderClassName
{
color: #FEC58D;
}
.AnyTagClassName
{
color: #FEC58D;
}
</style>
background-color css
<style>
a { background-color: #FEC58D; }
a { background-color: rgb(254,197,141); }
div.DivClassName
{
background-color: #FEC58D;
}
.BgClassName
{
background-color: #FEC58D;
}
</style>
border-color css
<style>
span { border-color: #FEC58D; }
span { border-color: rgb(254,197,141); }
td.TdClassName
{
border-color: #FEC58D;
}
.TagClassName
{
border-color: #FEC58D;
}
</style>