Shades of Marzipan #F2C47C
Tints of Marzipan #F2C47C
RGB
CMYK
RGB Variations
Color information
#F2C47C (or 0xF2C47C) is known color: Marzipan. HEX triplet: F2, C4 and 7C. RGB value is (242,196,124). Sum of RGB (Red+Green+Blue) = 242+196+124=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C47C is #0D3B83. Grayscale: #C9C9C9. Windows color (decimal): -867204 or 8176882. OLE color: 8176882.
HSL color Cylindrical-coordinate representation of color #F2C47C: hue angle of 36.61º 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 #F2C47C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 124 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.05 |
| HSL | 36.61º | 0.82% | 0.72% | - |
| HSV(B) | 36.61º | 0.49% | 0.95% | - |
| XYZ | 60 | 59.81 | 27.45 | - |
| YUV | 201.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 124 | 0 | 0.19 | 0.49 | 0.05 | 36.61 | 0.82 | 0.72 |
| Hex | F2 | C4 | 7C | 0 | 13 | 31 | 5 | 25 | 52 | 48 |
| Octal | 362 | 304 | 174 | 0 | 23 | 61 | 5 | 45 | 122 | 110 |
| Binary | 11110010 | 11000100 | 1111100 | 0 | 10011 | 110001 | 101 | 100101 | 1010010 | 1001000 |
Color Harmonies of #F2C47C
Complementary color
Monochromatic Colors of #F2C47C
Black with #F2C47C
Text Example
Text Example
White with #F2C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C47C; }
p { color: rgb(242,196,124); }
H1.HeaderClassName
{
color: #F2C47C;
}
.AnyTagClassName
{
color: #F2C47C;
}
</style>
background-color css
<style>
a { background-color: #F2C47C; }
a { background-color: rgb(242,196,124); }
div.DivClassName
{
background-color: #F2C47C;
}
.BgClassName
{
background-color: #F2C47C;
}
</style>
border-color css
<style>
span { border-color: #F2C47C; }
span { border-color: rgb(242,196,124); }
td.TdClassName
{
border-color: #F2C47C;
}
.TagClassName
{
border-color: #F2C47C;
}
</style>