Shades of Marzipan #F0C97F
Tints of Marzipan #F0C97F
RGB
CMYK
RGB Variations
Color information
#F0C97F (or 0xF0C97F) is known color: Marzipan. HEX triplet: F0, C9 and 7F. RGB value is (240,201,127). Sum of RGB (Red+Green+Blue) = 240+201+127=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C97F is #0F3680. Grayscale: #CCCCCC. Windows color (decimal): -996993 or 8374768. OLE color: 8374768.
HSL color Cylindrical-coordinate representation of color #F0C97F: hue angle of 39.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0C97F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 127 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.06 |
| HSL | 39.29º | 0.79% | 0.72% | - |
| HSV(B) | 39.29º | 0.47% | 0.94% | - |
| XYZ | 60.65 | 61.83 | 28.82 | - |
| YUV | 204.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 127 | 0 | 0.16 | 0.47 | 0.06 | 39.29 | 0.79 | 0.72 |
| Hex | F0 | C9 | 7F | 0 | 10 | 2F | 6 | 27 | 4F | 48 |
| Octal | 360 | 311 | 177 | 0 | 20 | 57 | 6 | 47 | 117 | 110 |
| Binary | 11110000 | 11001001 | 1111111 | 0 | 10000 | 101111 | 110 | 100111 | 1001111 | 1001000 |
Color Harmonies of #F0C97F
Complementary color
Monochromatic Colors of #F0C97F
Black with #F0C97F
Text Example
Text Example
White with #F0C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C97F; }
p { color: rgb(240,201,127); }
H1.HeaderClassName
{
color: #F0C97F;
}
.AnyTagClassName
{
color: #F0C97F;
}
</style>
background-color css
<style>
a { background-color: #F0C97F; }
a { background-color: rgb(240,201,127); }
div.DivClassName
{
background-color: #F0C97F;
}
.BgClassName
{
background-color: #F0C97F;
}
</style>
border-color css
<style>
span { border-color: #F0C97F; }
span { border-color: rgb(240,201,127); }
td.TdClassName
{
border-color: #F0C97F;
}
.TagClassName
{
border-color: #F0C97F;
}
</style>