Shades of Paris Daisy #F0EC54
Tints of Paris Daisy #F0EC54
RGB
CMYK
RGB Variations
Color information
#F0EC54 (or 0xF0EC54) is known color: Paris Daisy. HEX triplet: F0, EC and 54. RGB value is (240,236,84). Sum of RGB (Red+Green+Blue) = 240+236+84=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC54 is #0F13AB. Grayscale: #DCDCDC. Windows color (decimal): -988076 or 5565680. OLE color: 5565680.
HSL color Cylindrical-coordinate representation of color #F0EC54: hue angle of 58.46º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0EC54 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 84 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.06 |
| HSL | 58.46º | 0.84% | 0.64% | - |
| HSV(B) | 58.46º | 0.65% | 0.94% | - |
| XYZ | 67.53 | 79.16 | 20.11 | - |
| YUV | 219.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 84 | 0 | 0.02 | 0.65 | 0.06 | 58.46 | 0.84 | 0.64 |
| Hex | F0 | EC | 54 | 0 | 2 | 41 | 6 | 3A | 54 | 40 |
| Octal | 360 | 354 | 124 | 0 | 2 | 101 | 6 | 72 | 124 | 100 |
| Binary | 11110000 | 11101100 | 1010100 | 0 | 10 | 1000001 | 110 | 111010 | 1010100 | 1000000 |
Color Harmonies of #F0EC54
Complementary color
Monochromatic Colors of #F0EC54
Black with #F0EC54
Text Example
Text Example
White with #F0EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC54; }
p { color: rgb(240,236,84); }
H1.HeaderClassName
{
color: #F0EC54;
}
.AnyTagClassName
{
color: #F0EC54;
}
</style>
background-color css
<style>
a { background-color: #F0EC54; }
a { background-color: rgb(240,236,84); }
div.DivClassName
{
background-color: #F0EC54;
}
.BgClassName
{
background-color: #F0EC54;
}
</style>
border-color css
<style>
span { border-color: #F0EC54; }
span { border-color: rgb(240,236,84); }
td.TdClassName
{
border-color: #F0EC54;
}
.TagClassName
{
border-color: #F0EC54;
}
</style>