Shades of Marzipan #F1CB76
Tints of Marzipan #F1CB76
RGB
CMYK
RGB Variations
Color information
#F1CB76 (or 0xF1CB76) is known color: Marzipan. HEX triplet: F1, CB and 76. RGB value is (241,203,118). Sum of RGB (Red+Green+Blue) = 241+203+118=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CB76 is #0E3489. Grayscale: #CDCDCD. Windows color (decimal): -930954 or 7785457. OLE color: 7785457.
HSL color Cylindrical-coordinate representation of color #F1CB76: hue angle of 41.46º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1CB76 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 118 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.05 |
| HSL | 41.46º | 0.81% | 0.7% | - |
| HSV(B) | 41.46º | 0.51% | 0.95% | - |
| XYZ | 60.9 | 62.72 | 26.04 | - |
| YUV | 204.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 118 | 0 | 0.16 | 0.51 | 0.05 | 41.46 | 0.81 | 0.7 |
| Hex | F1 | CB | 76 | 0 | 10 | 33 | 5 | 29 | 51 | 46 |
| Octal | 361 | 313 | 166 | 0 | 20 | 63 | 5 | 51 | 121 | 106 |
| Binary | 11110001 | 11001011 | 1110110 | 0 | 10000 | 110011 | 101 | 101001 | 1010001 | 1000110 |
Color Harmonies of #F1CB76
Complementary color
Monochromatic Colors of #F1CB76
Black with #F1CB76
Text Example
Text Example
White with #F1CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB76; }
p { color: rgb(241,203,118); }
H1.HeaderClassName
{
color: #F1CB76;
}
.AnyTagClassName
{
color: #F1CB76;
}
</style>
background-color css
<style>
a { background-color: #F1CB76; }
a { background-color: rgb(241,203,118); }
div.DivClassName
{
background-color: #F1CB76;
}
.BgClassName
{
background-color: #F1CB76;
}
</style>
border-color css
<style>
span { border-color: #F1CB76; }
span { border-color: rgb(241,203,118); }
td.TdClassName
{
border-color: #F1CB76;
}
.TagClassName
{
border-color: #F1CB76;
}
</style>