Shades of Paris Daisy #F5EC4D
Tints of Paris Daisy #F5EC4D
RGB
CMYK
RGB Variations
Color information
#F5EC4D (or 0xF5EC4D) is known color: Paris Daisy. HEX triplet: F5, EC and 4D. RGB value is (245,236,77). Sum of RGB (Red+Green+Blue) = 245+236+77=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC4D is #0A13B2. Grayscale: #DDDDDD. Windows color (decimal): -660403 or 5106933. OLE color: 5106933.
HSL color Cylindrical-coordinate representation of color #F5EC4D: hue angle of 56.79º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5EC4D is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 77 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.04 |
| HSL | 56.79º | 0.89% | 0.63% | - |
| HSV(B) | 56.79º | 0.69% | 0.96% | - |
| XYZ | 68.99 | 79.94 | 18.81 | - |
| YUV | 220.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 77 | 0 | 0.04 | 0.69 | 0.04 | 56.79 | 0.89 | 0.63 |
| Hex | F5 | EC | 4D | 0 | 4 | 45 | 4 | 39 | 59 | 3F |
| Octal | 365 | 354 | 115 | 0 | 4 | 105 | 4 | 71 | 131 | 77 |
| Binary | 11110101 | 11101100 | 1001101 | 0 | 100 | 1000101 | 100 | 111001 | 1011001 | 111111 |
Color Harmonies of #F5EC4D
Complementary color
Monochromatic Colors of #F5EC4D
Black with #F5EC4D
Text Example
Text Example
White with #F5EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC4D; }
p { color: rgb(245,236,77); }
H1.HeaderClassName
{
color: #F5EC4D;
}
.AnyTagClassName
{
color: #F5EC4D;
}
</style>
background-color css
<style>
a { background-color: #F5EC4D; }
a { background-color: rgb(245,236,77); }
div.DivClassName
{
background-color: #F5EC4D;
}
.BgClassName
{
background-color: #F5EC4D;
}
</style>
border-color css
<style>
span { border-color: #F5EC4D; }
span { border-color: rgb(245,236,77); }
td.TdClassName
{
border-color: #F5EC4D;
}
.TagClassName
{
border-color: #F5EC4D;
}
</style>