Shades of Marzipan #F0C584
Tints of Marzipan #F0C584
RGB
CMYK
RGB Variations
Color information
#F0C584 (or 0xF0C584) is known color: Marzipan. HEX triplet: F0, C5 and 84. RGB value is (240,197,132). Sum of RGB (Red+Green+Blue) = 240+197+132=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C584 is #0F3A7B. Grayscale: #CACACA. Windows color (decimal): -998012 or 8701424. OLE color: 8701424.
HSL color Cylindrical-coordinate representation of color #F0C584: hue angle of 36.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0C584 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 132 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.06 |
| HSL | 36.11º | 0.78% | 0.73% | - |
| HSV(B) | 36.11º | 0.45% | 0.94% | - |
| XYZ | 60.07 | 60.12 | 30.27 | - |
| YUV | 202.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 132 | 0 | 0.18 | 0.45 | 0.06 | 36.11 | 0.78 | 0.73 |
| Hex | F0 | C5 | 84 | 0 | 12 | 2D | 6 | 24 | 4E | 49 |
| Octal | 360 | 305 | 204 | 0 | 22 | 55 | 6 | 44 | 116 | 111 |
| Binary | 11110000 | 11000101 | 10000100 | 0 | 10010 | 101101 | 110 | 100100 | 1001110 | 1001001 |
Color Harmonies of #F0C584
Complementary color
Monochromatic Colors of #F0C584
Black with #F0C584
Text Example
Text Example
White with #F0C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C584; }
p { color: rgb(240,197,132); }
H1.HeaderClassName
{
color: #F0C584;
}
.AnyTagClassName
{
color: #F0C584;
}
</style>
background-color css
<style>
a { background-color: #F0C584; }
a { background-color: rgb(240,197,132); }
div.DivClassName
{
background-color: #F0C584;
}
.BgClassName
{
background-color: #F0C584;
}
</style>
border-color css
<style>
span { border-color: #F0C584; }
span { border-color: rgb(240,197,132); }
td.TdClassName
{
border-color: #F0C584;
}
.TagClassName
{
border-color: #F0C584;
}
</style>