Shades of Marzipan #F2C47E
Tints of Marzipan #F2C47E
RGB
CMYK
RGB Variations
Color information
#F2C47E (or 0xF2C47E) is known color: Marzipan. HEX triplet: F2, C4 and 7E. RGB value is (242,196,126). Sum of RGB (Red+Green+Blue) = 242+196+126=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C47E is #0D3B81. Grayscale: #CACACA. Windows color (decimal): -867202 or 8307954. OLE color: 8307954.
HSL color Cylindrical-coordinate representation of color #F2C47E: hue angle of 36.21º 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 #F2C47E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 126 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.05 |
| HSL | 36.21º | 0.82% | 0.72% | - |
| HSV(B) | 36.21º | 0.48% | 0.95% | - |
| XYZ | 60.12 | 59.86 | 28.12 | - |
| YUV | 201.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 126 | 0 | 0.19 | 0.48 | 0.05 | 36.21 | 0.82 | 0.72 |
| Hex | F2 | C4 | 7E | 0 | 13 | 30 | 5 | 24 | 52 | 48 |
| Octal | 362 | 304 | 176 | 0 | 23 | 60 | 5 | 44 | 122 | 110 |
| Binary | 11110010 | 11000100 | 1111110 | 0 | 10011 | 110000 | 101 | 100100 | 1010010 | 1001000 |
Color Harmonies of #F2C47E
Complementary color
Monochromatic Colors of #F2C47E
Black with #F2C47E
Text Example
Text Example
White with #F2C47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C47E; }
p { color: rgb(242,196,126); }
H1.HeaderClassName
{
color: #F2C47E;
}
.AnyTagClassName
{
color: #F2C47E;
}
</style>
background-color css
<style>
a { background-color: #F2C47E; }
a { background-color: rgb(242,196,126); }
div.DivClassName
{
background-color: #F2C47E;
}
.BgClassName
{
background-color: #F2C47E;
}
</style>
border-color css
<style>
span { border-color: #F2C47E; }
span { border-color: rgb(242,196,126); }
td.TdClassName
{
border-color: #F2C47E;
}
.TagClassName
{
border-color: #F2C47E;
}
</style>