Shades of Marzipan #F2C57C
Tints of Marzipan #F2C57C
RGB
CMYK
RGB Variations
Color information
#F2C57C (or 0xF2C57C) is known color: Marzipan. HEX triplet: F2, C5 and 7C. RGB value is (242,197,124). Sum of RGB (Red+Green+Blue) = 242+197+124=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C57C is #0D3A83. Grayscale: #CACACA. Windows color (decimal): -866948 or 8177138. OLE color: 8177138.
HSL color Cylindrical-coordinate representation of color #F2C57C: hue angle of 37.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2C57C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 124 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.05 |
| HSL | 37.12º | 0.82% | 0.72% | - |
| HSV(B) | 37.12º | 0.49% | 0.95% | - |
| XYZ | 60.22 | 60.26 | 27.53 | - |
| YUV | 202.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 124 | 0 | 0.19 | 0.49 | 0.05 | 37.12 | 0.82 | 0.72 |
| Hex | F2 | C5 | 7C | 0 | 13 | 31 | 5 | 25 | 52 | 48 |
| Octal | 362 | 305 | 174 | 0 | 23 | 61 | 5 | 45 | 122 | 110 |
| Binary | 11110010 | 11000101 | 1111100 | 0 | 10011 | 110001 | 101 | 100101 | 1010010 | 1001000 |
Color Harmonies of #F2C57C
Complementary color
Monochromatic Colors of #F2C57C
Black with #F2C57C
Text Example
Text Example
White with #F2C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C57C; }
p { color: rgb(242,197,124); }
H1.HeaderClassName
{
color: #F2C57C;
}
.AnyTagClassName
{
color: #F2C57C;
}
</style>
background-color css
<style>
a { background-color: #F2C57C; }
a { background-color: rgb(242,197,124); }
div.DivClassName
{
background-color: #F2C57C;
}
.BgClassName
{
background-color: #F2C57C;
}
</style>
border-color css
<style>
span { border-color: #F2C57C; }
span { border-color: rgb(242,197,124); }
td.TdClassName
{
border-color: #F2C57C;
}
.TagClassName
{
border-color: #F2C57C;
}
</style>