Shades of Marzipan #F0C47D
Tints of Marzipan #F0C47D
RGB
CMYK
RGB Variations
Color information
#F0C47D (or 0xF0C47D) is known color: Marzipan. HEX triplet: F0, C4 and 7D. RGB value is (240,196,125). Sum of RGB (Red+Green+Blue) = 240+196+125=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C47D is #0F3B82. Grayscale: #C9C9C9. Windows color (decimal): -998275 or 8242416. OLE color: 8242416.
HSL color Cylindrical-coordinate representation of color #F0C47D: hue angle of 37.04º 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 #F0C47D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 125 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.06 |
| HSL | 37.04º | 0.79% | 0.72% | - |
| HSV(B) | 37.04º | 0.48% | 0.94% | - |
| XYZ | 59.38 | 59.49 | 27.75 | - |
| YUV | 201.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 125 | 0 | 0.18 | 0.48 | 0.06 | 37.04 | 0.79 | 0.72 |
| Hex | F0 | C4 | 7D | 0 | 12 | 30 | 6 | 25 | 4F | 48 |
| Octal | 360 | 304 | 175 | 0 | 22 | 60 | 6 | 45 | 117 | 110 |
| Binary | 11110000 | 11000100 | 1111101 | 0 | 10010 | 110000 | 110 | 100101 | 1001111 | 1001000 |
Color Harmonies of #F0C47D
Complementary color
Monochromatic Colors of #F0C47D
Black with #F0C47D
Text Example
Text Example
White with #F0C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C47D; }
p { color: rgb(240,196,125); }
H1.HeaderClassName
{
color: #F0C47D;
}
.AnyTagClassName
{
color: #F0C47D;
}
</style>
background-color css
<style>
a { background-color: #F0C47D; }
a { background-color: rgb(240,196,125); }
div.DivClassName
{
background-color: #F0C47D;
}
.BgClassName
{
background-color: #F0C47D;
}
</style>
border-color css
<style>
span { border-color: #F0C47D; }
span { border-color: rgb(240,196,125); }
td.TdClassName
{
border-color: #F0C47D;
}
.TagClassName
{
border-color: #F0C47D;
}
</style>