Shades of Marzipan #F0C87E
Tints of Marzipan #F0C87E
RGB
CMYK
RGB Variations
Color information
#F0C87E (or 0xF0C87E) is known color: Marzipan. HEX triplet: F0, C8 and 7E. RGB value is (240,200,126). Sum of RGB (Red+Green+Blue) = 240+200+126=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C87E is #0F3781. Grayscale: #CBCBCB. Windows color (decimal): -997250 or 8308976. OLE color: 8308976.
HSL color Cylindrical-coordinate representation of color #F0C87E: hue angle of 38.95º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0C87E is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 126 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.06 |
| HSL | 38.95º | 0.79% | 0.72% | - |
| HSV(B) | 38.95º | 0.48% | 0.94% | - |
| XYZ | 60.36 | 61.34 | 28.4 | - |
| YUV | 203.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 126 | 0 | 0.17 | 0.48 | 0.06 | 38.95 | 0.79 | 0.72 |
| Hex | F0 | C8 | 7E | 0 | 11 | 30 | 6 | 27 | 4F | 48 |
| Octal | 360 | 310 | 176 | 0 | 21 | 60 | 6 | 47 | 117 | 110 |
| Binary | 11110000 | 11001000 | 1111110 | 0 | 10001 | 110000 | 110 | 100111 | 1001111 | 1001000 |
Color Harmonies of #F0C87E
Complementary color
Monochromatic Colors of #F0C87E
Black with #F0C87E
Text Example
Text Example
White with #F0C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C87E; }
p { color: rgb(240,200,126); }
H1.HeaderClassName
{
color: #F0C87E;
}
.AnyTagClassName
{
color: #F0C87E;
}
</style>
background-color css
<style>
a { background-color: #F0C87E; }
a { background-color: rgb(240,200,126); }
div.DivClassName
{
background-color: #F0C87E;
}
.BgClassName
{
background-color: #F0C87E;
}
</style>
border-color css
<style>
span { border-color: #F0C87E; }
span { border-color: rgb(240,200,126); }
td.TdClassName
{
border-color: #F0C87E;
}
.TagClassName
{
border-color: #F0C87E;
}
</style>