Shades of Marzipan #F2C77A
Tints of Marzipan #F2C77A
RGB
CMYK
RGB Variations
Color information
#F2C77A (or 0xF2C77A) is known color: Marzipan. HEX triplet: F2, C7 and 7A. RGB value is (242,199,122). Sum of RGB (Red+Green+Blue) = 242+199+122=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C77A is #0D3885. Grayscale: #CBCBCB. Windows color (decimal): -866438 or 8046578. OLE color: 8046578.
HSL color Cylindrical-coordinate representation of color #F2C77A: hue angle of 38.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2C77A is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 122 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.05 |
| HSL | 38.5º | 0.82% | 0.71% | - |
| HSV(B) | 38.5º | 0.5% | 0.95% | - |
| XYZ | 60.55 | 61.13 | 27.02 | - |
| YUV | 203.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 122 | 0 | 0.18 | 0.50 | 0.05 | 38.5 | 0.82 | 0.71 |
| Hex | F2 | C7 | 7A | 0 | 12 | 32 | 5 | 26 | 52 | 47 |
| Octal | 362 | 307 | 172 | 0 | 22 | 62 | 5 | 46 | 122 | 107 |
| Binary | 11110010 | 11000111 | 1111010 | 0 | 10010 | 110010 | 101 | 100110 | 1010010 | 1000111 |
Color Harmonies of #F2C77A
Complementary color
Monochromatic Colors of #F2C77A
Black with #F2C77A
Text Example
Text Example
White with #F2C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C77A; }
p { color: rgb(242,199,122); }
H1.HeaderClassName
{
color: #F2C77A;
}
.AnyTagClassName
{
color: #F2C77A;
}
</style>
background-color css
<style>
a { background-color: #F2C77A; }
a { background-color: rgb(242,199,122); }
div.DivClassName
{
background-color: #F2C77A;
}
.BgClassName
{
background-color: #F2C77A;
}
</style>
border-color css
<style>
span { border-color: #F2C77A; }
span { border-color: rgb(242,199,122); }
td.TdClassName
{
border-color: #F2C77A;
}
.TagClassName
{
border-color: #F2C77A;
}
</style>