Shades of Negroni #F0C09C
Tints of Negroni #F0C09C
RGB
CMYK
RGB Variations
Color information
#F0C09C (or 0xF0C09C) is known color: Negroni. HEX triplet: F0, C0 and 9C. RGB value is (240,192,156). Sum of RGB (Red+Green+Blue) = 240+192+156=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09C is #0F3F63. Grayscale: #CACACA. Windows color (decimal): -999268 or 10273008. OLE color: 10273008.
HSL color Cylindrical-coordinate representation of color #F0C09C: hue angle of 25.71º 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 #F0C09C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 156 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.06 |
| HSL | 25.71º | 0.74% | 0.78% | - |
| HSV(B) | 25.71º | 0.35% | 0.94% | - |
| XYZ | 60.79 | 58.62 | 39.56 | - |
| YUV | 202.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 156 | 0 | 0.20 | 0.35 | 0.06 | 25.71 | 0.74 | 0.78 |
| Hex | F0 | C0 | 9C | 0 | 14 | 23 | 6 | 1A | 4A | 4E |
| Octal | 360 | 300 | 234 | 0 | 24 | 43 | 6 | 32 | 112 | 116 |
| Binary | 11110000 | 11000000 | 10011100 | 0 | 10100 | 100011 | 110 | 11010 | 1001010 | 1001110 |
Color Harmonies of #F0C09C
Complementary color
Monochromatic Colors of #F0C09C
Black with #F0C09C
Text Example
Text Example
White with #F0C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C09C; }
p { color: rgb(240,192,156); }
H1.HeaderClassName
{
color: #F0C09C;
}
.AnyTagClassName
{
color: #F0C09C;
}
</style>
background-color css
<style>
a { background-color: #F0C09C; }
a { background-color: rgb(240,192,156); }
div.DivClassName
{
background-color: #F0C09C;
}
.BgClassName
{
background-color: #F0C09C;
}
</style>
border-color css
<style>
span { border-color: #F0C09C; }
span { border-color: rgb(240,192,156); }
td.TdClassName
{
border-color: #F0C09C;
}
.TagClassName
{
border-color: #F0C09C;
}
</style>