Shades of Marzipan #F0C777
Tints of Marzipan #F0C777
RGB
CMYK
RGB Variations
Color information
#F0C777 (or 0xF0C777) is known color: Marzipan. HEX triplet: F0, C7 and 77. RGB value is (240,199,119). Sum of RGB (Red+Green+Blue) = 240+199+119=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C777 is #0F3888. Grayscale: #CACACA. Windows color (decimal): -997513 or 7849968. OLE color: 7849968.
HSL color Cylindrical-coordinate representation of color #F0C777: hue angle of 39.67º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0C777 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 119 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.06 |
| HSL | 39.67º | 0.8% | 0.7% | - |
| HSV(B) | 39.67º | 0.5% | 0.94% | - |
| XYZ | 59.69 | 60.7 | 26.02 | - |
| YUV | 202.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 119 | 0 | 0.17 | 0.50 | 0.06 | 39.67 | 0.8 | 0.7 |
| Hex | F0 | C7 | 77 | 0 | 11 | 32 | 6 | 28 | 50 | 46 |
| Octal | 360 | 307 | 167 | 0 | 21 | 62 | 6 | 50 | 120 | 106 |
| Binary | 11110000 | 11000111 | 1110111 | 0 | 10001 | 110010 | 110 | 101000 | 1010000 | 1000110 |
Color Harmonies of #F0C777
Complementary color
Monochromatic Colors of #F0C777
Black with #F0C777
Text Example
Text Example
White with #F0C777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C777; }
p { color: rgb(240,199,119); }
H1.HeaderClassName
{
color: #F0C777;
}
.AnyTagClassName
{
color: #F0C777;
}
</style>
background-color css
<style>
a { background-color: #F0C777; }
a { background-color: rgb(240,199,119); }
div.DivClassName
{
background-color: #F0C777;
}
.BgClassName
{
background-color: #F0C777;
}
</style>
border-color css
<style>
span { border-color: #F0C777; }
span { border-color: rgb(240,199,119); }
td.TdClassName
{
border-color: #F0C777;
}
.TagClassName
{
border-color: #F0C777;
}
</style>