Shades of Paris Daisy #F5E74E
Tints of Paris Daisy #F5E74E
RGB
CMYK
RGB Variations
Color information
#F5E74E (or 0xF5E74E) is known color: Paris Daisy. HEX triplet: F5, E7 and 4E. RGB value is (245,231,78). Sum of RGB (Red+Green+Blue) = 245+231+78=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 78 (30.86% from 255 or 14.08% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E74E is #0A18B1. Grayscale: #DADADA. Windows color (decimal): -661682 or 5171189. OLE color: 5171189.
HSL color Cylindrical-coordinate representation of color #F5E74E: hue angle of 54.97º 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 #F5E74E is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 78 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.04 |
| HSL | 54.97º | 0.89% | 0.63% | - |
| HSV(B) | 54.97º | 0.68% | 0.96% | - |
| XYZ | 67.61 | 77.11 | 18.53 | - |
| YUV | 217.74 | 49.14 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 78 | 0 | 0.06 | 0.68 | 0.04 | 54.97 | 0.89 | 0.63 |
| Hex | F5 | E7 | 4E | 0 | 6 | 44 | 4 | 37 | 59 | 3F |
| Octal | 365 | 347 | 116 | 0 | 6 | 104 | 4 | 67 | 131 | 77 |
| Binary | 11110101 | 11100111 | 1001110 | 0 | 110 | 1000100 | 100 | 110111 | 1011001 | 111111 |
Color Harmonies of #F5E74E
Complementary color
Monochromatic Colors of #F5E74E
Black with #F5E74E
Text Example
Text Example
White with #F5E74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E74E; }
p { color: rgb(245,231,78); }
H1.HeaderClassName
{
color: #F5E74E;
}
.AnyTagClassName
{
color: #F5E74E;
}
</style>
background-color css
<style>
a { background-color: #F5E74E; }
a { background-color: rgb(245,231,78); }
div.DivClassName
{
background-color: #F5E74E;
}
.BgClassName
{
background-color: #F5E74E;
}
</style>
border-color css
<style>
span { border-color: #F5E74E; }
span { border-color: rgb(245,231,78); }
td.TdClassName
{
border-color: #F5E74E;
}
.TagClassName
{
border-color: #F5E74E;
}
</style>