Shades of Paris Daisy #F5E149
Tints of Paris Daisy #F5E149
RGB
CMYK
RGB Variations
Color information
#F5E149 (or 0xF5E149) is known color: Paris Daisy. HEX triplet: F5, E1 and 49. RGB value is (245,225,73). Sum of RGB (Red+Green+Blue) = 245+225+73=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E149 is #0A1EB6. Grayscale: #D6D6D6. Windows color (decimal): -663223 or 4841973. OLE color: 4841973.
HSL color Cylindrical-coordinate representation of color #F5E149: hue angle of 53.02º 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 #F5E149 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 73 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.04 |
| HSL | 53.02º | 0.9% | 0.62% | - |
| HSV(B) | 53.02º | 0.7% | 0.96% | - |
| XYZ | 65.78 | 73.74 | 17.07 | - |
| YUV | 213.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 73 | 0 | 0.08 | 0.70 | 0.04 | 53.02 | 0.9 | 0.62 |
| Hex | F5 | E1 | 49 | 0 | 8 | 46 | 4 | 35 | 5A | 3E |
| Octal | 365 | 341 | 111 | 0 | 10 | 106 | 4 | 65 | 132 | 76 |
| Binary | 11110101 | 11100001 | 1001001 | 0 | 1000 | 1000110 | 100 | 110101 | 1011010 | 111110 |
Color Harmonies of #F5E149
Complementary color
Monochromatic Colors of #F5E149
Black with #F5E149
Text Example
Text Example
White with #F5E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E149; }
p { color: rgb(245,225,73); }
H1.HeaderClassName
{
color: #F5E149;
}
.AnyTagClassName
{
color: #F5E149;
}
</style>
background-color css
<style>
a { background-color: #F5E149; }
a { background-color: rgb(245,225,73); }
div.DivClassName
{
background-color: #F5E149;
}
.BgClassName
{
background-color: #F5E149;
}
</style>
border-color css
<style>
span { border-color: #F5E149; }
span { border-color: rgb(245,225,73); }
td.TdClassName
{
border-color: #F5E149;
}
.TagClassName
{
border-color: #F5E149;
}
</style>