Shades of Marzipan #F0C57E
Tints of Marzipan #F0C57E
RGB
CMYK
RGB Variations
Color information
#F0C57E (or 0xF0C57E) is known color: Marzipan. HEX triplet: F0, C5 and 7E. RGB value is (240,197,126). Sum of RGB (Red+Green+Blue) = 240+197+126=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C57E is #0F3A81. Grayscale: #CACACA. Windows color (decimal): -998018 or 8308208. OLE color: 8308208.
HSL color Cylindrical-coordinate representation of color #F0C57E: hue angle of 37.37º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0C57E is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 126 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.06 |
| HSL | 37.37º | 0.79% | 0.72% | - |
| HSV(B) | 37.37º | 0.48% | 0.94% | - |
| XYZ | 59.67 | 59.96 | 28.17 | - |
| YUV | 201.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 126 | 0 | 0.18 | 0.48 | 0.06 | 37.37 | 0.79 | 0.72 |
| Hex | F0 | C5 | 7E | 0 | 12 | 30 | 6 | 25 | 4F | 48 |
| Octal | 360 | 305 | 176 | 0 | 22 | 60 | 6 | 45 | 117 | 110 |
| Binary | 11110000 | 11000101 | 1111110 | 0 | 10010 | 110000 | 110 | 100101 | 1001111 | 1001000 |
Color Harmonies of #F0C57E
Complementary color
Monochromatic Colors of #F0C57E
Black with #F0C57E
Text Example
Text Example
White with #F0C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C57E; }
p { color: rgb(240,197,126); }
H1.HeaderClassName
{
color: #F0C57E;
}
.AnyTagClassName
{
color: #F0C57E;
}
</style>
background-color css
<style>
a { background-color: #F0C57E; }
a { background-color: rgb(240,197,126); }
div.DivClassName
{
background-color: #F0C57E;
}
.BgClassName
{
background-color: #F0C57E;
}
</style>
border-color css
<style>
span { border-color: #F0C57E; }
span { border-color: rgb(240,197,126); }
td.TdClassName
{
border-color: #F0C57E;
}
.TagClassName
{
border-color: #F0C57E;
}
</style>