Shades of Marzipan #F0C982
Tints of Marzipan #F0C982
RGB
CMYK
RGB Variations
Color information
#F0C982 (or 0xF0C982) is known color: Marzipan. HEX triplet: F0, C9 and 82. RGB value is (240,201,130). Sum of RGB (Red+Green+Blue) = 240+201+130=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C982 is #0F367D. Grayscale: #CCCCCC. Windows color (decimal): -996990 or 8571376. OLE color: 8571376.
HSL color Cylindrical-coordinate representation of color #F0C982: hue angle of 38.73º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0C982 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 130 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.06 |
| HSL | 38.73º | 0.79% | 0.73% | - |
| HSV(B) | 38.73º | 0.46% | 0.94% | - |
| XYZ | 60.85 | 61.91 | 29.86 | - |
| YUV | 204.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 130 | 0 | 0.16 | 0.46 | 0.06 | 38.73 | 0.79 | 0.73 |
| Hex | F0 | C9 | 82 | 0 | 10 | 2E | 6 | 27 | 4F | 49 |
| Octal | 360 | 311 | 202 | 0 | 20 | 56 | 6 | 47 | 117 | 111 |
| Binary | 11110000 | 11001001 | 10000010 | 0 | 10000 | 101110 | 110 | 100111 | 1001111 | 1001001 |
Color Harmonies of #F0C982
Complementary color
Monochromatic Colors of #F0C982
Black with #F0C982
Text Example
Text Example
White with #F0C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C982; }
p { color: rgb(240,201,130); }
H1.HeaderClassName
{
color: #F0C982;
}
.AnyTagClassName
{
color: #F0C982;
}
</style>
background-color css
<style>
a { background-color: #F0C982; }
a { background-color: rgb(240,201,130); }
div.DivClassName
{
background-color: #F0C982;
}
.BgClassName
{
background-color: #F0C982;
}
</style>
border-color css
<style>
span { border-color: #F0C982; }
span { border-color: rgb(240,201,130); }
td.TdClassName
{
border-color: #F0C982;
}
.TagClassName
{
border-color: #F0C982;
}
</style>