Shades of Marzipan #F0C280
Tints of Marzipan #F0C280
RGB
CMYK
RGB Variations
Color information
#F0C280 (or 0xF0C280) is known color: Marzipan. HEX triplet: F0, C2 and 80. RGB value is (240,194,128). Sum of RGB (Red+Green+Blue) = 240+194+128=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C280 is #0F3D7F. Grayscale: #C8C8C8. Windows color (decimal): -998784 or 8438512. OLE color: 8438512.
HSL color Cylindrical-coordinate representation of color #F0C280: hue angle of 35.36º 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 #F0C280 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 128 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.06 |
| HSL | 35.36º | 0.79% | 0.72% | - |
| HSV(B) | 35.36º | 0.47% | 0.94% | - |
| XYZ | 59.12 | 58.67 | 28.63 | - |
| YUV | 200.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 128 | 0 | 0.19 | 0.47 | 0.06 | 35.36 | 0.79 | 0.72 |
| Hex | F0 | C2 | 80 | 0 | 13 | 2F | 6 | 23 | 4F | 48 |
| Octal | 360 | 302 | 200 | 0 | 23 | 57 | 6 | 43 | 117 | 110 |
| Binary | 11110000 | 11000010 | 10000000 | 0 | 10011 | 101111 | 110 | 100011 | 1001111 | 1001000 |
Color Harmonies of #F0C280
Complementary color
Monochromatic Colors of #F0C280
Black with #F0C280
Text Example
Text Example
White with #F0C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C280; }
p { color: rgb(240,194,128); }
H1.HeaderClassName
{
color: #F0C280;
}
.AnyTagClassName
{
color: #F0C280;
}
</style>
background-color css
<style>
a { background-color: #F0C280; }
a { background-color: rgb(240,194,128); }
div.DivClassName
{
background-color: #F0C280;
}
.BgClassName
{
background-color: #F0C280;
}
</style>
border-color css
<style>
span { border-color: #F0C280; }
span { border-color: rgb(240,194,128); }
td.TdClassName
{
border-color: #F0C280;
}
.TagClassName
{
border-color: #F0C280;
}
</style>