Shades of Marzipan #F0CC78
Tints of Marzipan #F0CC78
RGB
CMYK
RGB Variations
Color information
#F0CC78 (or 0xF0CC78) is known color: Marzipan. HEX triplet: F0, CC and 78. RGB value is (240,204,120). Sum of RGB (Red+Green+Blue) = 240+204+120=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC78 is #0F3387. Grayscale: #CDCDCD. Windows color (decimal): -996232 or 7916784. OLE color: 7916784.
HSL color Cylindrical-coordinate representation of color #F0CC78: hue angle of 42º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0CC78 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 120 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.06 |
| HSL | 42º | 0.8% | 0.71% | - |
| HSV(B) | 42º | 0.5% | 0.94% | - |
| XYZ | 60.92 | 63.07 | 26.73 | - |
| YUV | 205.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 120 | 0 | 0.15 | 0.5 | 0.06 | 42 | 0.8 | 0.71 |
| Hex | F0 | CC | 78 | 0 | F | 32 | 6 | 2A | 50 | 47 |
| Octal | 360 | 314 | 170 | 0 | 17 | 62 | 6 | 52 | 120 | 107 |
| Binary | 11110000 | 11001100 | 1111000 | 0 | 1111 | 110010 | 110 | 101010 | 1010000 | 1000111 |
Color Harmonies of #F0CC78
Complementary color
Monochromatic Colors of #F0CC78
Black with #F0CC78
Text Example
Text Example
White with #F0CC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC78; }
p { color: rgb(240,204,120); }
H1.HeaderClassName
{
color: #F0CC78;
}
.AnyTagClassName
{
color: #F0CC78;
}
</style>
background-color css
<style>
a { background-color: #F0CC78; }
a { background-color: rgb(240,204,120); }
div.DivClassName
{
background-color: #F0CC78;
}
.BgClassName
{
background-color: #F0CC78;
}
</style>
border-color css
<style>
span { border-color: #F0CC78; }
span { border-color: rgb(240,204,120); }
td.TdClassName
{
border-color: #F0CC78;
}
.TagClassName
{
border-color: #F0CC78;
}
</style>