Shades of Marzipan #F1C573
Tints of Marzipan #F1C573
RGB
CMYK
RGB Variations
Color information
#F1C573 (or 0xF1C573) is known color: Marzipan. HEX triplet: F1, C5 and 73. RGB value is (241,197,115). Sum of RGB (Red+Green+Blue) = 241+197+115=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C573 is #0E3A8C. Grayscale: #C9C9C9. Windows color (decimal): -932493 or 7587313. OLE color: 7587313.
HSL color Cylindrical-coordinate representation of color #F1C573: hue angle of 39.05º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1C573 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 115 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.05 |
| HSL | 39.05º | 0.82% | 0.7% | - |
| HSV(B) | 39.05º | 0.52% | 0.95% | - |
| XYZ | 59.34 | 59.87 | 24.65 | - |
| YUV | 200.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 115 | 0 | 0.18 | 0.52 | 0.05 | 39.05 | 0.82 | 0.7 |
| Hex | F1 | C5 | 73 | 0 | 12 | 34 | 5 | 27 | 52 | 46 |
| Octal | 361 | 305 | 163 | 0 | 22 | 64 | 5 | 47 | 122 | 106 |
| Binary | 11110001 | 11000101 | 1110011 | 0 | 10010 | 110100 | 101 | 100111 | 1010010 | 1000110 |
Color Harmonies of #F1C573
Complementary color
Monochromatic Colors of #F1C573
Black with #F1C573
Text Example
Text Example
White with #F1C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C573; }
p { color: rgb(241,197,115); }
H1.HeaderClassName
{
color: #F1C573;
}
.AnyTagClassName
{
color: #F1C573;
}
</style>
background-color css
<style>
a { background-color: #F1C573; }
a { background-color: rgb(241,197,115); }
div.DivClassName
{
background-color: #F1C573;
}
.BgClassName
{
background-color: #F1C573;
}
</style>
border-color css
<style>
span { border-color: #F1C573; }
span { border-color: rgb(241,197,115); }
td.TdClassName
{
border-color: #F1C573;
}
.TagClassName
{
border-color: #F1C573;
}
</style>