Shades of Negroni #F2C09B
Tints of Negroni #F2C09B
RGB
CMYK
RGB Variations
Color information
#F2C09B (or 0xF2C09B) is known color: Negroni. HEX triplet: F2, C0 and 9B. RGB value is (242,192,155). Sum of RGB (Red+Green+Blue) = 242+192+155=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C09B is #0D3F64. Grayscale: #CACACA. Windows color (decimal): -868197 or 10207474. OLE color: 10207474.
HSL color Cylindrical-coordinate representation of color #F2C09B: hue angle of 25.52º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2C09B is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 155 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.05 |
| HSL | 25.52º | 0.77% | 0.78% | - |
| HSV(B) | 25.52º | 0.36% | 0.95% | - |
| XYZ | 61.38 | 58.94 | 39.15 | - |
| YUV | 202.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 155 | 0 | 0.21 | 0.36 | 0.05 | 25.52 | 0.77 | 0.78 |
| Hex | F2 | C0 | 9B | 0 | 15 | 24 | 5 | 1A | 4D | 4E |
| Octal | 362 | 300 | 233 | 0 | 25 | 44 | 5 | 32 | 115 | 116 |
| Binary | 11110010 | 11000000 | 10011011 | 0 | 10101 | 100100 | 101 | 11010 | 1001101 | 1001110 |
Color Harmonies of #F2C09B
Complementary color
Monochromatic Colors of #F2C09B
Black with #F2C09B
Text Example
Text Example
White with #F2C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C09B; }
p { color: rgb(242,192,155); }
H1.HeaderClassName
{
color: #F2C09B;
}
.AnyTagClassName
{
color: #F2C09B;
}
</style>
background-color css
<style>
a { background-color: #F2C09B; }
a { background-color: rgb(242,192,155); }
div.DivClassName
{
background-color: #F2C09B;
}
.BgClassName
{
background-color: #F2C09B;
}
</style>
border-color css
<style>
span { border-color: #F2C09B; }
span { border-color: rgb(242,192,155); }
td.TdClassName
{
border-color: #F2C09B;
}
.TagClassName
{
border-color: #F2C09B;
}
</style>