Shades of Peach-Orange #F9C994
Tints of Peach-Orange #F9C994
RGB
CMYK
RGB Variations
Color information
#F9C994 (or 0xF9C994) is known color: Peach-Orange. HEX triplet: F9, C9 and 94. RGB value is (249,201,148). Sum of RGB (Red+Green+Blue) = 249+201+148=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C994 is #06366B. Grayscale: #D1D1D1. Windows color (decimal): -407148 or 9751033. OLE color: 9751033.
HSL color Cylindrical-coordinate representation of color #F9C994: hue angle of 31.49º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9C994 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 148 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.02 |
| HSL | 31.49º | 0.89% | 0.78% | - |
| HSV(B) | 31.49º | 0.41% | 0.98% | - |
| XYZ | 65.3 | 64.05 | 36.94 | - |
| YUV | 209.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 148 | 0 | 0.19 | 0.41 | 0.02 | 31.49 | 0.89 | 0.78 |
| Hex | F9 | C9 | 94 | 0 | 13 | 29 | 2 | 1F | 59 | 4E |
| Octal | 371 | 311 | 224 | 0 | 23 | 51 | 2 | 37 | 131 | 116 |
| Binary | 11111001 | 11001001 | 10010100 | 0 | 10011 | 101001 | 10 | 11111 | 1011001 | 1001110 |
Color Harmonies of #F9C994
Complementary color
Monochromatic Colors of #F9C994
Black with #F9C994
Text Example
Text Example
White with #F9C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C994; }
p { color: rgb(249,201,148); }
H1.HeaderClassName
{
color: #F9C994;
}
.AnyTagClassName
{
color: #F9C994;
}
</style>
background-color css
<style>
a { background-color: #F9C994; }
a { background-color: rgb(249,201,148); }
div.DivClassName
{
background-color: #F9C994;
}
.BgClassName
{
background-color: #F9C994;
}
</style>
border-color css
<style>
span { border-color: #F9C994; }
span { border-color: rgb(249,201,148); }
td.TdClassName
{
border-color: #F9C994;
}
.TagClassName
{
border-color: #F9C994;
}
</style>