Shades of Peach-Orange #FEC998
Tints of Peach-Orange #FEC998
RGB
CMYK
RGB Variations
Color information
#FEC998 (or 0xFEC998) is known color: Peach-Orange. HEX triplet: FE, C9 and 98. RGB value is (254,201,152). Sum of RGB (Red+Green+Blue) = 254+201+152=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC998 is #013667. Grayscale: #D3D3D3. Windows color (decimal): -79464 or 10013182. OLE color: 10013182.
HSL color Cylindrical-coordinate representation of color #FEC998: hue angle of 28.82º 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 #FEC998 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 152 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.00 |
| HSL | 28.82º | 0.98% | 0.8% | - |
| HSV(B) | 28.82º | 0.4% | 1% | - |
| XYZ | 67.43 | 65.11 | 38.72 | - |
| YUV | 211.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 152 | 0 | 0.21 | 0.40 | 0.00 | 28.82 | 0.98 | 0.8 |
| Hex | FE | C9 | 98 | 0 | 15 | 28 | 0 | 1D | 62 | 50 |
| Octal | 376 | 311 | 230 | 0 | 25 | 50 | 0 | 35 | 142 | 120 |
| Binary | 11111110 | 11001001 | 10011000 | 0 | 10101 | 101000 | 0 | 11101 | 1100010 | 1010000 |
Color Harmonies of #FEC998
Complementary color
Monochromatic Colors of #FEC998
Black with #FEC998
Text Example
Text Example
White with #FEC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC998; }
p { color: rgb(254,201,152); }
H1.HeaderClassName
{
color: #FEC998;
}
.AnyTagClassName
{
color: #FEC998;
}
</style>
background-color css
<style>
a { background-color: #FEC998; }
a { background-color: rgb(254,201,152); }
div.DivClassName
{
background-color: #FEC998;
}
.BgClassName
{
background-color: #FEC998;
}
</style>
border-color css
<style>
span { border-color: #FEC998; }
span { border-color: rgb(254,201,152); }
td.TdClassName
{
border-color: #FEC998;
}
.TagClassName
{
border-color: #FEC998;
}
</style>