Shades of Paris Daisy #F5E345
Tints of Paris Daisy #F5E345
RGB
CMYK
RGB Variations
Color information
#F5E345 (or 0xF5E345) is known color: Paris Daisy. HEX triplet: F5, E3 and 45. RGB value is (245,227,69). Sum of RGB (Red+Green+Blue) = 245+227+69=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E345 is #0A1CBA. Grayscale: #D7D7D7. Windows color (decimal): -662715 or 4580341. OLE color: 4580341.
HSL color Cylindrical-coordinate representation of color #F5E345: hue angle of 53.86º 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 #F5E345 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 69 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.04 |
| HSL | 53.86º | 0.9% | 0.62% | - |
| HSV(B) | 53.86º | 0.72% | 0.96% | - |
| XYZ | 66.2 | 74.78 | 16.58 | - |
| YUV | 214.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 69 | 0 | 0.07 | 0.72 | 0.04 | 53.86 | 0.9 | 0.62 |
| Hex | F5 | E3 | 45 | 0 | 7 | 48 | 4 | 36 | 5A | 3E |
| Octal | 365 | 343 | 105 | 0 | 7 | 110 | 4 | 66 | 132 | 76 |
| Binary | 11110101 | 11100011 | 1000101 | 0 | 111 | 1001000 | 100 | 110110 | 1011010 | 111110 |
Color Harmonies of #F5E345
Complementary color
Monochromatic Colors of #F5E345
Black with #F5E345
Text Example
Text Example
White with #F5E345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E345; }
p { color: rgb(245,227,69); }
H1.HeaderClassName
{
color: #F5E345;
}
.AnyTagClassName
{
color: #F5E345;
}
</style>
background-color css
<style>
a { background-color: #F5E345; }
a { background-color: rgb(245,227,69); }
div.DivClassName
{
background-color: #F5E345;
}
.BgClassName
{
background-color: #F5E345;
}
</style>
border-color css
<style>
span { border-color: #F5E345; }
span { border-color: rgb(245,227,69); }
td.TdClassName
{
border-color: #F5E345;
}
.TagClassName
{
border-color: #F5E345;
}
</style>