Shades of Paris Daisy #F5E249
Tints of Paris Daisy #F5E249
RGB
CMYK
RGB Variations
Color information
#F5E249 (or 0xF5E249) is known color: Paris Daisy. HEX triplet: F5, E2 and 49. RGB value is (245,226,73). Sum of RGB (Red+Green+Blue) = 245+226+73=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 73 (28.91% from 255 or 13.42% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E249 is #0A1DB6. Grayscale: #D6D6D6. Windows color (decimal): -662967 or 4842229. OLE color: 4842229.
HSL color Cylindrical-coordinate representation of color #F5E249: hue angle of 53.37º 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 #F5E249 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 73 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.04 |
| HSL | 53.37º | 0.9% | 0.62% | - |
| HSV(B) | 53.37º | 0.7% | 0.96% | - |
| XYZ | 66.06 | 74.29 | 17.16 | - |
| YUV | 214.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 73 | 0 | 0.08 | 0.70 | 0.04 | 53.37 | 0.9 | 0.62 |
| Hex | F5 | E2 | 49 | 0 | 8 | 46 | 4 | 35 | 5A | 3E |
| Octal | 365 | 342 | 111 | 0 | 10 | 106 | 4 | 65 | 132 | 76 |
| Binary | 11110101 | 11100010 | 1001001 | 0 | 1000 | 1000110 | 100 | 110101 | 1011010 | 111110 |
Color Harmonies of #F5E249
Complementary color
Monochromatic Colors of #F5E249
Black with #F5E249
Text Example
Text Example
White with #F5E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E249; }
p { color: rgb(245,226,73); }
H1.HeaderClassName
{
color: #F5E249;
}
.AnyTagClassName
{
color: #F5E249;
}
</style>
background-color css
<style>
a { background-color: #F5E249; }
a { background-color: rgb(245,226,73); }
div.DivClassName
{
background-color: #F5E249;
}
.BgClassName
{
background-color: #F5E249;
}
</style>
border-color css
<style>
span { border-color: #F5E249; }
span { border-color: rgb(245,226,73); }
td.TdClassName
{
border-color: #F5E249;
}
.TagClassName
{
border-color: #F5E249;
}
</style>