Shades of Marzipan #F1C583
Tints of Marzipan #F1C583
RGB
CMYK
RGB Variations
Color information
#F1C583 (or 0xF1C583) is known color: Marzipan. HEX triplet: F1, C5 and 83. RGB value is (241,197,131). Sum of RGB (Red+Green+Blue) = 241+197+131=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C583 is #0E3A7C. Grayscale: #CACACA. Windows color (decimal): -932477 or 8635889. OLE color: 8635889.
HSL color Cylindrical-coordinate representation of color #F1C583: hue angle of 36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1C583 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 131 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.05 |
| HSL | 36º | 0.8% | 0.73% | - |
| HSV(B) | 36º | 0.46% | 0.95% | - |
| XYZ | 60.34 | 60.27 | 29.93 | - |
| YUV | 202.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 131 | 0 | 0.18 | 0.46 | 0.05 | 36 | 0.8 | 0.73 |
| Hex | F1 | C5 | 83 | 0 | 12 | 2E | 5 | 24 | 50 | 49 |
| Octal | 361 | 305 | 203 | 0 | 22 | 56 | 5 | 44 | 120 | 111 |
| Binary | 11110001 | 11000101 | 10000011 | 0 | 10010 | 101110 | 101 | 100100 | 1010000 | 1001001 |
Color Harmonies of #F1C583
Complementary color
Monochromatic Colors of #F1C583
Black with #F1C583
Text Example
Text Example
White with #F1C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C583; }
p { color: rgb(241,197,131); }
H1.HeaderClassName
{
color: #F1C583;
}
.AnyTagClassName
{
color: #F1C583;
}
</style>
background-color css
<style>
a { background-color: #F1C583; }
a { background-color: rgb(241,197,131); }
div.DivClassName
{
background-color: #F1C583;
}
.BgClassName
{
background-color: #F1C583;
}
</style>
border-color css
<style>
span { border-color: #F1C583; }
span { border-color: rgb(241,197,131); }
td.TdClassName
{
border-color: #F1C583;
}
.TagClassName
{
border-color: #F1C583;
}
</style>