Shades of Marzipan #F2C576
Tints of Marzipan #F2C576
RGB
CMYK
RGB Variations
Color information
#F2C576 (or 0xF2C576) is known color: Marzipan. HEX triplet: F2, C5 and 76. RGB value is (242,197,118). Sum of RGB (Red+Green+Blue) = 242+197+118=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C576 is #0D3A89. Grayscale: #C9C9C9. Windows color (decimal): -866954 or 7783922. OLE color: 7783922.
HSL color Cylindrical-coordinate representation of color #F2C576: hue angle of 38.23º 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 #F2C576 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 118 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.05 |
| HSL | 38.23º | 0.83% | 0.71% | - |
| HSV(B) | 38.23º | 0.51% | 0.95% | - |
| XYZ | 59.85 | 60.12 | 25.59 | - |
| YUV | 201.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 118 | 0 | 0.19 | 0.51 | 0.05 | 38.23 | 0.83 | 0.71 |
| Hex | F2 | C5 | 76 | 0 | 13 | 33 | 5 | 26 | 53 | 47 |
| Octal | 362 | 305 | 166 | 0 | 23 | 63 | 5 | 46 | 123 | 107 |
| Binary | 11110010 | 11000101 | 1110110 | 0 | 10011 | 110011 | 101 | 100110 | 1010011 | 1000111 |
Color Harmonies of #F2C576
Complementary color
Monochromatic Colors of #F2C576
Black with #F2C576
Text Example
Text Example
White with #F2C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C576; }
p { color: rgb(242,197,118); }
H1.HeaderClassName
{
color: #F2C576;
}
.AnyTagClassName
{
color: #F2C576;
}
</style>
background-color css
<style>
a { background-color: #F2C576; }
a { background-color: rgb(242,197,118); }
div.DivClassName
{
background-color: #F2C576;
}
.BgClassName
{
background-color: #F2C576;
}
</style>
border-color css
<style>
span { border-color: #F2C576; }
span { border-color: rgb(242,197,118); }
td.TdClassName
{
border-color: #F2C576;
}
.TagClassName
{
border-color: #F2C576;
}
</style>