Shades of Negroni #F0C099
Tints of Negroni #F0C099
RGB
CMYK
RGB Variations
Color information
#F0C099 (or 0xF0C099) is known color: Negroni. HEX triplet: F0, C0 and 99. RGB value is (240,192,153). Sum of RGB (Red+Green+Blue) = 240+192+153=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C099 is #0F3F66. Grayscale: #CACACA. Windows color (decimal): -999271 or 10076400. OLE color: 10076400.
HSL color Cylindrical-coordinate representation of color #F0C099: hue angle of 26.9º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0C099 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 153 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.06 |
| HSL | 26.9º | 0.74% | 0.77% | - |
| HSV(B) | 26.9º | 0.36% | 0.94% | - |
| XYZ | 60.53 | 58.52 | 38.24 | - |
| YUV | 201.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 153 | 0 | 0.20 | 0.36 | 0.06 | 26.9 | 0.74 | 0.77 |
| Hex | F0 | C0 | 99 | 0 | 14 | 24 | 6 | 1B | 4A | 4D |
| Octal | 360 | 300 | 231 | 0 | 24 | 44 | 6 | 33 | 112 | 115 |
| Binary | 11110000 | 11000000 | 10011001 | 0 | 10100 | 100100 | 110 | 11011 | 1001010 | 1001101 |
Color Harmonies of #F0C099
Complementary color
Monochromatic Colors of #F0C099
Black with #F0C099
Text Example
Text Example
White with #F0C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C099; }
p { color: rgb(240,192,153); }
H1.HeaderClassName
{
color: #F0C099;
}
.AnyTagClassName
{
color: #F0C099;
}
</style>
background-color css
<style>
a { background-color: #F0C099; }
a { background-color: rgb(240,192,153); }
div.DivClassName
{
background-color: #F0C099;
}
.BgClassName
{
background-color: #F0C099;
}
</style>
border-color css
<style>
span { border-color: #F0C099; }
span { border-color: rgb(240,192,153); }
td.TdClassName
{
border-color: #F0C099;
}
.TagClassName
{
border-color: #F0C099;
}
</style>