Shades of Peach-Orange #FECE99
Tints of Peach-Orange #FECE99
RGB
CMYK
RGB Variations
Color information
#FECE99 (or 0xFECE99) is known color: Peach-Orange. HEX triplet: FE, CE and 99. RGB value is (254,206,153). Sum of RGB (Red+Green+Blue) = 254+206+153=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE99 is #013166. Grayscale: #D6D6D6. Windows color (decimal): -78183 or 10079998. OLE color: 10079998.
HSL color Cylindrical-coordinate representation of color #FECE99: hue angle of 31.49º 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 #FECE99 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 153 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.00 |
| HSL | 31.49º | 0.98% | 0.8% | - |
| HSV(B) | 31.49º | 0.4% | 1% | - |
| XYZ | 68.69 | 67.51 | 39.55 | - |
| YUV | 214.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 153 | 0 | 0.19 | 0.40 | 0.00 | 31.49 | 0.98 | 0.8 |
| Hex | FE | CE | 99 | 0 | 13 | 28 | 0 | 1F | 62 | 50 |
| Octal | 376 | 316 | 231 | 0 | 23 | 50 | 0 | 37 | 142 | 120 |
| Binary | 11111110 | 11001110 | 10011001 | 0 | 10011 | 101000 | 0 | 11111 | 1100010 | 1010000 |
Color Harmonies of #FECE99
Complementary color
Monochromatic Colors of #FECE99
Black with #FECE99
Text Example
Text Example
White with #FECE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE99; }
p { color: rgb(254,206,153); }
H1.HeaderClassName
{
color: #FECE99;
}
.AnyTagClassName
{
color: #FECE99;
}
</style>
background-color css
<style>
a { background-color: #FECE99; }
a { background-color: rgb(254,206,153); }
div.DivClassName
{
background-color: #FECE99;
}
.BgClassName
{
background-color: #FECE99;
}
</style>
border-color css
<style>
span { border-color: #FECE99; }
span { border-color: rgb(254,206,153); }
td.TdClassName
{
border-color: #FECE99;
}
.TagClassName
{
border-color: #FECE99;
}
</style>