Shades of Marzipan #F0C87D
Tints of Marzipan #F0C87D
RGB
CMYK
RGB Variations
Color information
#F0C87D (or 0xF0C87D) is known color: Marzipan. HEX triplet: F0, C8 and 7D. RGB value is (240,200,125). Sum of RGB (Red+Green+Blue) = 240+200+125=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C87D is #0F3782. Grayscale: #CBCBCB. Windows color (decimal): -997251 or 8243440. OLE color: 8243440.
HSL color Cylindrical-coordinate representation of color #F0C87D: hue angle of 39.13º 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 #F0C87D is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 125 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.06 |
| HSL | 39.13º | 0.79% | 0.72% | - |
| HSV(B) | 39.13º | 0.48% | 0.94% | - |
| XYZ | 60.29 | 61.31 | 28.06 | - |
| YUV | 203.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 125 | 0 | 0.17 | 0.48 | 0.06 | 39.13 | 0.79 | 0.72 |
| Hex | F0 | C8 | 7D | 0 | 11 | 30 | 6 | 27 | 4F | 48 |
| Octal | 360 | 310 | 175 | 0 | 21 | 60 | 6 | 47 | 117 | 110 |
| Binary | 11110000 | 11001000 | 1111101 | 0 | 10001 | 110000 | 110 | 100111 | 1001111 | 1001000 |
Color Harmonies of #F0C87D
Complementary color
Monochromatic Colors of #F0C87D
Black with #F0C87D
Text Example
Text Example
White with #F0C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C87D; }
p { color: rgb(240,200,125); }
H1.HeaderClassName
{
color: #F0C87D;
}
.AnyTagClassName
{
color: #F0C87D;
}
</style>
background-color css
<style>
a { background-color: #F0C87D; }
a { background-color: rgb(240,200,125); }
div.DivClassName
{
background-color: #F0C87D;
}
.BgClassName
{
background-color: #F0C87D;
}
</style>
border-color css
<style>
span { border-color: #F0C87D; }
span { border-color: rgb(240,200,125); }
td.TdClassName
{
border-color: #F0C87D;
}
.TagClassName
{
border-color: #F0C87D;
}
</style>