Shades of Marzipan #F2C27A
Tints of Marzipan #F2C27A
RGB
CMYK
RGB Variations
Color information
#F2C27A (or 0xF2C27A) is known color: Marzipan. HEX triplet: F2, C2 and 7A. RGB value is (242,194,122). Sum of RGB (Red+Green+Blue) = 242+194+122=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C27A is #0D3D85. Grayscale: #C8C8C8. Windows color (decimal): -867718 or 8045298. OLE color: 8045298.
HSL color Cylindrical-coordinate representation of color #F2C27A: hue angle of 36º 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 #F2C27A is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 122 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.05 |
| HSL | 36º | 0.82% | 0.71% | - |
| HSV(B) | 36º | 0.5% | 0.95% | - |
| XYZ | 59.42 | 58.87 | 26.64 | - |
| YUV | 200.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 122 | 0 | 0.20 | 0.50 | 0.05 | 36 | 0.82 | 0.71 |
| Hex | F2 | C2 | 7A | 0 | 14 | 32 | 5 | 24 | 52 | 47 |
| Octal | 362 | 302 | 172 | 0 | 24 | 62 | 5 | 44 | 122 | 107 |
| Binary | 11110010 | 11000010 | 1111010 | 0 | 10100 | 110010 | 101 | 100100 | 1010010 | 1000111 |
Color Harmonies of #F2C27A
Complementary color
Monochromatic Colors of #F2C27A
Black with #F2C27A
Text Example
Text Example
White with #F2C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C27A; }
p { color: rgb(242,194,122); }
H1.HeaderClassName
{
color: #F2C27A;
}
.AnyTagClassName
{
color: #F2C27A;
}
</style>
background-color css
<style>
a { background-color: #F2C27A; }
a { background-color: rgb(242,194,122); }
div.DivClassName
{
background-color: #F2C27A;
}
.BgClassName
{
background-color: #F2C27A;
}
</style>
border-color css
<style>
span { border-color: #F2C27A; }
span { border-color: rgb(242,194,122); }
td.TdClassName
{
border-color: #F2C27A;
}
.TagClassName
{
border-color: #F2C27A;
}
</style>