Shades of Peach-Orange #F9CE99
Tints of Peach-Orange #F9CE99
RGB
CMYK
RGB Variations
Color information
#F9CE99 (or 0xF9CE99) is known color: Peach-Orange. HEX triplet: F9, CE and 99. RGB value is (249,206,153). Sum of RGB (Red+Green+Blue) = 249+206+153=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CE99 is #063166. Grayscale: #D5D5D5. Windows color (decimal): -405863 or 10079993. OLE color: 10079993.
HSL color Cylindrical-coordinate representation of color #F9CE99: hue angle of 33.12º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9CE99 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 153 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.02 |
| HSL | 33.13º | 0.89% | 0.79% | - |
| HSV(B) | 33.13º | 0.39% | 0.98% | - |
| XYZ | 66.89 | 66.58 | 39.46 | - |
| YUV | 212.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 153 | 0 | 0.17 | 0.39 | 0.02 | 33.13 | 0.89 | 0.79 |
| Hex | F9 | CE | 99 | 0 | 11 | 27 | 2 | 21 | 59 | 4F |
| Octal | 371 | 316 | 231 | 0 | 21 | 47 | 2 | 41 | 131 | 117 |
| Binary | 11111001 | 11001110 | 10011001 | 0 | 10001 | 100111 | 10 | 100001 | 1011001 | 1001111 |
Color Harmonies of #F9CE99
Complementary color
Monochromatic Colors of #F9CE99
Black with #F9CE99
Text Example
Text Example
White with #F9CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CE99; }
p { color: rgb(249,206,153); }
H1.HeaderClassName
{
color: #F9CE99;
}
.AnyTagClassName
{
color: #F9CE99;
}
</style>
background-color css
<style>
a { background-color: #F9CE99; }
a { background-color: rgb(249,206,153); }
div.DivClassName
{
background-color: #F9CE99;
}
.BgClassName
{
background-color: #F9CE99;
}
</style>
border-color css
<style>
span { border-color: #F9CE99; }
span { border-color: rgb(249,206,153); }
td.TdClassName
{
border-color: #F9CE99;
}
.TagClassName
{
border-color: #F9CE99;
}
</style>