Shades of Marzipan #F0C282
Tints of Marzipan #F0C282
RGB
CMYK
RGB Variations
Color information
#F0C282 (or 0xF0C282) is known color: Marzipan. HEX triplet: F0, C2 and 82. RGB value is (240,194,130). Sum of RGB (Red+Green+Blue) = 240+194+130=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C282 is #0F3D7D. Grayscale: #C8C8C8. Windows color (decimal): -998782 or 8569584. OLE color: 8569584.
HSL color Cylindrical-coordinate representation of color #F0C282: hue angle of 34.91º 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 #F0C282 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 130 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.06 |
| HSL | 34.91º | 0.79% | 0.73% | - |
| HSV(B) | 34.91º | 0.46% | 0.94% | - |
| XYZ | 59.26 | 58.72 | 29.33 | - |
| YUV | 200.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 130 | 0 | 0.19 | 0.46 | 0.06 | 34.91 | 0.79 | 0.73 |
| Hex | F0 | C2 | 82 | 0 | 13 | 2E | 6 | 23 | 4F | 49 |
| Octal | 360 | 302 | 202 | 0 | 23 | 56 | 6 | 43 | 117 | 111 |
| Binary | 11110000 | 11000010 | 10000010 | 0 | 10011 | 101110 | 110 | 100011 | 1001111 | 1001001 |
Color Harmonies of #F0C282
Complementary color
Monochromatic Colors of #F0C282
Black with #F0C282
Text Example
Text Example
White with #F0C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C282; }
p { color: rgb(240,194,130); }
H1.HeaderClassName
{
color: #F0C282;
}
.AnyTagClassName
{
color: #F0C282;
}
</style>
background-color css
<style>
a { background-color: #F0C282; }
a { background-color: rgb(240,194,130); }
div.DivClassName
{
background-color: #F0C282;
}
.BgClassName
{
background-color: #F0C282;
}
</style>
border-color css
<style>
span { border-color: #F0C282; }
span { border-color: rgb(240,194,130); }
td.TdClassName
{
border-color: #F0C282;
}
.TagClassName
{
border-color: #F0C282;
}
</style>