Shades of Marzipan #F0C975
Tints of Marzipan #F0C975
RGB
CMYK
RGB Variations
Color information
#F0C975 (or 0xF0C975) is known color: Marzipan. HEX triplet: F0, C9 and 75. RGB value is (240,201,117). Sum of RGB (Red+Green+Blue) = 240+201+117=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C975 is #0F368A. Grayscale: #CBCBCB. Windows color (decimal): -997003 or 7719408. OLE color: 7719408.
HSL color Cylindrical-coordinate representation of color #F0C975: hue angle of 40.98º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0C975 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 117 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.06 |
| HSL | 40.98º | 0.8% | 0.7% | - |
| HSV(B) | 40.98º | 0.51% | 0.94% | - |
| XYZ | 60.03 | 61.58 | 25.55 | - |
| YUV | 203.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 117 | 0 | 0.16 | 0.51 | 0.06 | 40.98 | 0.8 | 0.7 |
| Hex | F0 | C9 | 75 | 0 | 10 | 33 | 6 | 29 | 50 | 46 |
| Octal | 360 | 311 | 165 | 0 | 20 | 63 | 6 | 51 | 120 | 106 |
| Binary | 11110000 | 11001001 | 1110101 | 0 | 10000 | 110011 | 110 | 101001 | 1010000 | 1000110 |
Color Harmonies of #F0C975
Complementary color
Monochromatic Colors of #F0C975
Black with #F0C975
Text Example
Text Example
White with #F0C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C975; }
p { color: rgb(240,201,117); }
H1.HeaderClassName
{
color: #F0C975;
}
.AnyTagClassName
{
color: #F0C975;
}
</style>
background-color css
<style>
a { background-color: #F0C975; }
a { background-color: rgb(240,201,117); }
div.DivClassName
{
background-color: #F0C975;
}
.BgClassName
{
background-color: #F0C975;
}
</style>
border-color css
<style>
span { border-color: #F0C975; }
span { border-color: rgb(240,201,117); }
td.TdClassName
{
border-color: #F0C975;
}
.TagClassName
{
border-color: #F0C975;
}
</style>