Shades of Paris Daisy #F5EC49
Tints of Paris Daisy #F5EC49
RGB
CMYK
RGB Variations
Color information
#F5EC49 (or 0xF5EC49) is known color: Paris Daisy. HEX triplet: F5, EC and 49. RGB value is (245,236,73). Sum of RGB (Red+Green+Blue) = 245+236+73=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 73 (28.91% from 255 or 13.18% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC49 is #0A13B6. Grayscale: #DCDCDC. Windows color (decimal): -660407 or 4844789. OLE color: 4844789.
HSL color Cylindrical-coordinate representation of color #F5EC49: hue angle of 56.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5EC49 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 73 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.04 |
| HSL | 56.86º | 0.9% | 0.62% | - |
| HSV(B) | 56.86º | 0.7% | 0.96% | - |
| XYZ | 68.85 | 79.88 | 18.09 | - |
| YUV | 220.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 73 | 0 | 0.04 | 0.70 | 0.04 | 56.86 | 0.9 | 0.62 |
| Hex | F5 | EC | 49 | 0 | 4 | 46 | 4 | 39 | 5A | 3E |
| Octal | 365 | 354 | 111 | 0 | 4 | 106 | 4 | 71 | 132 | 76 |
| Binary | 11110101 | 11101100 | 1001001 | 0 | 100 | 1000110 | 100 | 111001 | 1011010 | 111110 |
Color Harmonies of #F5EC49
Complementary color
Monochromatic Colors of #F5EC49
Black with #F5EC49
Text Example
Text Example
White with #F5EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC49; }
p { color: rgb(245,236,73); }
H1.HeaderClassName
{
color: #F5EC49;
}
.AnyTagClassName
{
color: #F5EC49;
}
</style>
background-color css
<style>
a { background-color: #F5EC49; }
a { background-color: rgb(245,236,73); }
div.DivClassName
{
background-color: #F5EC49;
}
.BgClassName
{
background-color: #F5EC49;
}
</style>
border-color css
<style>
span { border-color: #F5EC49; }
span { border-color: rgb(245,236,73); }
td.TdClassName
{
border-color: #F5EC49;
}
.TagClassName
{
border-color: #F5EC49;
}
</style>