Shades of Peach-Orange #FEC999
Tints of Peach-Orange #FEC999
RGB
CMYK
RGB Variations
Color information
#FEC999 (or 0xFEC999) is known color: Peach-Orange. HEX triplet: FE, C9 and 99. RGB value is (254,201,153). Sum of RGB (Red+Green+Blue) = 254+201+153=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC999 is #013666. Grayscale: #D3D3D3. Windows color (decimal): -79463 or 10078718. OLE color: 10078718.
HSL color Cylindrical-coordinate representation of color #FEC999: hue angle of 28.51º 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 #FEC999 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 153 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.00 |
| HSL | 28.51º | 0.98% | 0.8% | - |
| HSV(B) | 28.51º | 0.4% | 1% | - |
| XYZ | 67.51 | 65.14 | 39.15 | - |
| YUV | 211.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 153 | 0 | 0.21 | 0.40 | 0.00 | 28.51 | 0.98 | 0.8 |
| Hex | FE | C9 | 99 | 0 | 15 | 28 | 0 | 1D | 62 | 50 |
| Octal | 376 | 311 | 231 | 0 | 25 | 50 | 0 | 35 | 142 | 120 |
| Binary | 11111110 | 11001001 | 10011001 | 0 | 10101 | 101000 | 0 | 11101 | 1100010 | 1010000 |
Color Harmonies of #FEC999
Complementary color
Monochromatic Colors of #FEC999
Black with #FEC999
Text Example
Text Example
White with #FEC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC999; }
p { color: rgb(254,201,153); }
H1.HeaderClassName
{
color: #FEC999;
}
.AnyTagClassName
{
color: #FEC999;
}
</style>
background-color css
<style>
a { background-color: #FEC999; }
a { background-color: rgb(254,201,153); }
div.DivClassName
{
background-color: #FEC999;
}
.BgClassName
{
background-color: #FEC999;
}
</style>
border-color css
<style>
span { border-color: #FEC999; }
span { border-color: rgb(254,201,153); }
td.TdClassName
{
border-color: #FEC999;
}
.TagClassName
{
border-color: #FEC999;
}
</style>