Shades of Marzipan #F0C880
Tints of Marzipan #F0C880
RGB
CMYK
RGB Variations
Color information
#F0C880 (or 0xF0C880) is known color: Marzipan. HEX triplet: F0, C8 and 80. RGB value is (240,200,128). Sum of RGB (Red+Green+Blue) = 240+200+128=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C880 is #0F377F. Grayscale: #CCCCCC. Windows color (decimal): -997248 or 8440048. OLE color: 8440048.
HSL color Cylindrical-coordinate representation of color #F0C880: hue angle of 38.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0C880 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 128 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.06 |
| HSL | 38.57º | 0.79% | 0.72% | - |
| HSV(B) | 38.57º | 0.47% | 0.94% | - |
| XYZ | 60.49 | 61.39 | 29.08 | - |
| YUV | 203.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 128 | 0 | 0.17 | 0.47 | 0.06 | 38.57 | 0.79 | 0.72 |
| Hex | F0 | C8 | 80 | 0 | 11 | 2F | 6 | 27 | 4F | 48 |
| Octal | 360 | 310 | 200 | 0 | 21 | 57 | 6 | 47 | 117 | 110 |
| Binary | 11110000 | 11001000 | 10000000 | 0 | 10001 | 101111 | 110 | 100111 | 1001111 | 1001000 |
Color Harmonies of #F0C880
Complementary color
Monochromatic Colors of #F0C880
Black with #F0C880
Text Example
Text Example
White with #F0C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C880; }
p { color: rgb(240,200,128); }
H1.HeaderClassName
{
color: #F0C880;
}
.AnyTagClassName
{
color: #F0C880;
}
</style>
background-color css
<style>
a { background-color: #F0C880; }
a { background-color: rgb(240,200,128); }
div.DivClassName
{
background-color: #F0C880;
}
.BgClassName
{
background-color: #F0C880;
}
</style>
border-color css
<style>
span { border-color: #F0C880; }
span { border-color: rgb(240,200,128); }
td.TdClassName
{
border-color: #F0C880;
}
.TagClassName
{
border-color: #F0C880;
}
</style>