Shades of Marzipan #F0C382
Tints of Marzipan #F0C382
RGB
CMYK
RGB Variations
Color information
#F0C382 (or 0xF0C382) is known color: Marzipan. HEX triplet: F0, C3 and 82. RGB value is (240,195,130). Sum of RGB (Red+Green+Blue) = 240+195+130=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C382 is #0F3C7D. Grayscale: #C9C9C9. Windows color (decimal): -998526 or 8569840. OLE color: 8569840.
HSL color Cylindrical-coordinate representation of color #F0C382: hue angle of 35.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0C382 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 130 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.06 |
| HSL | 35.45º | 0.79% | 0.73% | - |
| HSV(B) | 35.45º | 0.46% | 0.94% | - |
| XYZ | 59.48 | 59.17 | 29.4 | - |
| YUV | 201.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 130 | 0 | 0.19 | 0.46 | 0.06 | 35.45 | 0.79 | 0.73 |
| Hex | F0 | C3 | 82 | 0 | 13 | 2E | 6 | 23 | 4F | 49 |
| Octal | 360 | 303 | 202 | 0 | 23 | 56 | 6 | 43 | 117 | 111 |
| Binary | 11110000 | 11000011 | 10000010 | 0 | 10011 | 101110 | 110 | 100011 | 1001111 | 1001001 |
Color Harmonies of #F0C382
Complementary color
Monochromatic Colors of #F0C382
Black with #F0C382
Text Example
Text Example
White with #F0C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C382; }
p { color: rgb(240,195,130); }
H1.HeaderClassName
{
color: #F0C382;
}
.AnyTagClassName
{
color: #F0C382;
}
</style>
background-color css
<style>
a { background-color: #F0C382; }
a { background-color: rgb(240,195,130); }
div.DivClassName
{
background-color: #F0C382;
}
.BgClassName
{
background-color: #F0C382;
}
</style>
border-color css
<style>
span { border-color: #F0C382; }
span { border-color: rgb(240,195,130); }
td.TdClassName
{
border-color: #F0C382;
}
.TagClassName
{
border-color: #F0C382;
}
</style>