Shades of Marzipan #F2C67D
Tints of Marzipan #F2C67D
RGB
CMYK
RGB Variations
Color information
#F2C67D (or 0xF2C67D) is known color: Marzipan. HEX triplet: F2, C6 and 7D. RGB value is (242,198,125). Sum of RGB (Red+Green+Blue) = 242+198+125=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C67D is #0D3982. Grayscale: #CBCBCB. Windows color (decimal): -866691 or 8242930. OLE color: 8242930.
HSL color Cylindrical-coordinate representation of color #F2C67D: hue angle of 37.44º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C67D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 125 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.05 |
| HSL | 37.44º | 0.82% | 0.72% | - |
| HSV(B) | 37.44º | 0.48% | 0.95% | - |
| XYZ | 60.51 | 60.75 | 27.94 | - |
| YUV | 202.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 125 | 0 | 0.18 | 0.48 | 0.05 | 37.44 | 0.82 | 0.72 |
| Hex | F2 | C6 | 7D | 0 | 12 | 30 | 5 | 25 | 52 | 48 |
| Octal | 362 | 306 | 175 | 0 | 22 | 60 | 5 | 45 | 122 | 110 |
| Binary | 11110010 | 11000110 | 1111101 | 0 | 10010 | 110000 | 101 | 100101 | 1010010 | 1001000 |
Color Harmonies of #F2C67D
Complementary color
Monochromatic Colors of #F2C67D
Black with #F2C67D
Text Example
Text Example
White with #F2C67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C67D; }
p { color: rgb(242,198,125); }
H1.HeaderClassName
{
color: #F2C67D;
}
.AnyTagClassName
{
color: #F2C67D;
}
</style>
background-color css
<style>
a { background-color: #F2C67D; }
a { background-color: rgb(242,198,125); }
div.DivClassName
{
background-color: #F2C67D;
}
.BgClassName
{
background-color: #F2C67D;
}
</style>
border-color css
<style>
span { border-color: #F2C67D; }
span { border-color: rgb(242,198,125); }
td.TdClassName
{
border-color: #F2C67D;
}
.TagClassName
{
border-color: #F2C67D;
}
</style>