Shades of Paris Daisy #F5E545
Tints of Paris Daisy #F5E545
RGB
CMYK
RGB Variations
Color information
#F5E545 (or 0xF5E545) is known color: Paris Daisy. HEX triplet: F5, E5 and 45. RGB value is (245,229,69). Sum of RGB (Red+Green+Blue) = 245+229+69=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E545 is #0A1ABA. Grayscale: #D8D8D8. Windows color (decimal): -662203 or 4580853. OLE color: 4580853.
HSL color Cylindrical-coordinate representation of color #F5E545: hue angle of 54.55º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5E545 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 69 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.04 |
| HSL | 54.55º | 0.9% | 0.62% | - |
| HSV(B) | 54.55º | 0.72% | 0.96% | - |
| XYZ | 66.75 | 75.88 | 16.76 | - |
| YUV | 215.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 69 | 0 | 0.07 | 0.72 | 0.04 | 54.55 | 0.9 | 0.62 |
| Hex | F5 | E5 | 45 | 0 | 7 | 48 | 4 | 37 | 5A | 3E |
| Octal | 365 | 345 | 105 | 0 | 7 | 110 | 4 | 67 | 132 | 76 |
| Binary | 11110101 | 11100101 | 1000101 | 0 | 111 | 1001000 | 100 | 110111 | 1011010 | 111110 |
Color Harmonies of #F5E545
Complementary color
Monochromatic Colors of #F5E545
Black with #F5E545
Text Example
Text Example
White with #F5E545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E545; }
p { color: rgb(245,229,69); }
H1.HeaderClassName
{
color: #F5E545;
}
.AnyTagClassName
{
color: #F5E545;
}
</style>
background-color css
<style>
a { background-color: #F5E545; }
a { background-color: rgb(245,229,69); }
div.DivClassName
{
background-color: #F5E545;
}
.BgClassName
{
background-color: #F5E545;
}
</style>
border-color css
<style>
span { border-color: #F5E545; }
span { border-color: rgb(245,229,69); }
td.TdClassName
{
border-color: #F5E545;
}
.TagClassName
{
border-color: #F5E545;
}
</style>