Shades of Peach-Orange #FEC798
Tints of Peach-Orange #FEC798
RGB
CMYK
RGB Variations
Color information
#FEC798 (or 0xFEC798) is known color: Peach-Orange. HEX triplet: FE, C7 and 98. RGB value is (254,199,152). Sum of RGB (Red+Green+Blue) = 254+199+152=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC798 is #013867. Grayscale: #D2D2D2. Windows color (decimal): -79976 or 10012670. OLE color: 10012670.
HSL color Cylindrical-coordinate representation of color #FEC798: hue angle of 27.65º 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 #FEC798 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 152 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.00 |
| HSL | 27.65º | 0.98% | 0.8% | - |
| HSV(B) | 27.65º | 0.4% | 1% | - |
| XYZ | 66.96 | 64.18 | 38.57 | - |
| YUV | 210.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 152 | 0 | 0.22 | 0.40 | 0.00 | 27.65 | 0.98 | 0.8 |
| Hex | FE | C7 | 98 | 0 | 16 | 28 | 0 | 1C | 62 | 50 |
| Octal | 376 | 307 | 230 | 0 | 26 | 50 | 0 | 34 | 142 | 120 |
| Binary | 11111110 | 11000111 | 10011000 | 0 | 10110 | 101000 | 0 | 11100 | 1100010 | 1010000 |
Color Harmonies of #FEC798
Complementary color
Monochromatic Colors of #FEC798
Black with #FEC798
Text Example
Text Example
White with #FEC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC798; }
p { color: rgb(254,199,152); }
H1.HeaderClassName
{
color: #FEC798;
}
.AnyTagClassName
{
color: #FEC798;
}
</style>
background-color css
<style>
a { background-color: #FEC798; }
a { background-color: rgb(254,199,152); }
div.DivClassName
{
background-color: #FEC798;
}
.BgClassName
{
background-color: #FEC798;
}
</style>
border-color css
<style>
span { border-color: #FEC798; }
span { border-color: rgb(254,199,152); }
td.TdClassName
{
border-color: #FEC798;
}
.TagClassName
{
border-color: #FEC798;
}
</style>