Shades of Paris Daisy #F2E656
Tints of Paris Daisy #F2E656
RGB
CMYK
RGB Variations
Color information
#F2E656 (or 0xF2E656) is known color: Paris Daisy. HEX triplet: F2, E6 and 56. RGB value is (242,230,86). Sum of RGB (Red+Green+Blue) = 242+230+86=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E656 is #0D19A9. Grayscale: #D9D9D9. Windows color (decimal): -858538 or 5695218. OLE color: 5695218.
HSL color Cylindrical-coordinate representation of color #F2E656: hue angle of 55.38º 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 #F2E656 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.05 |
| HSL | 55.38º | 0.86% | 0.64% | - |
| HSV(B) | 55.38º | 0.64% | 0.95% | - |
| XYZ | 66.59 | 76.14 | 19.99 | - |
| YUV | 217.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 86 | 0 | 0.05 | 0.64 | 0.05 | 55.38 | 0.86 | 0.64 |
| Hex | F2 | E6 | 56 | 0 | 5 | 40 | 5 | 37 | 56 | 40 |
| Octal | 362 | 346 | 126 | 0 | 5 | 100 | 5 | 67 | 126 | 100 |
| Binary | 11110010 | 11100110 | 1010110 | 0 | 101 | 1000000 | 101 | 110111 | 1010110 | 1000000 |
Color Harmonies of #F2E656
Complementary color
Monochromatic Colors of #F2E656
Black with #F2E656
Text Example
Text Example
White with #F2E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E656; }
p { color: rgb(242,230,86); }
H1.HeaderClassName
{
color: #F2E656;
}
.AnyTagClassName
{
color: #F2E656;
}
</style>
background-color css
<style>
a { background-color: #F2E656; }
a { background-color: rgb(242,230,86); }
div.DivClassName
{
background-color: #F2E656;
}
.BgClassName
{
background-color: #F2E656;
}
</style>
border-color css
<style>
span { border-color: #F2E656; }
span { border-color: rgb(242,230,86); }
td.TdClassName
{
border-color: #F2E656;
}
.TagClassName
{
border-color: #F2E656;
}
</style>