Shades of Marzipan #F2C676
Tints of Marzipan #F2C676
RGB
CMYK
RGB Variations
Color information
#F2C676 (or 0xF2C676) is known color: Marzipan. HEX triplet: F2, C6 and 76. RGB value is (242,198,118). Sum of RGB (Red+Green+Blue) = 242+198+118=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C676 is #0D3989. Grayscale: #CACACA. Windows color (decimal): -866698 or 7784178. OLE color: 7784178.
HSL color Cylindrical-coordinate representation of color #F2C676: hue angle of 38.71º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2C676 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 118 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.05 |
| HSL | 38.71º | 0.83% | 0.71% | - |
| HSV(B) | 38.71º | 0.51% | 0.95% | - |
| XYZ | 60.08 | 60.57 | 25.66 | - |
| YUV | 202.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 118 | 0 | 0.18 | 0.51 | 0.05 | 38.71 | 0.83 | 0.71 |
| Hex | F2 | C6 | 76 | 0 | 12 | 33 | 5 | 27 | 53 | 47 |
| Octal | 362 | 306 | 166 | 0 | 22 | 63 | 5 | 47 | 123 | 107 |
| Binary | 11110010 | 11000110 | 1110110 | 0 | 10010 | 110011 | 101 | 100111 | 1010011 | 1000111 |
Color Harmonies of #F2C676
Complementary color
Monochromatic Colors of #F2C676
Black with #F2C676
Text Example
Text Example
White with #F2C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C676; }
p { color: rgb(242,198,118); }
H1.HeaderClassName
{
color: #F2C676;
}
.AnyTagClassName
{
color: #F2C676;
}
</style>
background-color css
<style>
a { background-color: #F2C676; }
a { background-color: rgb(242,198,118); }
div.DivClassName
{
background-color: #F2C676;
}
.BgClassName
{
background-color: #F2C676;
}
</style>
border-color css
<style>
span { border-color: #F2C676; }
span { border-color: rgb(242,198,118); }
td.TdClassName
{
border-color: #F2C676;
}
.TagClassName
{
border-color: #F2C676;
}
</style>