Shades of Negroni #F2C99F
Tints of Negroni #F2C99F
RGB
CMYK
RGB Variations
Color information
#F2C99F (or 0xF2C99F) is known color: Negroni. HEX triplet: F2, C9 and 9F. RGB value is (242,201,159). Sum of RGB (Red+Green+Blue) = 242+201+159=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C99F is #0D3660. Grayscale: #D0D0D0. Windows color (decimal): -865889 or 10471922. OLE color: 10471922.
HSL color Cylindrical-coordinate representation of color #F2C99F: hue angle of 30.36º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2C99F is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 159 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.05 |
| HSL | 30.36º | 0.76% | 0.79% | - |
| HSV(B) | 30.36º | 0.34% | 0.95% | - |
| XYZ | 63.76 | 63.15 | 41.63 | - |
| YUV | 208.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 159 | 0 | 0.17 | 0.34 | 0.05 | 30.36 | 0.76 | 0.79 |
| Hex | F2 | C9 | 9F | 0 | 11 | 22 | 5 | 1E | 4C | 4F |
| Octal | 362 | 311 | 237 | 0 | 21 | 42 | 5 | 36 | 114 | 117 |
| Binary | 11110010 | 11001001 | 10011111 | 0 | 10001 | 100010 | 101 | 11110 | 1001100 | 1001111 |
Color Harmonies of #F2C99F
Complementary color
Monochromatic Colors of #F2C99F
Black with #F2C99F
Text Example
Text Example
White with #F2C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C99F; }
p { color: rgb(242,201,159); }
H1.HeaderClassName
{
color: #F2C99F;
}
.AnyTagClassName
{
color: #F2C99F;
}
</style>
background-color css
<style>
a { background-color: #F2C99F; }
a { background-color: rgb(242,201,159); }
div.DivClassName
{
background-color: #F2C99F;
}
.BgClassName
{
background-color: #F2C99F;
}
</style>
border-color css
<style>
span { border-color: #F2C99F; }
span { border-color: rgb(242,201,159); }
td.TdClassName
{
border-color: #F2C99F;
}
.TagClassName
{
border-color: #F2C99F;
}
</style>