Shades of Marzipan #F0C27A
Tints of Marzipan #F0C27A
RGB
CMYK
RGB Variations
Color information
#F0C27A (or 0xF0C27A) is known color: Marzipan. HEX triplet: F0, C2 and 7A. RGB value is (240,194,122). Sum of RGB (Red+Green+Blue) = 240+194+122=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C27A is #0F3D85. Grayscale: #C7C7C7. Windows color (decimal): -998790 or 8045296. OLE color: 8045296.
HSL color Cylindrical-coordinate representation of color #F0C27A: hue angle of 36.61º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0C27A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 122 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.06 |
| HSL | 36.61º | 0.8% | 0.71% | - |
| HSV(B) | 36.61º | 0.49% | 0.94% | - |
| XYZ | 58.74 | 58.51 | 26.61 | - |
| YUV | 199.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 122 | 0 | 0.19 | 0.49 | 0.06 | 36.61 | 0.8 | 0.71 |
| Hex | F0 | C2 | 7A | 0 | 13 | 31 | 6 | 25 | 50 | 47 |
| Octal | 360 | 302 | 172 | 0 | 23 | 61 | 6 | 45 | 120 | 107 |
| Binary | 11110000 | 11000010 | 1111010 | 0 | 10011 | 110001 | 110 | 100101 | 1010000 | 1000111 |
Color Harmonies of #F0C27A
Complementary color
Monochromatic Colors of #F0C27A
Black with #F0C27A
Text Example
Text Example
White with #F0C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C27A; }
p { color: rgb(240,194,122); }
H1.HeaderClassName
{
color: #F0C27A;
}
.AnyTagClassName
{
color: #F0C27A;
}
</style>
background-color css
<style>
a { background-color: #F0C27A; }
a { background-color: rgb(240,194,122); }
div.DivClassName
{
background-color: #F0C27A;
}
.BgClassName
{
background-color: #F0C27A;
}
</style>
border-color css
<style>
span { border-color: #F0C27A; }
span { border-color: rgb(240,194,122); }
td.TdClassName
{
border-color: #F0C27A;
}
.TagClassName
{
border-color: #F0C27A;
}
</style>