Shades of Paris Daisy #F5E44E
Tints of Paris Daisy #F5E44E
RGB
CMYK
RGB Variations
Color information
#F5E44E (or 0xF5E44E) is known color: Paris Daisy. HEX triplet: F5, E4 and 4E. RGB value is (245,228,78). Sum of RGB (Red+Green+Blue) = 245+228+78=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 78 (30.86% from 255 or 14.16% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E44E is #0A1BB1. Grayscale: #D8D8D8. Windows color (decimal): -662450 or 5170421. OLE color: 5170421.
HSL color Cylindrical-coordinate representation of color #F5E44E: hue angle of 53.89º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5E44E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 78 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.04 |
| HSL | 53.89º | 0.89% | 0.63% | - |
| HSV(B) | 53.89º | 0.68% | 0.96% | - |
| XYZ | 66.77 | 75.45 | 18.25 | - |
| YUV | 215.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 78 | 0 | 0.07 | 0.68 | 0.04 | 53.89 | 0.89 | 0.63 |
| Hex | F5 | E4 | 4E | 0 | 7 | 44 | 4 | 36 | 59 | 3F |
| Octal | 365 | 344 | 116 | 0 | 7 | 104 | 4 | 66 | 131 | 77 |
| Binary | 11110101 | 11100100 | 1001110 | 0 | 111 | 1000100 | 100 | 110110 | 1011001 | 111111 |
Color Harmonies of #F5E44E
Complementary color
Monochromatic Colors of #F5E44E
Black with #F5E44E
Text Example
Text Example
White with #F5E44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E44E; }
p { color: rgb(245,228,78); }
H1.HeaderClassName
{
color: #F5E44E;
}
.AnyTagClassName
{
color: #F5E44E;
}
</style>
background-color css
<style>
a { background-color: #F5E44E; }
a { background-color: rgb(245,228,78); }
div.DivClassName
{
background-color: #F5E44E;
}
.BgClassName
{
background-color: #F5E44E;
}
</style>
border-color css
<style>
span { border-color: #F5E44E; }
span { border-color: rgb(245,228,78); }
td.TdClassName
{
border-color: #F5E44E;
}
.TagClassName
{
border-color: #F5E44E;
}
</style>