Shades of Negroni #F0C09F
Tints of Negroni #F0C09F
RGB
CMYK
RGB Variations
Color information
#F0C09F (or 0xF0C09F) is known color: Negroni. HEX triplet: F0, C0 and 9F. RGB value is (240,192,159). Sum of RGB (Red+Green+Blue) = 240+192+159=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09F is #0F3F60. Grayscale: #CACACA. Windows color (decimal): -999265 or 10469616. OLE color: 10469616.
HSL color Cylindrical-coordinate representation of color #F0C09F: hue angle of 24.44º 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 #F0C09F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 159 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.06 |
| HSL | 24.44º | 0.73% | 0.78% | - |
| HSV(B) | 24.44º | 0.34% | 0.94% | - |
| XYZ | 61.04 | 58.73 | 40.92 | - |
| YUV | 202.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 159 | 0 | 0.20 | 0.34 | 0.06 | 24.44 | 0.73 | 0.78 |
| Hex | F0 | C0 | 9F | 0 | 14 | 22 | 6 | 18 | 49 | 4E |
| Octal | 360 | 300 | 237 | 0 | 24 | 42 | 6 | 30 | 111 | 116 |
| Binary | 11110000 | 11000000 | 10011111 | 0 | 10100 | 100010 | 110 | 11000 | 1001001 | 1001110 |
Color Harmonies of #F0C09F
Complementary color
Monochromatic Colors of #F0C09F
Black with #F0C09F
Text Example
Text Example
White with #F0C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C09F; }
p { color: rgb(240,192,159); }
H1.HeaderClassName
{
color: #F0C09F;
}
.AnyTagClassName
{
color: #F0C09F;
}
</style>
background-color css
<style>
a { background-color: #F0C09F; }
a { background-color: rgb(240,192,159); }
div.DivClassName
{
background-color: #F0C09F;
}
.BgClassName
{
background-color: #F0C09F;
}
</style>
border-color css
<style>
span { border-color: #F0C09F; }
span { border-color: rgb(240,192,159); }
td.TdClassName
{
border-color: #F0C09F;
}
.TagClassName
{
border-color: #F0C09F;
}
</style>