Shades of Negroni #F1C59F
Tints of Negroni #F1C59F
RGB
CMYK
RGB Variations
Color information
#F1C59F (or 0xF1C59F) is known color: Negroni. HEX triplet: F1, C5 and 9F. RGB value is (241,197,159). Sum of RGB (Red+Green+Blue) = 241+197+159=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C59F is #0E3A60. Grayscale: #CECECE. Windows color (decimal): -932449 or 10470897. OLE color: 10470897.
HSL color Cylindrical-coordinate representation of color #F1C59F: hue angle of 27.8º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1C59F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 159 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.05 |
| HSL | 27.8º | 0.75% | 0.78% | - |
| HSV(B) | 27.8º | 0.34% | 0.95% | - |
| XYZ | 62.5 | 61.14 | 41.31 | - |
| YUV | 205.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 159 | 0 | 0.18 | 0.34 | 0.05 | 27.8 | 0.75 | 0.78 |
| Hex | F1 | C5 | 9F | 0 | 12 | 22 | 5 | 1C | 4B | 4E |
| Octal | 361 | 305 | 237 | 0 | 22 | 42 | 5 | 34 | 113 | 116 |
| Binary | 11110001 | 11000101 | 10011111 | 0 | 10010 | 100010 | 101 | 11100 | 1001011 | 1001110 |
Color Harmonies of #F1C59F
Complementary color
Monochromatic Colors of #F1C59F
Black with #F1C59F
Text Example
Text Example
White with #F1C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C59F; }
p { color: rgb(241,197,159); }
H1.HeaderClassName
{
color: #F1C59F;
}
.AnyTagClassName
{
color: #F1C59F;
}
</style>
background-color css
<style>
a { background-color: #F1C59F; }
a { background-color: rgb(241,197,159); }
div.DivClassName
{
background-color: #F1C59F;
}
.BgClassName
{
background-color: #F1C59F;
}
</style>
border-color css
<style>
span { border-color: #F1C59F; }
span { border-color: rgb(241,197,159); }
td.TdClassName
{
border-color: #F1C59F;
}
.TagClassName
{
border-color: #F1C59F;
}
</style>