Shades of Negroni #F0C59C
Tints of Negroni #F0C59C
RGB
CMYK
RGB Variations
Color information
#F0C59C (or 0xF0C59C) is known color: Negroni. HEX triplet: F0, C5 and 9C. RGB value is (240,197,156). Sum of RGB (Red+Green+Blue) = 240+197+156=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C59C is #0F3A63. Grayscale: #CDCDCD. Windows color (decimal): -997988 or 10274288. OLE color: 10274288.
HSL color Cylindrical-coordinate representation of color #F0C59C: hue angle of 29.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C59C is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 156 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.06 |
| HSL | 29.29º | 0.74% | 0.78% | - |
| HSV(B) | 29.29º | 0.35% | 0.94% | - |
| XYZ | 61.9 | 60.86 | 39.94 | - |
| YUV | 205.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 156 | 0 | 0.18 | 0.35 | 0.06 | 29.29 | 0.74 | 0.78 |
| Hex | F0 | C5 | 9C | 0 | 12 | 23 | 6 | 1D | 4A | 4E |
| Octal | 360 | 305 | 234 | 0 | 22 | 43 | 6 | 35 | 112 | 116 |
| Binary | 11110000 | 11000101 | 10011100 | 0 | 10010 | 100011 | 110 | 11101 | 1001010 | 1001110 |
Color Harmonies of #F0C59C
Complementary color
Monochromatic Colors of #F0C59C
Black with #F0C59C
Text Example
Text Example
White with #F0C59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C59C; }
p { color: rgb(240,197,156); }
H1.HeaderClassName
{
color: #F0C59C;
}
.AnyTagClassName
{
color: #F0C59C;
}
</style>
background-color css
<style>
a { background-color: #F0C59C; }
a { background-color: rgb(240,197,156); }
div.DivClassName
{
background-color: #F0C59C;
}
.BgClassName
{
background-color: #F0C59C;
}
</style>
border-color css
<style>
span { border-color: #F0C59C; }
span { border-color: rgb(240,197,156); }
td.TdClassName
{
border-color: #F0C59C;
}
.TagClassName
{
border-color: #F0C59C;
}
</style>