Shades of Marzipan #F0C37C
Tints of Marzipan #F0C37C
RGB
CMYK
RGB Variations
Color information
#F0C37C (or 0xF0C37C) is known color: Marzipan. HEX triplet: F0, C3 and 7C. RGB value is (240,195,124). Sum of RGB (Red+Green+Blue) = 240+195+124=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C37C is #0F3C83. Grayscale: #C8C8C8. Windows color (decimal): -998532 or 8176624. OLE color: 8176624.
HSL color Cylindrical-coordinate representation of color #F0C37C: hue angle of 36.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0C37C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 124 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.06 |
| HSL | 36.72º | 0.79% | 0.71% | - |
| HSV(B) | 36.72º | 0.48% | 0.94% | - |
| XYZ | 59.09 | 59.01 | 27.34 | - |
| YUV | 200.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 124 | 0 | 0.19 | 0.48 | 0.06 | 36.72 | 0.79 | 0.71 |
| Hex | F0 | C3 | 7C | 0 | 13 | 30 | 6 | 25 | 4F | 47 |
| Octal | 360 | 303 | 174 | 0 | 23 | 60 | 6 | 45 | 117 | 107 |
| Binary | 11110000 | 11000011 | 1111100 | 0 | 10011 | 110000 | 110 | 100101 | 1001111 | 1000111 |
Color Harmonies of #F0C37C
Complementary color
Monochromatic Colors of #F0C37C
Black with #F0C37C
Text Example
Text Example
White with #F0C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C37C; }
p { color: rgb(240,195,124); }
H1.HeaderClassName
{
color: #F0C37C;
}
.AnyTagClassName
{
color: #F0C37C;
}
</style>
background-color css
<style>
a { background-color: #F0C37C; }
a { background-color: rgb(240,195,124); }
div.DivClassName
{
background-color: #F0C37C;
}
.BgClassName
{
background-color: #F0C37C;
}
</style>
border-color css
<style>
span { border-color: #F0C37C; }
span { border-color: rgb(240,195,124); }
td.TdClassName
{
border-color: #F0C37C;
}
.TagClassName
{
border-color: #F0C37C;
}
</style>