Shades of Marzipan #F0C47C
Tints of Marzipan #F0C47C
RGB
CMYK
RGB Variations
Color information
#F0C47C (or 0xF0C47C) is known color: Marzipan. HEX triplet: F0, C4 and 7C. RGB value is (240,196,124). Sum of RGB (Red+Green+Blue) = 240+196+124=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C47C is #0F3B83. Grayscale: #C9C9C9. Windows color (decimal): -998276 or 8176880. OLE color: 8176880.
HSL color Cylindrical-coordinate representation of color #F0C47C: hue angle of 37.24º 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 #F0C47C is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 124 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.06 |
| HSL | 37.24º | 0.79% | 0.71% | - |
| HSV(B) | 37.24º | 0.48% | 0.94% | - |
| XYZ | 59.31 | 59.46 | 27.42 | - |
| YUV | 200.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 124 | 0 | 0.18 | 0.48 | 0.06 | 37.24 | 0.79 | 0.71 |
| Hex | F0 | C4 | 7C | 0 | 12 | 30 | 6 | 25 | 4F | 47 |
| Octal | 360 | 304 | 174 | 0 | 22 | 60 | 6 | 45 | 117 | 107 |
| Binary | 11110000 | 11000100 | 1111100 | 0 | 10010 | 110000 | 110 | 100101 | 1001111 | 1000111 |
Color Harmonies of #F0C47C
Complementary color
Monochromatic Colors of #F0C47C
Black with #F0C47C
Text Example
Text Example
White with #F0C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C47C; }
p { color: rgb(240,196,124); }
H1.HeaderClassName
{
color: #F0C47C;
}
.AnyTagClassName
{
color: #F0C47C;
}
</style>
background-color css
<style>
a { background-color: #F0C47C; }
a { background-color: rgb(240,196,124); }
div.DivClassName
{
background-color: #F0C47C;
}
.BgClassName
{
background-color: #F0C47C;
}
</style>
border-color css
<style>
span { border-color: #F0C47C; }
span { border-color: rgb(240,196,124); }
td.TdClassName
{
border-color: #F0C47C;
}
.TagClassName
{
border-color: #F0C47C;
}
</style>