Shades of Paris Daisy #F0E456
Tints of Paris Daisy #F0E456
RGB
CMYK
RGB Variations
Color information
#F0E456 (or 0xF0E456) is known color: Paris Daisy. HEX triplet: F0, E4 and 56. RGB value is (240,228,86). Sum of RGB (Red+Green+Blue) = 240+228+86=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E456 is #0F1BA9. Grayscale: #D7D7D7. Windows color (decimal): -990122 or 5694704. OLE color: 5694704.
HSL color Cylindrical-coordinate representation of color #F0E456: hue angle of 55.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0E456 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.06 |
| HSL | 55.32º | 0.84% | 0.64% | - |
| HSV(B) | 55.32º | 0.64% | 0.94% | - |
| XYZ | 65.36 | 74.68 | 19.77 | - |
| YUV | 215.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 86 | 0 | 0.05 | 0.64 | 0.06 | 55.32 | 0.84 | 0.64 |
| Hex | F0 | E4 | 56 | 0 | 5 | 40 | 6 | 37 | 54 | 40 |
| Octal | 360 | 344 | 126 | 0 | 5 | 100 | 6 | 67 | 124 | 100 |
| Binary | 11110000 | 11100100 | 1010110 | 0 | 101 | 1000000 | 110 | 110111 | 1010100 | 1000000 |
Color Harmonies of #F0E456
Complementary color
Monochromatic Colors of #F0E456
Black with #F0E456
Text Example
Text Example
White with #F0E456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E456; }
p { color: rgb(240,228,86); }
H1.HeaderClassName
{
color: #F0E456;
}
.AnyTagClassName
{
color: #F0E456;
}
</style>
background-color css
<style>
a { background-color: #F0E456; }
a { background-color: rgb(240,228,86); }
div.DivClassName
{
background-color: #F0E456;
}
.BgClassName
{
background-color: #F0E456;
}
</style>
border-color css
<style>
span { border-color: #F0E456; }
span { border-color: rgb(240,228,86); }
td.TdClassName
{
border-color: #F0E456;
}
.TagClassName
{
border-color: #F0E456;
}
</style>