Shades of Paris Daisy #F2EC54
Tints of Paris Daisy #F2EC54
RGB
CMYK
RGB Variations
Color information
#F2EC54 (or 0xF2EC54) is known color: Paris Daisy. HEX triplet: F2, EC and 54. RGB value is (242,236,84). Sum of RGB (Red+Green+Blue) = 242+236+84=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC54 is #0D13AB. Grayscale: #DDDDDD. Windows color (decimal): -857004 or 5565682. OLE color: 5565682.
HSL color Cylindrical-coordinate representation of color #F2EC54: hue angle of 57.72º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2EC54 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 84 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.05 |
| HSL | 57.72º | 0.86% | 0.64% | - |
| HSV(B) | 57.72º | 0.65% | 0.95% | - |
| XYZ | 68.21 | 79.51 | 20.14 | - |
| YUV | 220.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 84 | 0 | 0.02 | 0.65 | 0.05 | 57.72 | 0.86 | 0.64 |
| Hex | F2 | EC | 54 | 0 | 2 | 41 | 5 | 3A | 56 | 40 |
| Octal | 362 | 354 | 124 | 0 | 2 | 101 | 5 | 72 | 126 | 100 |
| Binary | 11110010 | 11101100 | 1010100 | 0 | 10 | 1000001 | 101 | 111010 | 1010110 | 1000000 |
Color Harmonies of #F2EC54
Complementary color
Monochromatic Colors of #F2EC54
Black with #F2EC54
Text Example
Text Example
White with #F2EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC54; }
p { color: rgb(242,236,84); }
H1.HeaderClassName
{
color: #F2EC54;
}
.AnyTagClassName
{
color: #F2EC54;
}
</style>
background-color css
<style>
a { background-color: #F2EC54; }
a { background-color: rgb(242,236,84); }
div.DivClassName
{
background-color: #F2EC54;
}
.BgClassName
{
background-color: #F2EC54;
}
</style>
border-color css
<style>
span { border-color: #F2EC54; }
span { border-color: rgb(242,236,84); }
td.TdClassName
{
border-color: #F2EC54;
}
.TagClassName
{
border-color: #F2EC54;
}
</style>