Shades of Negroni #F1C19A
Tints of Negroni #F1C19A
RGB
CMYK
RGB Variations
Color information
#F1C19A (or 0xF1C19A) is known color: Negroni. HEX triplet: F1, C1 and 9A. RGB value is (241,193,154). Sum of RGB (Red+Green+Blue) = 241+193+154=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C19A is #0E3E65. Grayscale: #CBCBCB. Windows color (decimal): -933478 or 10142193. OLE color: 10142193.
HSL color Cylindrical-coordinate representation of color #F1C19A: hue angle of 26.9º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1C19A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 154 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.05 |
| HSL | 26.9º | 0.76% | 0.77% | - |
| HSV(B) | 26.9º | 0.36% | 0.95% | - |
| XYZ | 61.18 | 59.17 | 38.77 | - |
| YUV | 202.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 154 | 0 | 0.20 | 0.36 | 0.05 | 26.9 | 0.76 | 0.77 |
| Hex | F1 | C1 | 9A | 0 | 14 | 24 | 5 | 1B | 4C | 4D |
| Octal | 361 | 301 | 232 | 0 | 24 | 44 | 5 | 33 | 114 | 115 |
| Binary | 11110001 | 11000001 | 10011010 | 0 | 10100 | 100100 | 101 | 11011 | 1001100 | 1001101 |
Color Harmonies of #F1C19A
Complementary color
Monochromatic Colors of #F1C19A
Black with #F1C19A
Text Example
Text Example
White with #F1C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C19A; }
p { color: rgb(241,193,154); }
H1.HeaderClassName
{
color: #F1C19A;
}
.AnyTagClassName
{
color: #F1C19A;
}
</style>
background-color css
<style>
a { background-color: #F1C19A; }
a { background-color: rgb(241,193,154); }
div.DivClassName
{
background-color: #F1C19A;
}
.BgClassName
{
background-color: #F1C19A;
}
</style>
border-color css
<style>
span { border-color: #F1C19A; }
span { border-color: rgb(241,193,154); }
td.TdClassName
{
border-color: #F1C19A;
}
.TagClassName
{
border-color: #F1C19A;
}
</style>