Shades of Marzipan #F1CA7B
Tints of Marzipan #F1CA7B
RGB
CMYK
RGB Variations
Color information
#F1CA7B (or 0xF1CA7B) is known color: Marzipan. HEX triplet: F1, CA and 7B. RGB value is (241,202,123). Sum of RGB (Red+Green+Blue) = 241+202+123=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CA7B is #0E3584. Grayscale: #CDCDCD. Windows color (decimal): -931205 or 8112881. OLE color: 8112881.
HSL color Cylindrical-coordinate representation of color #F1CA7B: hue angle of 40.17º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1CA7B is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 123 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.05 |
| HSL | 40.17º | 0.81% | 0.71% | - |
| HSV(B) | 40.17º | 0.49% | 0.95% | - |
| XYZ | 60.97 | 62.37 | 27.56 | - |
| YUV | 204.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 123 | 0 | 0.16 | 0.49 | 0.05 | 40.17 | 0.81 | 0.71 |
| Hex | F1 | CA | 7B | 0 | 10 | 31 | 5 | 28 | 51 | 47 |
| Octal | 361 | 312 | 173 | 0 | 20 | 61 | 5 | 50 | 121 | 107 |
| Binary | 11110001 | 11001010 | 1111011 | 0 | 10000 | 110001 | 101 | 101000 | 1010001 | 1000111 |
Color Harmonies of #F1CA7B
Complementary color
Monochromatic Colors of #F1CA7B
Black with #F1CA7B
Text Example
Text Example
White with #F1CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CA7B; }
p { color: rgb(241,202,123); }
H1.HeaderClassName
{
color: #F1CA7B;
}
.AnyTagClassName
{
color: #F1CA7B;
}
</style>
background-color css
<style>
a { background-color: #F1CA7B; }
a { background-color: rgb(241,202,123); }
div.DivClassName
{
background-color: #F1CA7B;
}
.BgClassName
{
background-color: #F1CA7B;
}
</style>
border-color css
<style>
span { border-color: #F1CA7B; }
span { border-color: rgb(241,202,123); }
td.TdClassName
{
border-color: #F1CA7B;
}
.TagClassName
{
border-color: #F1CA7B;
}
</style>