Shades of Marzipan #F0C984
Tints of Marzipan #F0C984
RGB
CMYK
RGB Variations
Color information
#F0C984 (or 0xF0C984) is known color: Marzipan. HEX triplet: F0, C9 and 84. RGB value is (240,201,132). Sum of RGB (Red+Green+Blue) = 240+201+132=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C984 is #0F367B. Grayscale: #CDCDCD. Windows color (decimal): -996988 or 8702448. OLE color: 8702448.
HSL color Cylindrical-coordinate representation of color #F0C984: hue angle of 38.33º 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 #F0C984 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 132 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.06 |
| HSL | 38.33º | 0.78% | 0.73% | - |
| HSV(B) | 38.33º | 0.45% | 0.94% | - |
| XYZ | 60.99 | 61.96 | 30.58 | - |
| YUV | 204.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 132 | 0 | 0.16 | 0.45 | 0.06 | 38.33 | 0.78 | 0.73 |
| Hex | F0 | C9 | 84 | 0 | 10 | 2D | 6 | 26 | 4E | 49 |
| Octal | 360 | 311 | 204 | 0 | 20 | 55 | 6 | 46 | 116 | 111 |
| Binary | 11110000 | 11001001 | 10000100 | 0 | 10000 | 101101 | 110 | 100110 | 1001110 | 1001001 |
Color Harmonies of #F0C984
Complementary color
Monochromatic Colors of #F0C984
Black with #F0C984
Text Example
Text Example
White with #F0C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C984; }
p { color: rgb(240,201,132); }
H1.HeaderClassName
{
color: #F0C984;
}
.AnyTagClassName
{
color: #F0C984;
}
</style>
background-color css
<style>
a { background-color: #F0C984; }
a { background-color: rgb(240,201,132); }
div.DivClassName
{
background-color: #F0C984;
}
.BgClassName
{
background-color: #F0C984;
}
</style>
border-color css
<style>
span { border-color: #F0C984; }
span { border-color: rgb(240,201,132); }
td.TdClassName
{
border-color: #F0C984;
}
.TagClassName
{
border-color: #F0C984;
}
</style>