Shades of Marzipan #F0CC7C
Tints of Marzipan #F0CC7C
RGB
CMYK
RGB Variations
Color information
#F0CC7C (or 0xF0CC7C) is known color: Marzipan. HEX triplet: F0, CC and 7C. RGB value is (240,204,124). Sum of RGB (Red+Green+Blue) = 240+204+124=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC7C is #0F3383. Grayscale: #CECECE. Windows color (decimal): -996228 or 8178928. OLE color: 8178928.
HSL color Cylindrical-coordinate representation of color #F0CC7C: hue angle of 41.38º 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 #F0CC7C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 124 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.06 |
| HSL | 41.38º | 0.79% | 0.71% | - |
| HSV(B) | 41.38º | 0.48% | 0.94% | - |
| XYZ | 61.17 | 63.17 | 28.04 | - |
| YUV | 205.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 124 | 0 | 0.15 | 0.48 | 0.06 | 41.38 | 0.79 | 0.71 |
| Hex | F0 | CC | 7C | 0 | F | 30 | 6 | 29 | 4F | 47 |
| Octal | 360 | 314 | 174 | 0 | 17 | 60 | 6 | 51 | 117 | 107 |
| Binary | 11110000 | 11001100 | 1111100 | 0 | 1111 | 110000 | 110 | 101001 | 1001111 | 1000111 |
Color Harmonies of #F0CC7C
Complementary color
Monochromatic Colors of #F0CC7C
Black with #F0CC7C
Text Example
Text Example
White with #F0CC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC7C; }
p { color: rgb(240,204,124); }
H1.HeaderClassName
{
color: #F0CC7C;
}
.AnyTagClassName
{
color: #F0CC7C;
}
</style>
background-color css
<style>
a { background-color: #F0CC7C; }
a { background-color: rgb(240,204,124); }
div.DivClassName
{
background-color: #F0CC7C;
}
.BgClassName
{
background-color: #F0CC7C;
}
</style>
border-color css
<style>
span { border-color: #F0CC7C; }
span { border-color: rgb(240,204,124); }
td.TdClassName
{
border-color: #F0CC7C;
}
.TagClassName
{
border-color: #F0CC7C;
}
</style>