Shades of Paris Daisy #F2EC45
Tints of Paris Daisy #F2EC45
RGB
CMYK
RGB Variations
Color information
#F2EC45 (or 0xF2EC45) is known color: Paris Daisy. HEX triplet: F2, EC and 45. RGB value is (242,236,69). Sum of RGB (Red+Green+Blue) = 242+236+69=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC45 is #0D13BA. Grayscale: #DBDBDB. Windows color (decimal): -857019 or 4582642. OLE color: 4582642.
HSL color Cylindrical-coordinate representation of color #F2EC45: hue angle of 57.92º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2EC45 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 69 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.05 |
| HSL | 57.92º | 0.87% | 0.61% | - |
| HSV(B) | 57.92º | 0.71% | 0.95% | - |
| XYZ | 67.69 | 79.3 | 17.37 | - |
| YUV | 218.76 | 43.49 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 69 | 0 | 0.02 | 0.71 | 0.05 | 57.92 | 0.87 | 0.61 |
| Hex | F2 | EC | 45 | 0 | 2 | 47 | 5 | 3A | 57 | 3D |
| Octal | 362 | 354 | 105 | 0 | 2 | 107 | 5 | 72 | 127 | 75 |
| Binary | 11110010 | 11101100 | 1000101 | 0 | 10 | 1000111 | 101 | 111010 | 1010111 | 111101 |
Color Harmonies of #F2EC45
Complementary color
Monochromatic Colors of #F2EC45
Black with #F2EC45
Text Example
Text Example
White with #F2EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC45; }
p { color: rgb(242,236,69); }
H1.HeaderClassName
{
color: #F2EC45;
}
.AnyTagClassName
{
color: #F2EC45;
}
</style>
background-color css
<style>
a { background-color: #F2EC45; }
a { background-color: rgb(242,236,69); }
div.DivClassName
{
background-color: #F2EC45;
}
.BgClassName
{
background-color: #F2EC45;
}
</style>
border-color css
<style>
span { border-color: #F2EC45; }
span { border-color: rgb(242,236,69); }
td.TdClassName
{
border-color: #F2EC45;
}
.TagClassName
{
border-color: #F2EC45;
}
</style>