Shades of Paris Daisy #F5E645
Tints of Paris Daisy #F5E645
RGB
CMYK
RGB Variations
Color information
#F5E645 (or 0xF5E645) is known color: Paris Daisy. HEX triplet: F5, E6 and 45. RGB value is (245,230,69). Sum of RGB (Red+Green+Blue) = 245+230+69=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E645 is #0A19BA. Grayscale: #D8D8D8. Windows color (decimal): -661947 or 4581109. OLE color: 4581109.
HSL color Cylindrical-coordinate representation of color #F5E645: hue angle of 54.89º 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 #F5E645 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 69 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.04 |
| HSL | 54.89º | 0.9% | 0.62% | - |
| HSV(B) | 54.89º | 0.72% | 0.96% | - |
| XYZ | 67.03 | 76.44 | 16.85 | - |
| YUV | 216.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 69 | 0 | 0.06 | 0.72 | 0.04 | 54.89 | 0.9 | 0.62 |
| Hex | F5 | E6 | 45 | 0 | 6 | 48 | 4 | 37 | 5A | 3E |
| Octal | 365 | 346 | 105 | 0 | 6 | 110 | 4 | 67 | 132 | 76 |
| Binary | 11110101 | 11100110 | 1000101 | 0 | 110 | 1001000 | 100 | 110111 | 1011010 | 111110 |
Color Harmonies of #F5E645
Complementary color
Monochromatic Colors of #F5E645
Black with #F5E645
Text Example
Text Example
White with #F5E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E645; }
p { color: rgb(245,230,69); }
H1.HeaderClassName
{
color: #F5E645;
}
.AnyTagClassName
{
color: #F5E645;
}
</style>
background-color css
<style>
a { background-color: #F5E645; }
a { background-color: rgb(245,230,69); }
div.DivClassName
{
background-color: #F5E645;
}
.BgClassName
{
background-color: #F5E645;
}
</style>
border-color css
<style>
span { border-color: #F5E645; }
span { border-color: rgb(245,230,69); }
td.TdClassName
{
border-color: #F5E645;
}
.TagClassName
{
border-color: #F5E645;
}
</style>