Shades of Paris Daisy #F5E145
Tints of Paris Daisy #F5E145
RGB
CMYK
RGB Variations
Color information
#F5E145 (or 0xF5E145) is known color: Paris Daisy. HEX triplet: F5, E1 and 45. RGB value is (245,225,69). Sum of RGB (Red+Green+Blue) = 245+225+69=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E145 is #0A1EBA. Grayscale: #D5D5D5. Windows color (decimal): -663227 or 4579829. OLE color: 4579829.
HSL color Cylindrical-coordinate representation of color #F5E145: hue angle of 53.18º 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 #F5E145 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 69 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.04 |
| HSL | 53.18º | 0.9% | 0.62% | - |
| HSV(B) | 53.18º | 0.72% | 0.96% | - |
| XYZ | 65.66 | 73.69 | 16.39 | - |
| YUV | 213.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 69 | 0 | 0.08 | 0.72 | 0.04 | 53.18 | 0.9 | 0.62 |
| Hex | F5 | E1 | 45 | 0 | 8 | 48 | 4 | 35 | 5A | 3E |
| Octal | 365 | 341 | 105 | 0 | 10 | 110 | 4 | 65 | 132 | 76 |
| Binary | 11110101 | 11100001 | 1000101 | 0 | 1000 | 1001000 | 100 | 110101 | 1011010 | 111110 |
Color Harmonies of #F5E145
Complementary color
Monochromatic Colors of #F5E145
Black with #F5E145
Text Example
Text Example
White with #F5E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E145; }
p { color: rgb(245,225,69); }
H1.HeaderClassName
{
color: #F5E145;
}
.AnyTagClassName
{
color: #F5E145;
}
</style>
background-color css
<style>
a { background-color: #F5E145; }
a { background-color: rgb(245,225,69); }
div.DivClassName
{
background-color: #F5E145;
}
.BgClassName
{
background-color: #F5E145;
}
</style>
border-color css
<style>
span { border-color: #F5E145; }
span { border-color: rgb(245,225,69); }
td.TdClassName
{
border-color: #F5E145;
}
.TagClassName
{
border-color: #F5E145;
}
</style>