Shades of Paris Daisy #F5E247
Tints of Paris Daisy #F5E247
RGB
CMYK
RGB Variations
Color information
#F5E247 (or 0xF5E247) is known color: Paris Daisy. HEX triplet: F5, E2 and 47. RGB value is (245,226,71). Sum of RGB (Red+Green+Blue) = 245+226+71=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 71 (28.12% from 255 or 13.10% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E247 is #0A1DB8. Grayscale: #D6D6D6. Windows color (decimal): -662969 or 4711157. OLE color: 4711157.
HSL color Cylindrical-coordinate representation of color #F5E247: hue angle of 53.45º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5E247 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 71 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.04 |
| HSL | 53.45º | 0.9% | 0.62% | - |
| HSV(B) | 53.45º | 0.71% | 0.96% | - |
| XYZ | 65.99 | 74.26 | 16.82 | - |
| YUV | 214.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 71 | 0 | 0.08 | 0.71 | 0.04 | 53.45 | 0.9 | 0.62 |
| Hex | F5 | E2 | 47 | 0 | 8 | 47 | 4 | 35 | 5A | 3E |
| Octal | 365 | 342 | 107 | 0 | 10 | 107 | 4 | 65 | 132 | 76 |
| Binary | 11110101 | 11100010 | 1000111 | 0 | 1000 | 1000111 | 100 | 110101 | 1011010 | 111110 |
Color Harmonies of #F5E247
Complementary color
Monochromatic Colors of #F5E247
Black with #F5E247
Text Example
Text Example
White with #F5E247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E247; }
p { color: rgb(245,226,71); }
H1.HeaderClassName
{
color: #F5E247;
}
.AnyTagClassName
{
color: #F5E247;
}
</style>
background-color css
<style>
a { background-color: #F5E247; }
a { background-color: rgb(245,226,71); }
div.DivClassName
{
background-color: #F5E247;
}
.BgClassName
{
background-color: #F5E247;
}
</style>
border-color css
<style>
span { border-color: #F5E247; }
span { border-color: rgb(245,226,71); }
td.TdClassName
{
border-color: #F5E247;
}
.TagClassName
{
border-color: #F5E247;
}
</style>