Shades of Marzipan #F0CD7A
Tints of Marzipan #F0CD7A
RGB
CMYK
RGB Variations
Color information
#F0CD7A (or 0xF0CD7A) is known color: Marzipan. HEX triplet: F0, CD and 7A. RGB value is (240,205,122). Sum of RGB (Red+Green+Blue) = 240+205+122=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD7A is #0F3285. Grayscale: #CECECE. Windows color (decimal): -995974 or 8048112. OLE color: 8048112.
HSL color Cylindrical-coordinate representation of color #F0CD7A: hue angle of 42.2º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0CD7A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 122 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.06 |
| HSL | 42.2º | 0.8% | 0.71% | - |
| HSV(B) | 42.2º | 0.49% | 0.94% | - |
| XYZ | 61.28 | 63.59 | 27.46 | - |
| YUV | 206 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 122 | 0 | 0.15 | 0.49 | 0.06 | 42.2 | 0.8 | 0.71 |
| Hex | F0 | CD | 7A | 0 | F | 31 | 6 | 2A | 50 | 47 |
| Octal | 360 | 315 | 172 | 0 | 17 | 61 | 6 | 52 | 120 | 107 |
| Binary | 11110000 | 11001101 | 1111010 | 0 | 1111 | 110001 | 110 | 101010 | 1010000 | 1000111 |
Color Harmonies of #F0CD7A
Complementary color
Monochromatic Colors of #F0CD7A
Black with #F0CD7A
Text Example
Text Example
White with #F0CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD7A; }
p { color: rgb(240,205,122); }
H1.HeaderClassName
{
color: #F0CD7A;
}
.AnyTagClassName
{
color: #F0CD7A;
}
</style>
background-color css
<style>
a { background-color: #F0CD7A; }
a { background-color: rgb(240,205,122); }
div.DivClassName
{
background-color: #F0CD7A;
}
.BgClassName
{
background-color: #F0CD7A;
}
</style>
border-color css
<style>
span { border-color: #F0CD7A; }
span { border-color: rgb(240,205,122); }
td.TdClassName
{
border-color: #F0CD7A;
}
.TagClassName
{
border-color: #F0CD7A;
}
</style>