Shades of Paris Daisy #F5E245
Tints of Paris Daisy #F5E245
RGB
CMYK
RGB Variations
Color information
#F5E245 (or 0xF5E245) is known color: Paris Daisy. HEX triplet: F5, E2 and 45. RGB value is (245,226,69). Sum of RGB (Red+Green+Blue) = 245+226+69=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E245 is #0A1DBA. Grayscale: #D6D6D6. Windows color (decimal): -662971 or 4580085. OLE color: 4580085.
HSL color Cylindrical-coordinate representation of color #F5E245: hue angle of 53.52º 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 #F5E245 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 69 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.04 |
| HSL | 53.52º | 0.9% | 0.62% | - |
| HSV(B) | 53.52º | 0.72% | 0.96% | - |
| XYZ | 65.93 | 74.23 | 16.48 | - |
| YUV | 213.78 | 46.29 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 69 | 0 | 0.08 | 0.72 | 0.04 | 53.52 | 0.9 | 0.62 |
| Hex | F5 | E2 | 45 | 0 | 8 | 48 | 4 | 36 | 5A | 3E |
| Octal | 365 | 342 | 105 | 0 | 10 | 110 | 4 | 66 | 132 | 76 |
| Binary | 11110101 | 11100010 | 1000101 | 0 | 1000 | 1001000 | 100 | 110110 | 1011010 | 111110 |
Color Harmonies of #F5E245
Complementary color
Monochromatic Colors of #F5E245
Black with #F5E245
Text Example
Text Example
White with #F5E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E245; }
p { color: rgb(245,226,69); }
H1.HeaderClassName
{
color: #F5E245;
}
.AnyTagClassName
{
color: #F5E245;
}
</style>
background-color css
<style>
a { background-color: #F5E245; }
a { background-color: rgb(245,226,69); }
div.DivClassName
{
background-color: #F5E245;
}
.BgClassName
{
background-color: #F5E245;
}
</style>
border-color css
<style>
span { border-color: #F5E245; }
span { border-color: rgb(245,226,69); }
td.TdClassName
{
border-color: #F5E245;
}
.TagClassName
{
border-color: #F5E245;
}
</style>