Shades of Marzipan #F2C27D
Tints of Marzipan #F2C27D
RGB
CMYK
RGB Variations
Color information
#F2C27D (or 0xF2C27D) is known color: Marzipan. HEX triplet: F2, C2 and 7D. RGB value is (242,194,125). Sum of RGB (Red+Green+Blue) = 242+194+125=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C27D is #0D3D82. Grayscale: #C8C8C8. Windows color (decimal): -867715 or 8241906. OLE color: 8241906.
HSL color Cylindrical-coordinate representation of color #F2C27D: hue angle of 35.38º 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 #F2C27D is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 194 | 125 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.05 |
| HSL | 35.38º | 0.82% | 0.72% | - |
| HSV(B) | 35.38º | 0.48% | 0.95% | - |
| XYZ | 59.61 | 58.94 | 27.64 | - |
| YUV | 200.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 194 | 125 | 0 | 0.20 | 0.48 | 0.05 | 35.38 | 0.82 | 0.72 |
| Hex | F2 | C2 | 7D | 0 | 14 | 30 | 5 | 23 | 52 | 48 |
| Octal | 362 | 302 | 175 | 0 | 24 | 60 | 5 | 43 | 122 | 110 |
| Binary | 11110010 | 11000010 | 1111101 | 0 | 10100 | 110000 | 101 | 100011 | 1010010 | 1001000 |
Color Harmonies of #F2C27D
Complementary color
Monochromatic Colors of #F2C27D
Black with #F2C27D
Text Example
Text Example
White with #F2C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C27D; }
p { color: rgb(242,194,125); }
H1.HeaderClassName
{
color: #F2C27D;
}
.AnyTagClassName
{
color: #F2C27D;
}
</style>
background-color css
<style>
a { background-color: #F2C27D; }
a { background-color: rgb(242,194,125); }
div.DivClassName
{
background-color: #F2C27D;
}
.BgClassName
{
background-color: #F2C27D;
}
</style>
border-color css
<style>
span { border-color: #F2C27D; }
span { border-color: rgb(242,194,125); }
td.TdClassName
{
border-color: #F2C27D;
}
.TagClassName
{
border-color: #F2C27D;
}
</style>