Shades of Marzipan #F0C677
Tints of Marzipan #F0C677
RGB
CMYK
RGB Variations
Color information
#F0C677 (or 0xF0C677) is known color: Marzipan. HEX triplet: F0, C6 and 77. RGB value is (240,198,119). Sum of RGB (Red+Green+Blue) = 240+198+119=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C677 is #0F3988. Grayscale: #C9C9C9. Windows color (decimal): -997769 or 7849712. OLE color: 7849712.
HSL color Cylindrical-coordinate representation of color #F0C677: hue angle of 39.17º 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 #F0C677 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 119 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.06 |
| HSL | 39.17º | 0.8% | 0.7% | - |
| HSV(B) | 39.17º | 0.5% | 0.94% | - |
| XYZ | 59.46 | 60.25 | 25.95 | - |
| YUV | 201.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 119 | 0 | 0.18 | 0.50 | 0.06 | 39.17 | 0.8 | 0.7 |
| Hex | F0 | C6 | 77 | 0 | 12 | 32 | 6 | 27 | 50 | 46 |
| Octal | 360 | 306 | 167 | 0 | 22 | 62 | 6 | 47 | 120 | 106 |
| Binary | 11110000 | 11000110 | 1110111 | 0 | 10010 | 110010 | 110 | 100111 | 1010000 | 1000110 |
Color Harmonies of #F0C677
Complementary color
Monochromatic Colors of #F0C677
Black with #F0C677
Text Example
Text Example
White with #F0C677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C677; }
p { color: rgb(240,198,119); }
H1.HeaderClassName
{
color: #F0C677;
}
.AnyTagClassName
{
color: #F0C677;
}
</style>
background-color css
<style>
a { background-color: #F0C677; }
a { background-color: rgb(240,198,119); }
div.DivClassName
{
background-color: #F0C677;
}
.BgClassName
{
background-color: #F0C677;
}
</style>
border-color css
<style>
span { border-color: #F0C677; }
span { border-color: rgb(240,198,119); }
td.TdClassName
{
border-color: #F0C677;
}
.TagClassName
{
border-color: #F0C677;
}
</style>