Shades of Marzipan #F0C384
Tints of Marzipan #F0C384
RGB
CMYK
RGB Variations
Color information
#F0C384 (or 0xF0C384) is known color: Marzipan. HEX triplet: F0, C3 and 84. RGB value is (240,195,132). Sum of RGB (Red+Green+Blue) = 240+195+132=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C384 is #0F3C7B. Grayscale: #C9C9C9. Windows color (decimal): -998524 or 8700912. OLE color: 8700912.
HSL color Cylindrical-coordinate representation of color #F0C384: hue angle of 35º 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 #F0C384 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 132 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.06 |
| HSL | 35º | 0.78% | 0.73% | - |
| HSV(B) | 35º | 0.45% | 0.94% | - |
| XYZ | 59.62 | 59.22 | 30.12 | - |
| YUV | 201.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 132 | 0 | 0.19 | 0.45 | 0.06 | 35 | 0.78 | 0.73 |
| Hex | F0 | C3 | 84 | 0 | 13 | 2D | 6 | 23 | 4E | 49 |
| Octal | 360 | 303 | 204 | 0 | 23 | 55 | 6 | 43 | 116 | 111 |
| Binary | 11110000 | 11000011 | 10000100 | 0 | 10011 | 101101 | 110 | 100011 | 1001110 | 1001001 |
Color Harmonies of #F0C384
Complementary color
Monochromatic Colors of #F0C384
Black with #F0C384
Text Example
Text Example
White with #F0C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C384; }
p { color: rgb(240,195,132); }
H1.HeaderClassName
{
color: #F0C384;
}
.AnyTagClassName
{
color: #F0C384;
}
</style>
background-color css
<style>
a { background-color: #F0C384; }
a { background-color: rgb(240,195,132); }
div.DivClassName
{
background-color: #F0C384;
}
.BgClassName
{
background-color: #F0C384;
}
</style>
border-color css
<style>
span { border-color: #F0C384; }
span { border-color: rgb(240,195,132); }
td.TdClassName
{
border-color: #F0C384;
}
.TagClassName
{
border-color: #F0C384;
}
</style>