Shades of Peach-Orange #FEC899
Tints of Peach-Orange #FEC899
RGB
CMYK
RGB Variations
Color information
#FEC899 (or 0xFEC899) is known color: Peach-Orange. HEX triplet: FE, C8 and 99. RGB value is (254,200,153). Sum of RGB (Red+Green+Blue) = 254+200+153=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC899 is #013766. Grayscale: #D3D3D3. Windows color (decimal): -79719 or 10078462. OLE color: 10078462.
HSL color Cylindrical-coordinate representation of color #FEC899: hue angle of 27.92º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEC899 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 153 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.00 |
| HSL | 27.92º | 0.98% | 0.8% | - |
| HSV(B) | 27.92º | 0.4% | 1% | - |
| XYZ | 67.28 | 64.68 | 39.08 | - |
| YUV | 210.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 153 | 0 | 0.21 | 0.40 | 0.00 | 27.92 | 0.98 | 0.8 |
| Hex | FE | C8 | 99 | 0 | 15 | 28 | 0 | 1C | 62 | 50 |
| Octal | 376 | 310 | 231 | 0 | 25 | 50 | 0 | 34 | 142 | 120 |
| Binary | 11111110 | 11001000 | 10011001 | 0 | 10101 | 101000 | 0 | 11100 | 1100010 | 1010000 |
Color Harmonies of #FEC899
Complementary color
Monochromatic Colors of #FEC899
Black with #FEC899
Text Example
Text Example
White with #FEC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC899; }
p { color: rgb(254,200,153); }
H1.HeaderClassName
{
color: #FEC899;
}
.AnyTagClassName
{
color: #FEC899;
}
</style>
background-color css
<style>
a { background-color: #FEC899; }
a { background-color: rgb(254,200,153); }
div.DivClassName
{
background-color: #FEC899;
}
.BgClassName
{
background-color: #FEC899;
}
</style>
border-color css
<style>
span { border-color: #FEC899; }
span { border-color: rgb(254,200,153); }
td.TdClassName
{
border-color: #FEC899;
}
.TagClassName
{
border-color: #FEC899;
}
</style>