Shades of Paris Daisy #F5E34E
Tints of Paris Daisy #F5E34E
RGB
CMYK
RGB Variations
Color information
#F5E34E (or 0xF5E34E) is known color: Paris Daisy. HEX triplet: F5, E3 and 4E. RGB value is (245,227,78). Sum of RGB (Red+Green+Blue) = 245+227+78=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 78 (30.86% from 255 or 14.18% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E34E is #0A1CB1. Grayscale: #D8D8D8. Windows color (decimal): -662706 or 5170165. OLE color: 5170165.
HSL color Cylindrical-coordinate representation of color #F5E34E: hue angle of 53.53º 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 #F5E34E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 78 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.04 |
| HSL | 53.53º | 0.89% | 0.63% | - |
| HSV(B) | 53.53º | 0.68% | 0.96% | - |
| XYZ | 66.5 | 74.9 | 18.16 | - |
| YUV | 215.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 78 | 0 | 0.07 | 0.68 | 0.04 | 53.53 | 0.89 | 0.63 |
| Hex | F5 | E3 | 4E | 0 | 7 | 44 | 4 | 36 | 59 | 3F |
| Octal | 365 | 343 | 116 | 0 | 7 | 104 | 4 | 66 | 131 | 77 |
| Binary | 11110101 | 11100011 | 1001110 | 0 | 111 | 1000100 | 100 | 110110 | 1011001 | 111111 |
Color Harmonies of #F5E34E
Complementary color
Monochromatic Colors of #F5E34E
Black with #F5E34E
Text Example
Text Example
White with #F5E34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E34E; }
p { color: rgb(245,227,78); }
H1.HeaderClassName
{
color: #F5E34E;
}
.AnyTagClassName
{
color: #F5E34E;
}
</style>
background-color css
<style>
a { background-color: #F5E34E; }
a { background-color: rgb(245,227,78); }
div.DivClassName
{
background-color: #F5E34E;
}
.BgClassName
{
background-color: #F5E34E;
}
</style>
border-color css
<style>
span { border-color: #F5E34E; }
span { border-color: rgb(245,227,78); }
td.TdClassName
{
border-color: #F5E34E;
}
.TagClassName
{
border-color: #F5E34E;
}
</style>