Shades of Marzipan #F0C27E
Tints of Marzipan #F0C27E
RGB
CMYK
RGB Variations
Color information
#F0C27E (or 0xF0C27E) is known color: Marzipan. HEX triplet: F0, C2 and 7E. RGB value is (240,194,126). Sum of RGB (Red+Green+Blue) = 240+194+126=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C27E is #0F3D81. Grayscale: #C8C8C8. Windows color (decimal): -998786 or 8307440. OLE color: 8307440.
HSL color Cylindrical-coordinate representation of color #F0C27E: hue angle of 35.79º 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 #F0C27E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 126 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.06 |
| HSL | 35.79º | 0.79% | 0.72% | - |
| HSV(B) | 35.79º | 0.48% | 0.94% | - |
| XYZ | 58.99 | 58.62 | 27.94 | - |
| YUV | 200 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 126 | 0 | 0.19 | 0.48 | 0.06 | 35.79 | 0.79 | 0.72 |
| Hex | F0 | C2 | 7E | 0 | 13 | 30 | 6 | 24 | 4F | 48 |
| Octal | 360 | 302 | 176 | 0 | 23 | 60 | 6 | 44 | 117 | 110 |
| Binary | 11110000 | 11000010 | 1111110 | 0 | 10011 | 110000 | 110 | 100100 | 1001111 | 1001000 |
Color Harmonies of #F0C27E
Complementary color
Monochromatic Colors of #F0C27E
Black with #F0C27E
Text Example
Text Example
White with #F0C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C27E; }
p { color: rgb(240,194,126); }
H1.HeaderClassName
{
color: #F0C27E;
}
.AnyTagClassName
{
color: #F0C27E;
}
</style>
background-color css
<style>
a { background-color: #F0C27E; }
a { background-color: rgb(240,194,126); }
div.DivClassName
{
background-color: #F0C27E;
}
.BgClassName
{
background-color: #F0C27E;
}
</style>
border-color css
<style>
span { border-color: #F0C27E; }
span { border-color: rgb(240,194,126); }
td.TdClassName
{
border-color: #F0C27E;
}
.TagClassName
{
border-color: #F0C27E;
}
</style>