Shades of Negroni #F0C29D
Tints of Negroni #F0C29D
RGB
CMYK
RGB Variations
Color information
#F0C29D (or 0xF0C29D) is known color: Negroni. HEX triplet: F0, C2 and 9D. RGB value is (240,194,157). Sum of RGB (Red+Green+Blue) = 240+194+157=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C29D is #0F3D62. Grayscale: #CBCBCB. Windows color (decimal): -998755 or 10339056. OLE color: 10339056.
HSL color Cylindrical-coordinate representation of color #F0C29D: hue angle of 26.75º degrees, saturation: 0.73, 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 #F0C29D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 157 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.06 |
| HSL | 26.75º | 0.73% | 0.78% | - |
| HSV(B) | 26.75º | 0.35% | 0.94% | - |
| XYZ | 61.31 | 59.54 | 40.16 | - |
| YUV | 203.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 157 | 0 | 0.19 | 0.35 | 0.06 | 26.75 | 0.73 | 0.78 |
| Hex | F0 | C2 | 9D | 0 | 13 | 23 | 6 | 1B | 49 | 4E |
| Octal | 360 | 302 | 235 | 0 | 23 | 43 | 6 | 33 | 111 | 116 |
| Binary | 11110000 | 11000010 | 10011101 | 0 | 10011 | 100011 | 110 | 11011 | 1001001 | 1001110 |
Color Harmonies of #F0C29D
Complementary color
Monochromatic Colors of #F0C29D
Black with #F0C29D
Text Example
Text Example
White with #F0C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C29D; }
p { color: rgb(240,194,157); }
H1.HeaderClassName
{
color: #F0C29D;
}
.AnyTagClassName
{
color: #F0C29D;
}
</style>
background-color css
<style>
a { background-color: #F0C29D; }
a { background-color: rgb(240,194,157); }
div.DivClassName
{
background-color: #F0C29D;
}
.BgClassName
{
background-color: #F0C29D;
}
</style>
border-color css
<style>
span { border-color: #F0C29D; }
span { border-color: rgb(240,194,157); }
td.TdClassName
{
border-color: #F0C29D;
}
.TagClassName
{
border-color: #F0C29D;
}
</style>