Shades of Negroni #F2C199
Tints of Negroni #F2C199
RGB
CMYK
RGB Variations
Color information
#F2C199 (or 0xF2C199) is known color: Negroni. HEX triplet: F2, C1 and 99. RGB value is (242,193,153). Sum of RGB (Red+Green+Blue) = 242+193+153=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C199 is #0D3E66. Grayscale: #CBCBCB. Windows color (decimal): -867943 or 10076658. OLE color: 10076658.
HSL color Cylindrical-coordinate representation of color #F2C199: hue angle of 26.97º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2C199 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 153 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.05 |
| HSL | 26.97º | 0.77% | 0.77% | - |
| HSV(B) | 26.97º | 0.37% | 0.95% | - |
| XYZ | 61.44 | 59.32 | 38.35 | - |
| YUV | 203.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 153 | 0 | 0.20 | 0.37 | 0.05 | 26.97 | 0.77 | 0.77 |
| Hex | F2 | C1 | 99 | 0 | 14 | 25 | 5 | 1B | 4D | 4D |
| Octal | 362 | 301 | 231 | 0 | 24 | 45 | 5 | 33 | 115 | 115 |
| Binary | 11110010 | 11000001 | 10011001 | 0 | 10100 | 100101 | 101 | 11011 | 1001101 | 1001101 |
Color Harmonies of #F2C199
Complementary color
Monochromatic Colors of #F2C199
Black with #F2C199
Text Example
Text Example
White with #F2C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C199; }
p { color: rgb(242,193,153); }
H1.HeaderClassName
{
color: #F2C199;
}
.AnyTagClassName
{
color: #F2C199;
}
</style>
background-color css
<style>
a { background-color: #F2C199; }
a { background-color: rgb(242,193,153); }
div.DivClassName
{
background-color: #F2C199;
}
.BgClassName
{
background-color: #F2C199;
}
</style>
border-color css
<style>
span { border-color: #F2C199; }
span { border-color: rgb(242,193,153); }
td.TdClassName
{
border-color: #F2C199;
}
.TagClassName
{
border-color: #F2C199;
}
</style>