Shades of Negroni #F0C99F
Tints of Negroni #F0C99F
RGB
CMYK
RGB Variations
Color information
#F0C99F (or 0xF0C99F) is known color: Negroni. HEX triplet: F0, C9 and 9F. RGB value is (240,201,159). Sum of RGB (Red+Green+Blue) = 240+201+159=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C99F is #0F3660. Grayscale: #D0D0D0. Windows color (decimal): -996961 or 10471920. OLE color: 10471920.
HSL color Cylindrical-coordinate representation of color #F0C99F: hue angle of 31.11º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0C99F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 159 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.06 |
| HSL | 31.11º | 0.73% | 0.78% | - |
| HSV(B) | 31.11º | 0.34% | 0.94% | - |
| XYZ | 63.08 | 62.8 | 41.6 | - |
| YUV | 207.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 159 | 0 | 0.16 | 0.34 | 0.06 | 31.11 | 0.73 | 0.78 |
| Hex | F0 | C9 | 9F | 0 | 10 | 22 | 6 | 1F | 49 | 4E |
| Octal | 360 | 311 | 237 | 0 | 20 | 42 | 6 | 37 | 111 | 116 |
| Binary | 11110000 | 11001001 | 10011111 | 0 | 10000 | 100010 | 110 | 11111 | 1001001 | 1001110 |
Color Harmonies of #F0C99F
Complementary color
Monochromatic Colors of #F0C99F
Black with #F0C99F
Text Example
Text Example
White with #F0C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C99F; }
p { color: rgb(240,201,159); }
H1.HeaderClassName
{
color: #F0C99F;
}
.AnyTagClassName
{
color: #F0C99F;
}
</style>
background-color css
<style>
a { background-color: #F0C99F; }
a { background-color: rgb(240,201,159); }
div.DivClassName
{
background-color: #F0C99F;
}
.BgClassName
{
background-color: #F0C99F;
}
</style>
border-color css
<style>
span { border-color: #F0C99F; }
span { border-color: rgb(240,201,159); }
td.TdClassName
{
border-color: #F0C99F;
}
.TagClassName
{
border-color: #F0C99F;
}
</style>