Shades of Marzipan #F0C585
Tints of Marzipan #F0C585
RGB
CMYK
RGB Variations
Color information
#F0C585 (or 0xF0C585) is known color: Marzipan. HEX triplet: F0, C5 and 85. RGB value is (240,197,133). Sum of RGB (Red+Green+Blue) = 240+197+133=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C585 is #0F3A7A. Grayscale: #CACACA. Windows color (decimal): -998011 or 8766960. OLE color: 8766960.
HSL color Cylindrical-coordinate representation of color #F0C585: hue angle of 35.89º 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 #F0C585 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 133 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.06 |
| HSL | 35.89º | 0.78% | 0.73% | - |
| HSV(B) | 35.89º | 0.45% | 0.94% | - |
| XYZ | 60.14 | 60.15 | 30.63 | - |
| YUV | 202.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 133 | 0 | 0.18 | 0.45 | 0.06 | 35.89 | 0.78 | 0.73 |
| Hex | F0 | C5 | 85 | 0 | 12 | 2D | 6 | 24 | 4E | 49 |
| Octal | 360 | 305 | 205 | 0 | 22 | 55 | 6 | 44 | 116 | 111 |
| Binary | 11110000 | 11000101 | 10000101 | 0 | 10010 | 101101 | 110 | 100100 | 1001110 | 1001001 |
Color Harmonies of #F0C585
Complementary color
Monochromatic Colors of #F0C585
Black with #F0C585
Text Example
Text Example
White with #F0C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C585; }
p { color: rgb(240,197,133); }
H1.HeaderClassName
{
color: #F0C585;
}
.AnyTagClassName
{
color: #F0C585;
}
</style>
background-color css
<style>
a { background-color: #F0C585; }
a { background-color: rgb(240,197,133); }
div.DivClassName
{
background-color: #F0C585;
}
.BgClassName
{
background-color: #F0C585;
}
</style>
border-color css
<style>
span { border-color: #F0C585; }
span { border-color: rgb(240,197,133); }
td.TdClassName
{
border-color: #F0C585;
}
.TagClassName
{
border-color: #F0C585;
}
</style>