Shades of Marzipan #F2C47B
Tints of Marzipan #F2C47B
RGB
CMYK
RGB Variations
Color information
#F2C47B (or 0xF2C47B) is known color: Marzipan. HEX triplet: F2, C4 and 7B. RGB value is (242,196,123). Sum of RGB (Red+Green+Blue) = 242+196+123=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C47B is #0D3B84. Grayscale: #C9C9C9. Windows color (decimal): -867205 or 8111346. OLE color: 8111346.
HSL color Cylindrical-coordinate representation of color #F2C47B: hue angle of 36.81º 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 #F2C47B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 123 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.05 |
| HSL | 36.81º | 0.82% | 0.72% | - |
| HSV(B) | 36.81º | 0.49% | 0.95% | - |
| XYZ | 59.93 | 59.79 | 27.12 | - |
| YUV | 201.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 123 | 0 | 0.19 | 0.49 | 0.05 | 36.81 | 0.82 | 0.72 |
| Hex | F2 | C4 | 7B | 0 | 13 | 31 | 5 | 25 | 52 | 48 |
| Octal | 362 | 304 | 173 | 0 | 23 | 61 | 5 | 45 | 122 | 110 |
| Binary | 11110010 | 11000100 | 1111011 | 0 | 10011 | 110001 | 101 | 100101 | 1010010 | 1001000 |
Color Harmonies of #F2C47B
Complementary color
Monochromatic Colors of #F2C47B
Black with #F2C47B
Text Example
Text Example
White with #F2C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C47B; }
p { color: rgb(242,196,123); }
H1.HeaderClassName
{
color: #F2C47B;
}
.AnyTagClassName
{
color: #F2C47B;
}
</style>
background-color css
<style>
a { background-color: #F2C47B; }
a { background-color: rgb(242,196,123); }
div.DivClassName
{
background-color: #F2C47B;
}
.BgClassName
{
background-color: #F2C47B;
}
</style>
border-color css
<style>
span { border-color: #F2C47B; }
span { border-color: rgb(242,196,123); }
td.TdClassName
{
border-color: #F2C47B;
}
.TagClassName
{
border-color: #F2C47B;
}
</style>