Shades of Peach-Orange #FECE98
Tints of Peach-Orange #FECE98
RGB
CMYK
RGB Variations
Color information
#FECE98 (or 0xFECE98) is known color: Peach-Orange. HEX triplet: FE, CE and 98. RGB value is (254,206,152). Sum of RGB (Red+Green+Blue) = 254+206+152=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE98 is #013167. Grayscale: #D6D6D6. Windows color (decimal): -78184 or 10014462. OLE color: 10014462.
HSL color Cylindrical-coordinate representation of color #FECE98: hue angle of 31.76º 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 #FECE98 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 152 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.00 |
| HSL | 31.76º | 0.98% | 0.8% | - |
| HSV(B) | 31.76º | 0.4% | 1% | - |
| XYZ | 68.61 | 67.48 | 39.11 | - |
| YUV | 214.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 152 | 0 | 0.19 | 0.40 | 0.00 | 31.76 | 0.98 | 0.8 |
| Hex | FE | CE | 98 | 0 | 13 | 28 | 0 | 20 | 62 | 50 |
| Octal | 376 | 316 | 230 | 0 | 23 | 50 | 0 | 40 | 142 | 120 |
| Binary | 11111110 | 11001110 | 10011000 | 0 | 10011 | 101000 | 0 | 100000 | 1100010 | 1010000 |
Color Harmonies of #FECE98
Complementary color
Monochromatic Colors of #FECE98
Black with #FECE98
Text Example
Text Example
White with #FECE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE98; }
p { color: rgb(254,206,152); }
H1.HeaderClassName
{
color: #FECE98;
}
.AnyTagClassName
{
color: #FECE98;
}
</style>
background-color css
<style>
a { background-color: #FECE98; }
a { background-color: rgb(254,206,152); }
div.DivClassName
{
background-color: #FECE98;
}
.BgClassName
{
background-color: #FECE98;
}
</style>
border-color css
<style>
span { border-color: #FECE98; }
span { border-color: rgb(254,206,152); }
td.TdClassName
{
border-color: #FECE98;
}
.TagClassName
{
border-color: #FECE98;
}
</style>