Shades of Marzipan #F0C485
Tints of Marzipan #F0C485
RGB
CMYK
RGB Variations
Color information
#F0C485 (or 0xF0C485) is known color: Marzipan. HEX triplet: F0, C4 and 85. RGB value is (240,196,133). Sum of RGB (Red+Green+Blue) = 240+196+133=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C485 is #0F3B7A. Grayscale: #CACACA. Windows color (decimal): -998267 or 8766704. OLE color: 8766704.
HSL color Cylindrical-coordinate representation of color #F0C485: hue angle of 35.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 #F0C485 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 133 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.06 |
| HSL | 35.33º | 0.78% | 0.73% | - |
| HSV(B) | 35.33º | 0.45% | 0.94% | - |
| XYZ | 59.91 | 59.7 | 30.56 | - |
| YUV | 201.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 133 | 0 | 0.18 | 0.45 | 0.06 | 35.33 | 0.78 | 0.73 |
| Hex | F0 | C4 | 85 | 0 | 12 | 2D | 6 | 23 | 4E | 49 |
| Octal | 360 | 304 | 205 | 0 | 22 | 55 | 6 | 43 | 116 | 111 |
| Binary | 11110000 | 11000100 | 10000101 | 0 | 10010 | 101101 | 110 | 100011 | 1001110 | 1001001 |
Color Harmonies of #F0C485
Complementary color
Monochromatic Colors of #F0C485
Black with #F0C485
Text Example
Text Example
White with #F0C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C485; }
p { color: rgb(240,196,133); }
H1.HeaderClassName
{
color: #F0C485;
}
.AnyTagClassName
{
color: #F0C485;
}
</style>
background-color css
<style>
a { background-color: #F0C485; }
a { background-color: rgb(240,196,133); }
div.DivClassName
{
background-color: #F0C485;
}
.BgClassName
{
background-color: #F0C485;
}
</style>
border-color css
<style>
span { border-color: #F0C485; }
span { border-color: rgb(240,196,133); }
td.TdClassName
{
border-color: #F0C485;
}
.TagClassName
{
border-color: #F0C485;
}
</style>