Shades of Marzipan #F0CB78
Tints of Marzipan #F0CB78
RGB
CMYK
RGB Variations
Color information
#F0CB78 (or 0xF0CB78) is known color: Marzipan. HEX triplet: F0, CB and 78. RGB value is (240,203,120). Sum of RGB (Red+Green+Blue) = 240+203+120=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB78 is #0F3487. Grayscale: #CCCCCC. Windows color (decimal): -996488 or 7916528. OLE color: 7916528.
HSL color Cylindrical-coordinate representation of color #F0CB78: hue angle of 41.5º 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 #F0CB78 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 120 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.06 |
| HSL | 41.5º | 0.8% | 0.71% | - |
| HSV(B) | 41.5º | 0.5% | 0.94% | - |
| XYZ | 60.68 | 62.59 | 26.65 | - |
| YUV | 204.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 120 | 0 | 0.15 | 0.5 | 0.06 | 41.5 | 0.8 | 0.71 |
| Hex | F0 | CB | 78 | 0 | F | 32 | 6 | 2A | 50 | 47 |
| Octal | 360 | 313 | 170 | 0 | 17 | 62 | 6 | 52 | 120 | 107 |
| Binary | 11110000 | 11001011 | 1111000 | 0 | 1111 | 110010 | 110 | 101010 | 1010000 | 1000111 |
Color Harmonies of #F0CB78
Complementary color
Monochromatic Colors of #F0CB78
Black with #F0CB78
Text Example
Text Example
White with #F0CB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB78; }
p { color: rgb(240,203,120); }
H1.HeaderClassName
{
color: #F0CB78;
}
.AnyTagClassName
{
color: #F0CB78;
}
</style>
background-color css
<style>
a { background-color: #F0CB78; }
a { background-color: rgb(240,203,120); }
div.DivClassName
{
background-color: #F0CB78;
}
.BgClassName
{
background-color: #F0CB78;
}
</style>
border-color css
<style>
span { border-color: #F0CB78; }
span { border-color: rgb(240,203,120); }
td.TdClassName
{
border-color: #F0CB78;
}
.TagClassName
{
border-color: #F0CB78;
}
</style>