Shades of Negroni #F0C39B
Tints of Negroni #F0C39B
RGB
CMYK
RGB Variations
Color information
#F0C39B (or 0xF0C39B) is known color: Negroni. HEX triplet: F0, C3 and 9B. RGB value is (240,195,155). Sum of RGB (Red+Green+Blue) = 240+195+155=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C39B is #0F3C64. Grayscale: #CCCCCC. Windows color (decimal): -998501 or 10208240. OLE color: 10208240.
HSL color Cylindrical-coordinate representation of color #F0C39B: hue angle of 28.24º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C39B is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 155 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.06 |
| HSL | 28.24º | 0.74% | 0.77% | - |
| HSV(B) | 28.24º | 0.35% | 0.94% | - |
| XYZ | 61.37 | 59.92 | 39.34 | - |
| YUV | 203.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 155 | 0 | 0.19 | 0.35 | 0.06 | 28.24 | 0.74 | 0.77 |
| Hex | F0 | C3 | 9B | 0 | 13 | 23 | 6 | 1C | 4A | 4D |
| Octal | 360 | 303 | 233 | 0 | 23 | 43 | 6 | 34 | 112 | 115 |
| Binary | 11110000 | 11000011 | 10011011 | 0 | 10011 | 100011 | 110 | 11100 | 1001010 | 1001101 |
Color Harmonies of #F0C39B
Complementary color
Monochromatic Colors of #F0C39B
Black with #F0C39B
Text Example
Text Example
White with #F0C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C39B; }
p { color: rgb(240,195,155); }
H1.HeaderClassName
{
color: #F0C39B;
}
.AnyTagClassName
{
color: #F0C39B;
}
</style>
background-color css
<style>
a { background-color: #F0C39B; }
a { background-color: rgb(240,195,155); }
div.DivClassName
{
background-color: #F0C39B;
}
.BgClassName
{
background-color: #F0C39B;
}
</style>
border-color css
<style>
span { border-color: #F0C39B; }
span { border-color: rgb(240,195,155); }
td.TdClassName
{
border-color: #F0C39B;
}
.TagClassName
{
border-color: #F0C39B;
}
</style>