Shades of Peach-Orange #F9C995
Tints of Peach-Orange #F9C995
RGB
CMYK
RGB Variations
Color information
#F9C995 (or 0xF9C995) is known color: Peach-Orange. HEX triplet: F9, C9 and 95. RGB value is (249,201,149). Sum of RGB (Red+Green+Blue) = 249+201+149=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C995 is #06366A. Grayscale: #D1D1D1. Windows color (decimal): -407147 or 9816569. OLE color: 9816569.
HSL color Cylindrical-coordinate representation of color #F9C995: hue angle of 31.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9C995 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 149 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.02 |
| HSL | 31.2º | 0.89% | 0.78% | - |
| HSV(B) | 31.2º | 0.4% | 0.98% | - |
| XYZ | 65.38 | 64.08 | 37.36 | - |
| YUV | 209.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 149 | 0 | 0.19 | 0.40 | 0.02 | 31.2 | 0.89 | 0.78 |
| Hex | F9 | C9 | 95 | 0 | 13 | 28 | 2 | 1F | 59 | 4E |
| Octal | 371 | 311 | 225 | 0 | 23 | 50 | 2 | 37 | 131 | 116 |
| Binary | 11111001 | 11001001 | 10010101 | 0 | 10011 | 101000 | 10 | 11111 | 1011001 | 1001110 |
Color Harmonies of #F9C995
Complementary color
Monochromatic Colors of #F9C995
Black with #F9C995
Text Example
Text Example
White with #F9C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C995; }
p { color: rgb(249,201,149); }
H1.HeaderClassName
{
color: #F9C995;
}
.AnyTagClassName
{
color: #F9C995;
}
</style>
background-color css
<style>
a { background-color: #F9C995; }
a { background-color: rgb(249,201,149); }
div.DivClassName
{
background-color: #F9C995;
}
.BgClassName
{
background-color: #F9C995;
}
</style>
border-color css
<style>
span { border-color: #F9C995; }
span { border-color: rgb(249,201,149); }
td.TdClassName
{
border-color: #F9C995;
}
.TagClassName
{
border-color: #F9C995;
}
</style>