Shades of Marzipan #F2C57F
Tints of Marzipan #F2C57F
RGB
CMYK
RGB Variations
Color information
#F2C57F (or 0xF2C57F) is known color: Marzipan. HEX triplet: F2, C5 and 7F. RGB value is (242,197,127). Sum of RGB (Red+Green+Blue) = 242+197+127=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C57F is #0D3A80. Grayscale: #CACACA. Windows color (decimal): -866945 or 8373746. OLE color: 8373746.
HSL color Cylindrical-coordinate representation of color #F2C57F: hue angle of 36.52º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C57F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 127 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.05 |
| HSL | 36.52º | 0.82% | 0.72% | - |
| HSV(B) | 36.52º | 0.48% | 0.95% | - |
| XYZ | 60.41 | 60.34 | 28.54 | - |
| YUV | 202.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 127 | 0 | 0.19 | 0.48 | 0.05 | 36.52 | 0.82 | 0.72 |
| Hex | F2 | C5 | 7F | 0 | 13 | 30 | 5 | 25 | 52 | 48 |
| Octal | 362 | 305 | 177 | 0 | 23 | 60 | 5 | 45 | 122 | 110 |
| Binary | 11110010 | 11000101 | 1111111 | 0 | 10011 | 110000 | 101 | 100101 | 1010010 | 1001000 |
Color Harmonies of #F2C57F
Complementary color
Monochromatic Colors of #F2C57F
Black with #F2C57F
Text Example
Text Example
White with #F2C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C57F; }
p { color: rgb(242,197,127); }
H1.HeaderClassName
{
color: #F2C57F;
}
.AnyTagClassName
{
color: #F2C57F;
}
</style>
background-color css
<style>
a { background-color: #F2C57F; }
a { background-color: rgb(242,197,127); }
div.DivClassName
{
background-color: #F2C57F;
}
.BgClassName
{
background-color: #F2C57F;
}
</style>
border-color css
<style>
span { border-color: #F2C57F; }
span { border-color: rgb(242,197,127); }
td.TdClassName
{
border-color: #F2C57F;
}
.TagClassName
{
border-color: #F2C57F;
}
</style>