Shades of Paris Daisy #F2E756
Tints of Paris Daisy #F2E756
RGB
CMYK
RGB Variations
Color information
#F2E756 (or 0xF2E756) is known color: Paris Daisy. HEX triplet: F2, E7 and 56. RGB value is (242,231,86). Sum of RGB (Red+Green+Blue) = 242+231+86=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E756 is #0D18A9. Grayscale: #DADADA. Windows color (decimal): -858282 or 5695474. OLE color: 5695474.
HSL color Cylindrical-coordinate representation of color #F2E756: hue angle of 55.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2E756 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.05 |
| HSL | 55.77º | 0.86% | 0.64% | - |
| HSV(B) | 55.77º | 0.64% | 0.95% | - |
| XYZ | 66.87 | 76.7 | 20.08 | - |
| YUV | 217.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 86 | 0 | 0.05 | 0.64 | 0.05 | 55.77 | 0.86 | 0.64 |
| Hex | F2 | E7 | 56 | 0 | 5 | 40 | 5 | 38 | 56 | 40 |
| Octal | 362 | 347 | 126 | 0 | 5 | 100 | 5 | 70 | 126 | 100 |
| Binary | 11110010 | 11100111 | 1010110 | 0 | 101 | 1000000 | 101 | 111000 | 1010110 | 1000000 |
Color Harmonies of #F2E756
Complementary color
Monochromatic Colors of #F2E756
Black with #F2E756
Text Example
Text Example
White with #F2E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E756; }
p { color: rgb(242,231,86); }
H1.HeaderClassName
{
color: #F2E756;
}
.AnyTagClassName
{
color: #F2E756;
}
</style>
background-color css
<style>
a { background-color: #F2E756; }
a { background-color: rgb(242,231,86); }
div.DivClassName
{
background-color: #F2E756;
}
.BgClassName
{
background-color: #F2E756;
}
</style>
border-color css
<style>
span { border-color: #F2E756; }
span { border-color: rgb(242,231,86); }
td.TdClassName
{
border-color: #F2E756;
}
.TagClassName
{
border-color: #F2E756;
}
</style>