Shades of Peach-Orange #FECF98
Tints of Peach-Orange #FECF98
RGB
CMYK
RGB Variations
Color information
#FECF98 (or 0xFECF98) is known color: Peach-Orange. HEX triplet: FE, CF and 98. RGB value is (254,207,152). Sum of RGB (Red+Green+Blue) = 254+207+152=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 152 (59.77% from 255 or 24.80% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF98 is #013067. Grayscale: #D7D7D7. Windows color (decimal): -77928 or 10014718. OLE color: 10014718.
HSL color Cylindrical-coordinate representation of color #FECF98: hue angle of 32.35º 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 #FECF98 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 152 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.00 |
| HSL | 32.35º | 0.98% | 0.8% | - |
| HSV(B) | 32.35º | 0.4% | 1% | - |
| XYZ | 68.85 | 67.96 | 39.2 | - |
| YUV | 214.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 152 | 0 | 0.19 | 0.40 | 0.00 | 32.35 | 0.98 | 0.8 |
| Hex | FE | CF | 98 | 0 | 13 | 28 | 0 | 20 | 62 | 50 |
| Octal | 376 | 317 | 230 | 0 | 23 | 50 | 0 | 40 | 142 | 120 |
| Binary | 11111110 | 11001111 | 10011000 | 0 | 10011 | 101000 | 0 | 100000 | 1100010 | 1010000 |
Color Harmonies of #FECF98
Complementary color
Monochromatic Colors of #FECF98
Black with #FECF98
Text Example
Text Example
White with #FECF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF98; }
p { color: rgb(254,207,152); }
H1.HeaderClassName
{
color: #FECF98;
}
.AnyTagClassName
{
color: #FECF98;
}
</style>
background-color css
<style>
a { background-color: #FECF98; }
a { background-color: rgb(254,207,152); }
div.DivClassName
{
background-color: #FECF98;
}
.BgClassName
{
background-color: #FECF98;
}
</style>
border-color css
<style>
span { border-color: #FECF98; }
span { border-color: rgb(254,207,152); }
td.TdClassName
{
border-color: #FECF98;
}
.TagClassName
{
border-color: #FECF98;
}
</style>