Shades of Marzipan #F0C979
Tints of Marzipan #F0C979
RGB
CMYK
RGB Variations
Color information
#F0C979 (or 0xF0C979) is known color: Marzipan. HEX triplet: F0, C9 and 79. RGB value is (240,201,121). Sum of RGB (Red+Green+Blue) = 240+201+121=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C979 is #0F3686. Grayscale: #CBCBCB. Windows color (decimal): -996999 or 7981552. OLE color: 7981552.
HSL color Cylindrical-coordinate representation of color #F0C979: hue angle of 40.34º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0C979 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 121 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.06 |
| HSL | 40.34º | 0.8% | 0.71% | - |
| HSV(B) | 40.34º | 0.5% | 0.94% | - |
| XYZ | 60.27 | 61.68 | 26.82 | - |
| YUV | 203.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 121 | 0 | 0.16 | 0.50 | 0.06 | 40.34 | 0.8 | 0.71 |
| Hex | F0 | C9 | 79 | 0 | 10 | 32 | 6 | 28 | 50 | 47 |
| Octal | 360 | 311 | 171 | 0 | 20 | 62 | 6 | 50 | 120 | 107 |
| Binary | 11110000 | 11001001 | 1111001 | 0 | 10000 | 110010 | 110 | 101000 | 1010000 | 1000111 |
Color Harmonies of #F0C979
Complementary color
Monochromatic Colors of #F0C979
Black with #F0C979
Text Example
Text Example
White with #F0C979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C979; }
p { color: rgb(240,201,121); }
H1.HeaderClassName
{
color: #F0C979;
}
.AnyTagClassName
{
color: #F0C979;
}
</style>
background-color css
<style>
a { background-color: #F0C979; }
a { background-color: rgb(240,201,121); }
div.DivClassName
{
background-color: #F0C979;
}
.BgClassName
{
background-color: #F0C979;
}
</style>
border-color css
<style>
span { border-color: #F0C979; }
span { border-color: rgb(240,201,121); }
td.TdClassName
{
border-color: #F0C979;
}
.TagClassName
{
border-color: #F0C979;
}
</style>