Shades of Marzipan #F2C383
Tints of Marzipan #F2C383
RGB
CMYK
RGB Variations
Color information
#F2C383 (or 0xF2C383) is known color: Marzipan. HEX triplet: F2, C3 and 83. RGB value is (242,195,131). Sum of RGB (Red+Green+Blue) = 242+195+131=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C383 is #0D3C7C. Grayscale: #CACACA. Windows color (decimal): -867453 or 8635378. OLE color: 8635378.
HSL color Cylindrical-coordinate representation of color #F2C383: hue angle of 34.59º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2C383 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 131 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.05 |
| HSL | 34.59º | 0.81% | 0.73% | - |
| HSV(B) | 34.59º | 0.46% | 0.95% | - |
| XYZ | 60.23 | 59.55 | 29.79 | - |
| YUV | 201.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 131 | 0 | 0.19 | 0.46 | 0.05 | 34.59 | 0.81 | 0.73 |
| Hex | F2 | C3 | 83 | 0 | 13 | 2E | 5 | 23 | 51 | 49 |
| Octal | 362 | 303 | 203 | 0 | 23 | 56 | 5 | 43 | 121 | 111 |
| Binary | 11110010 | 11000011 | 10000011 | 0 | 10011 | 101110 | 101 | 100011 | 1010001 | 1001001 |
Color Harmonies of #F2C383
Complementary color
Monochromatic Colors of #F2C383
Black with #F2C383
Text Example
Text Example
White with #F2C383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C383; }
p { color: rgb(242,195,131); }
H1.HeaderClassName
{
color: #F2C383;
}
.AnyTagClassName
{
color: #F2C383;
}
</style>
background-color css
<style>
a { background-color: #F2C383; }
a { background-color: rgb(242,195,131); }
div.DivClassName
{
background-color: #F2C383;
}
.BgClassName
{
background-color: #F2C383;
}
</style>
border-color css
<style>
span { border-color: #F2C383; }
span { border-color: rgb(242,195,131); }
td.TdClassName
{
border-color: #F2C383;
}
.TagClassName
{
border-color: #F2C383;
}
</style>