Shades of Peach-Orange #FEC799
Tints of Peach-Orange #FEC799
RGB
CMYK
RGB Variations
Color information
#FEC799 (or 0xFEC799) is known color: Peach-Orange. HEX triplet: FE, C7 and 99. RGB value is (254,199,153). Sum of RGB (Red+Green+Blue) = 254+199+153=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC799 is #013866. Grayscale: #D2D2D2. Windows color (decimal): -79975 or 10078206. OLE color: 10078206.
HSL color Cylindrical-coordinate representation of color #FEC799: hue angle of 27.33º 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 #FEC799 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 153 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.00 |
| HSL | 27.33º | 0.98% | 0.8% | - |
| HSV(B) | 27.33º | 0.4% | 1% | - |
| XYZ | 67.05 | 64.22 | 39 | - |
| YUV | 210.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 153 | 0 | 0.22 | 0.40 | 0.00 | 27.33 | 0.98 | 0.8 |
| Hex | FE | C7 | 99 | 0 | 16 | 28 | 0 | 1B | 62 | 50 |
| Octal | 376 | 307 | 231 | 0 | 26 | 50 | 0 | 33 | 142 | 120 |
| Binary | 11111110 | 11000111 | 10011001 | 0 | 10110 | 101000 | 0 | 11011 | 1100010 | 1010000 |
Color Harmonies of #FEC799
Complementary color
Monochromatic Colors of #FEC799
Black with #FEC799
Text Example
Text Example
White with #FEC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC799; }
p { color: rgb(254,199,153); }
H1.HeaderClassName
{
color: #FEC799;
}
.AnyTagClassName
{
color: #FEC799;
}
</style>
background-color css
<style>
a { background-color: #FEC799; }
a { background-color: rgb(254,199,153); }
div.DivClassName
{
background-color: #FEC799;
}
.BgClassName
{
background-color: #FEC799;
}
</style>
border-color css
<style>
span { border-color: #FEC799; }
span { border-color: rgb(254,199,153); }
td.TdClassName
{
border-color: #FEC799;
}
.TagClassName
{
border-color: #FEC799;
}
</style>