Shades of Marzipan #F0C27B
Tints of Marzipan #F0C27B
RGB
CMYK
RGB Variations
Color information
#F0C27B (or 0xF0C27B) is known color: Marzipan. HEX triplet: F0, C2 and 7B. RGB value is (240,194,123). Sum of RGB (Red+Green+Blue) = 240+194+123=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C27B is #0F3D84. Grayscale: #C7C7C7. Windows color (decimal): -998789 or 8110832. OLE color: 8110832.
HSL color Cylindrical-coordinate representation of color #F0C27B: hue angle of 36.41º 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 #F0C27B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 123 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.06 |
| HSL | 36.41º | 0.8% | 0.71% | - |
| HSV(B) | 36.41º | 0.49% | 0.94% | - |
| XYZ | 58.8 | 58.54 | 26.94 | - |
| YUV | 199.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 123 | 0 | 0.19 | 0.49 | 0.06 | 36.41 | 0.8 | 0.71 |
| Hex | F0 | C2 | 7B | 0 | 13 | 31 | 6 | 24 | 50 | 47 |
| Octal | 360 | 302 | 173 | 0 | 23 | 61 | 6 | 44 | 120 | 107 |
| Binary | 11110000 | 11000010 | 1111011 | 0 | 10011 | 110001 | 110 | 100100 | 1010000 | 1000111 |
Color Harmonies of #F0C27B
Complementary color
Monochromatic Colors of #F0C27B
Black with #F0C27B
Text Example
Text Example
White with #F0C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C27B; }
p { color: rgb(240,194,123); }
H1.HeaderClassName
{
color: #F0C27B;
}
.AnyTagClassName
{
color: #F0C27B;
}
</style>
background-color css
<style>
a { background-color: #F0C27B; }
a { background-color: rgb(240,194,123); }
div.DivClassName
{
background-color: #F0C27B;
}
.BgClassName
{
background-color: #F0C27B;
}
</style>
border-color css
<style>
span { border-color: #F0C27B; }
span { border-color: rgb(240,194,123); }
td.TdClassName
{
border-color: #F0C27B;
}
.TagClassName
{
border-color: #F0C27B;
}
</style>