Shades of Peach-Orange #FEC898
Tints of Peach-Orange #FEC898
RGB
CMYK
RGB Variations
Color information
#FEC898 (or 0xFEC898) is known color: Peach-Orange. HEX triplet: FE, C8 and 98. RGB value is (254,200,152). Sum of RGB (Red+Green+Blue) = 254+200+152=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC898 is #013767. Grayscale: #D2D2D2. Windows color (decimal): -79720 or 10012926. OLE color: 10012926.
HSL color Cylindrical-coordinate representation of color #FEC898: hue angle of 28.24º 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 #FEC898 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 152 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.00 |
| HSL | 28.24º | 0.98% | 0.8% | - |
| HSV(B) | 28.24º | 0.4% | 1% | - |
| XYZ | 67.19 | 64.65 | 38.64 | - |
| YUV | 210.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 152 | 0 | 0.21 | 0.40 | 0.00 | 28.24 | 0.98 | 0.8 |
| Hex | FE | C8 | 98 | 0 | 15 | 28 | 0 | 1C | 62 | 50 |
| Octal | 376 | 310 | 230 | 0 | 25 | 50 | 0 | 34 | 142 | 120 |
| Binary | 11111110 | 11001000 | 10011000 | 0 | 10101 | 101000 | 0 | 11100 | 1100010 | 1010000 |
Color Harmonies of #FEC898
Complementary color
Monochromatic Colors of #FEC898
Black with #FEC898
Text Example
Text Example
White with #FEC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC898; }
p { color: rgb(254,200,152); }
H1.HeaderClassName
{
color: #FEC898;
}
.AnyTagClassName
{
color: #FEC898;
}
</style>
background-color css
<style>
a { background-color: #FEC898; }
a { background-color: rgb(254,200,152); }
div.DivClassName
{
background-color: #FEC898;
}
.BgClassName
{
background-color: #FEC898;
}
</style>
border-color css
<style>
span { border-color: #FEC898; }
span { border-color: rgb(254,200,152); }
td.TdClassName
{
border-color: #FEC898;
}
.TagClassName
{
border-color: #FEC898;
}
</style>