Shades of Marzipan #F2C67C
Tints of Marzipan #F2C67C
RGB
CMYK
RGB Variations
Color information
#F2C67C (or 0xF2C67C) is known color: Marzipan. HEX triplet: F2, C6 and 7C. RGB value is (242,198,124). Sum of RGB (Red+Green+Blue) = 242+198+124=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C67C is #0D3983. Grayscale: #CBCBCB. Windows color (decimal): -866692 or 8177394. OLE color: 8177394.
HSL color Cylindrical-coordinate representation of color #F2C67C: hue angle of 37.63º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2C67C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 124 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.05 |
| HSL | 37.63º | 0.82% | 0.72% | - |
| HSV(B) | 37.63º | 0.49% | 0.95% | - |
| XYZ | 60.45 | 60.72 | 27.6 | - |
| YUV | 202.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 124 | 0 | 0.18 | 0.49 | 0.05 | 37.63 | 0.82 | 0.72 |
| Hex | F2 | C6 | 7C | 0 | 12 | 31 | 5 | 26 | 52 | 48 |
| Octal | 362 | 306 | 174 | 0 | 22 | 61 | 5 | 46 | 122 | 110 |
| Binary | 11110010 | 11000110 | 1111100 | 0 | 10010 | 110001 | 101 | 100110 | 1010010 | 1001000 |
Color Harmonies of #F2C67C
Complementary color
Monochromatic Colors of #F2C67C
Black with #F2C67C
Text Example
Text Example
White with #F2C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C67C; }
p { color: rgb(242,198,124); }
H1.HeaderClassName
{
color: #F2C67C;
}
.AnyTagClassName
{
color: #F2C67C;
}
</style>
background-color css
<style>
a { background-color: #F2C67C; }
a { background-color: rgb(242,198,124); }
div.DivClassName
{
background-color: #F2C67C;
}
.BgClassName
{
background-color: #F2C67C;
}
</style>
border-color css
<style>
span { border-color: #F2C67C; }
span { border-color: rgb(242,198,124); }
td.TdClassName
{
border-color: #F2C67C;
}
.TagClassName
{
border-color: #F2C67C;
}
</style>