Shades of Marzipan #F2C477
Tints of Marzipan #F2C477
RGB
CMYK
RGB Variations
Color information
#F2C477 (or 0xF2C477) is known color: Marzipan. HEX triplet: F2, C4 and 77. RGB value is (242,196,119). Sum of RGB (Red+Green+Blue) = 242+196+119=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C477 is #0D3B88. Grayscale: #C9C9C9. Windows color (decimal): -867209 or 7849202. OLE color: 7849202.
HSL color Cylindrical-coordinate representation of color #F2C477: hue angle of 37.56º 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 #F2C477 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 119 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.05 |
| HSL | 37.56º | 0.83% | 0.71% | - |
| HSV(B) | 37.56º | 0.51% | 0.95% | - |
| XYZ | 59.69 | 59.69 | 25.83 | - |
| YUV | 200.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 119 | 0 | 0.19 | 0.51 | 0.05 | 37.56 | 0.83 | 0.71 |
| Hex | F2 | C4 | 77 | 0 | 13 | 33 | 5 | 26 | 53 | 47 |
| Octal | 362 | 304 | 167 | 0 | 23 | 63 | 5 | 46 | 123 | 107 |
| Binary | 11110010 | 11000100 | 1110111 | 0 | 10011 | 110011 | 101 | 100110 | 1010011 | 1000111 |
Color Harmonies of #F2C477
Complementary color
Monochromatic Colors of #F2C477
Black with #F2C477
Text Example
Text Example
White with #F2C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C477; }
p { color: rgb(242,196,119); }
H1.HeaderClassName
{
color: #F2C477;
}
.AnyTagClassName
{
color: #F2C477;
}
</style>
background-color css
<style>
a { background-color: #F2C477; }
a { background-color: rgb(242,196,119); }
div.DivClassName
{
background-color: #F2C477;
}
.BgClassName
{
background-color: #F2C477;
}
</style>
border-color css
<style>
span { border-color: #F2C477; }
span { border-color: rgb(242,196,119); }
td.TdClassName
{
border-color: #F2C477;
}
.TagClassName
{
border-color: #F2C477;
}
</style>