Shades of Paris Daisy #F0EF54
Tints of Paris Daisy #F0EF54
RGB
CMYK
RGB Variations
Color information
#F0EF54 (or 0xF0EF54) is known color: Paris Daisy. HEX triplet: F0, EF and 54. RGB value is (240,239,84). Sum of RGB (Red+Green+Blue) = 240+239+84=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 84 (33.20% from 255 or 14.92% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF54 is #0F10AB. Grayscale: #DEDEDE. Windows color (decimal): -987308 or 5566448. OLE color: 5566448.
HSL color Cylindrical-coordinate representation of color #F0EF54: hue angle of 59.62º 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 #F0EF54 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 84 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.06 |
| HSL | 59.62º | 0.84% | 0.64% | - |
| HSV(B) | 59.62º | 0.65% | 0.94% | - |
| XYZ | 68.4 | 80.9 | 20.4 | - |
| YUV | 221.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 84 | 0 | 0.00 | 0.65 | 0.06 | 59.62 | 0.84 | 0.64 |
| Hex | F0 | EF | 54 | 0 | 0 | 41 | 6 | 3C | 54 | 40 |
| Octal | 360 | 357 | 124 | 0 | 0 | 101 | 6 | 74 | 124 | 100 |
| Binary | 11110000 | 11101111 | 1010100 | 0 | 0 | 1000001 | 110 | 111100 | 1010100 | 1000000 |
Color Harmonies of #F0EF54
Complementary color
Monochromatic Colors of #F0EF54
Black with #F0EF54
Text Example
Text Example
White with #F0EF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF54; }
p { color: rgb(240,239,84); }
H1.HeaderClassName
{
color: #F0EF54;
}
.AnyTagClassName
{
color: #F0EF54;
}
</style>
background-color css
<style>
a { background-color: #F0EF54; }
a { background-color: rgb(240,239,84); }
div.DivClassName
{
background-color: #F0EF54;
}
.BgClassName
{
background-color: #F0EF54;
}
</style>
border-color css
<style>
span { border-color: #F0EF54; }
span { border-color: rgb(240,239,84); }
td.TdClassName
{
border-color: #F0EF54;
}
.TagClassName
{
border-color: #F0EF54;
}
</style>