Shades of Marzipan #F0C177
Tints of Marzipan #F0C177
RGB
CMYK
RGB Variations
Color information
#F0C177 (or 0xF0C177) is known color: Marzipan. HEX triplet: F0, C1 and 77. RGB value is (240,193,119). Sum of RGB (Red+Green+Blue) = 240+193+119=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C177 is #0F3E88. Grayscale: #C6C6C6. Windows color (decimal): -999049 or 7848432. OLE color: 7848432.
HSL color Cylindrical-coordinate representation of color #F0C177: hue angle of 36.69º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0C177 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 119 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.06 |
| HSL | 36.69º | 0.8% | 0.7% | - |
| HSV(B) | 36.69º | 0.5% | 0.94% | - |
| XYZ | 58.33 | 58 | 25.57 | - |
| YUV | 198.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 119 | 0 | 0.20 | 0.50 | 0.06 | 36.69 | 0.8 | 0.7 |
| Hex | F0 | C1 | 77 | 0 | 14 | 32 | 6 | 25 | 50 | 46 |
| Octal | 360 | 301 | 167 | 0 | 24 | 62 | 6 | 45 | 120 | 106 |
| Binary | 11110000 | 11000001 | 1110111 | 0 | 10100 | 110010 | 110 | 100101 | 1010000 | 1000110 |
Color Harmonies of #F0C177
Complementary color
Monochromatic Colors of #F0C177
Black with #F0C177
Text Example
Text Example
White with #F0C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C177; }
p { color: rgb(240,193,119); }
H1.HeaderClassName
{
color: #F0C177;
}
.AnyTagClassName
{
color: #F0C177;
}
</style>
background-color css
<style>
a { background-color: #F0C177; }
a { background-color: rgb(240,193,119); }
div.DivClassName
{
background-color: #F0C177;
}
.BgClassName
{
background-color: #F0C177;
}
</style>
border-color css
<style>
span { border-color: #F0C177; }
span { border-color: rgb(240,193,119); }
td.TdClassName
{
border-color: #F0C177;
}
.TagClassName
{
border-color: #F0C177;
}
</style>