Shades of Peach-Orange #F9C696
Tints of Peach-Orange #F9C696
RGB
CMYK
RGB Variations
Color information
#F9C696 (or 0xF9C696) is known color: Peach-Orange. HEX triplet: F9, C6 and 96. RGB value is (249,198,150). Sum of RGB (Red+Green+Blue) = 249+198+150=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C696 is #063969. Grayscale: #D0D0D0. Windows color (decimal): -407914 or 9881337. OLE color: 9881337.
HSL color Cylindrical-coordinate representation of color #F9C696: hue angle of 29.09º 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 #F9C696 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 150 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.02 |
| HSL | 29.09º | 0.89% | 0.78% | - |
| HSV(B) | 29.09º | 0.4% | 0.98% | - |
| XYZ | 64.77 | 62.73 | 37.55 | - |
| YUV | 207.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 150 | 0 | 0.20 | 0.40 | 0.02 | 29.09 | 0.89 | 0.78 |
| Hex | F9 | C6 | 96 | 0 | 14 | 28 | 2 | 1D | 59 | 4E |
| Octal | 371 | 306 | 226 | 0 | 24 | 50 | 2 | 35 | 131 | 116 |
| Binary | 11111001 | 11000110 | 10010110 | 0 | 10100 | 101000 | 10 | 11101 | 1011001 | 1001110 |
Color Harmonies of #F9C696
Complementary color
Monochromatic Colors of #F9C696
Black with #F9C696
Text Example
Text Example
White with #F9C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C696; }
p { color: rgb(249,198,150); }
H1.HeaderClassName
{
color: #F9C696;
}
.AnyTagClassName
{
color: #F9C696;
}
</style>
background-color css
<style>
a { background-color: #F9C696; }
a { background-color: rgb(249,198,150); }
div.DivClassName
{
background-color: #F9C696;
}
.BgClassName
{
background-color: #F9C696;
}
</style>
border-color css
<style>
span { border-color: #F9C696; }
span { border-color: rgb(249,198,150); }
td.TdClassName
{
border-color: #F9C696;
}
.TagClassName
{
border-color: #F9C696;
}
</style>