Shades of Negroni #F0C69D
Tints of Negroni #F0C69D
RGB
CMYK
RGB Variations
Color information
#F0C69D (or 0xF0C69D) is known color: Negroni. HEX triplet: F0, C6 and 9D. RGB value is (240,198,157). Sum of RGB (Red+Green+Blue) = 240+198+157=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C69D is #0F3962. Grayscale: #CECECE. Windows color (decimal): -997731 or 10340080. OLE color: 10340080.
HSL color Cylindrical-coordinate representation of color #F0C69D: hue angle of 29.64º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C69D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 157 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.06 |
| HSL | 29.64º | 0.73% | 0.78% | - |
| HSV(B) | 29.64º | 0.35% | 0.94% | - |
| XYZ | 62.22 | 61.35 | 40.46 | - |
| YUV | 205.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 157 | 0 | 0.18 | 0.35 | 0.06 | 29.64 | 0.73 | 0.78 |
| Hex | F0 | C6 | 9D | 0 | 12 | 23 | 6 | 1E | 49 | 4E |
| Octal | 360 | 306 | 235 | 0 | 22 | 43 | 6 | 36 | 111 | 116 |
| Binary | 11110000 | 11000110 | 10011101 | 0 | 10010 | 100011 | 110 | 11110 | 1001001 | 1001110 |
Color Harmonies of #F0C69D
Complementary color
Monochromatic Colors of #F0C69D
Black with #F0C69D
Text Example
Text Example
White with #F0C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C69D; }
p { color: rgb(240,198,157); }
H1.HeaderClassName
{
color: #F0C69D;
}
.AnyTagClassName
{
color: #F0C69D;
}
</style>
background-color css
<style>
a { background-color: #F0C69D; }
a { background-color: rgb(240,198,157); }
div.DivClassName
{
background-color: #F0C69D;
}
.BgClassName
{
background-color: #F0C69D;
}
</style>
border-color css
<style>
span { border-color: #F0C69D; }
span { border-color: rgb(240,198,157); }
td.TdClassName
{
border-color: #F0C69D;
}
.TagClassName
{
border-color: #F0C69D;
}
</style>