Shades of Negroni #F2C29F
Tints of Negroni #F2C29F
RGB
CMYK
RGB Variations
Color information
#F2C29F (or 0xF2C29F) is known color: Negroni. HEX triplet: F2, C2 and 9F. RGB value is (242,194,159). Sum of RGB (Red+Green+Blue) = 242+194+159=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C29F is #0D3D60. Grayscale: #CCCCCC. Windows color (decimal): -867681 or 10470130. OLE color: 10470130.
HSL color Cylindrical-coordinate representation of color #F2C29F: hue angle of 25.3º 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 #F2C29F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 159 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.05 |
| HSL | 25.3º | 0.76% | 0.79% | - |
| HSV(B) | 25.3º | 0.34% | 0.95% | - |
| XYZ | 62.17 | 59.96 | 41.1 | - |
| YUV | 204.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 159 | 0 | 0.20 | 0.34 | 0.05 | 25.3 | 0.76 | 0.79 |
| Hex | F2 | C2 | 9F | 0 | 14 | 22 | 5 | 19 | 4C | 4F |
| Octal | 362 | 302 | 237 | 0 | 24 | 42 | 5 | 31 | 114 | 117 |
| Binary | 11110010 | 11000010 | 10011111 | 0 | 10100 | 100010 | 101 | 11001 | 1001100 | 1001111 |
Color Harmonies of #F2C29F
Complementary color
Monochromatic Colors of #F2C29F
Black with #F2C29F
Text Example
Text Example
White with #F2C29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C29F; }
p { color: rgb(242,194,159); }
H1.HeaderClassName
{
color: #F2C29F;
}
.AnyTagClassName
{
color: #F2C29F;
}
</style>
background-color css
<style>
a { background-color: #F2C29F; }
a { background-color: rgb(242,194,159); }
div.DivClassName
{
background-color: #F2C29F;
}
.BgClassName
{
background-color: #F2C29F;
}
</style>
border-color css
<style>
span { border-color: #F2C29F; }
span { border-color: rgb(242,194,159); }
td.TdClassName
{
border-color: #F2C29F;
}
.TagClassName
{
border-color: #F2C29F;
}
</style>