Shades of Negroni #F0C59E
Tints of Negroni #F0C59E
RGB
CMYK
RGB Variations
Color information
#F0C59E (or 0xF0C59E) is known color: Negroni. HEX triplet: F0, C5 and 9E. RGB value is (240,197,158). Sum of RGB (Red+Green+Blue) = 240+197+158=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C59E is #0F3A61. Grayscale: #CDCDCD. Windows color (decimal): -997986 or 10405360. OLE color: 10405360.
HSL color Cylindrical-coordinate representation of color #F0C59E: hue angle of 28.54º 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 #F0C59E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 158 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.06 |
| HSL | 28.54º | 0.73% | 0.78% | - |
| HSV(B) | 28.54º | 0.34% | 0.94% | - |
| XYZ | 62.07 | 60.93 | 40.84 | - |
| YUV | 205.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 158 | 0 | 0.18 | 0.34 | 0.06 | 28.54 | 0.73 | 0.78 |
| Hex | F0 | C5 | 9E | 0 | 12 | 22 | 6 | 1D | 49 | 4E |
| Octal | 360 | 305 | 236 | 0 | 22 | 42 | 6 | 35 | 111 | 116 |
| Binary | 11110000 | 11000101 | 10011110 | 0 | 10010 | 100010 | 110 | 11101 | 1001001 | 1001110 |
Color Harmonies of #F0C59E
Complementary color
Monochromatic Colors of #F0C59E
Black with #F0C59E
Text Example
Text Example
White with #F0C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C59E; }
p { color: rgb(240,197,158); }
H1.HeaderClassName
{
color: #F0C59E;
}
.AnyTagClassName
{
color: #F0C59E;
}
</style>
background-color css
<style>
a { background-color: #F0C59E; }
a { background-color: rgb(240,197,158); }
div.DivClassName
{
background-color: #F0C59E;
}
.BgClassName
{
background-color: #F0C59E;
}
</style>
border-color css
<style>
span { border-color: #F0C59E; }
span { border-color: rgb(240,197,158); }
td.TdClassName
{
border-color: #F0C59E;
}
.TagClassName
{
border-color: #F0C59E;
}
</style>