Shades of Negroni #F2C59E
Tints of Negroni #F2C59E
RGB
CMYK
RGB Variations
Color information
#F2C59E (or 0xF2C59E) is known color: Negroni. HEX triplet: F2, C5 and 9E. RGB value is (242,197,158). Sum of RGB (Red+Green+Blue) = 242+197+158=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C59E is #0D3A61. Grayscale: #CECECE. Windows color (decimal): -866914 or 10405362. OLE color: 10405362.
HSL color Cylindrical-coordinate representation of color #F2C59E: hue angle of 27.86º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2C59E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 158 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.05 |
| HSL | 27.86º | 0.76% | 0.78% | - |
| HSV(B) | 27.86º | 0.35% | 0.95% | - |
| XYZ | 62.76 | 61.28 | 40.87 | - |
| YUV | 206.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 158 | 0 | 0.19 | 0.35 | 0.05 | 27.86 | 0.76 | 0.78 |
| Hex | F2 | C5 | 9E | 0 | 13 | 23 | 5 | 1C | 4C | 4E |
| Octal | 362 | 305 | 236 | 0 | 23 | 43 | 5 | 34 | 114 | 116 |
| Binary | 11110010 | 11000101 | 10011110 | 0 | 10011 | 100011 | 101 | 11100 | 1001100 | 1001110 |
Color Harmonies of #F2C59E
Complementary color
Monochromatic Colors of #F2C59E
Black with #F2C59E
Text Example
Text Example
White with #F2C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C59E; }
p { color: rgb(242,197,158); }
H1.HeaderClassName
{
color: #F2C59E;
}
.AnyTagClassName
{
color: #F2C59E;
}
</style>
background-color css
<style>
a { background-color: #F2C59E; }
a { background-color: rgb(242,197,158); }
div.DivClassName
{
background-color: #F2C59E;
}
.BgClassName
{
background-color: #F2C59E;
}
</style>
border-color css
<style>
span { border-color: #F2C59E; }
span { border-color: rgb(242,197,158); }
td.TdClassName
{
border-color: #F2C59E;
}
.TagClassName
{
border-color: #F2C59E;
}
</style>