Shades of Paris Daisy #F5FE47
Tints of Paris Daisy #F5FE47
RGB
CMYK
RGB Variations
Color information
#F5FE47 (or 0xF5FE47) is known color: Paris Daisy. HEX triplet: F5, FE and 47. RGB value is (245,254,71). Sum of RGB (Red+Green+Blue) = 245+254+71=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 71 (28.12% from 255 or 12.46% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FE47 is #0A01B8. Grayscale: #E7E7E7. Windows color (decimal): -655801 or 4718325. OLE color: 4718325.
HSL color Cylindrical-coordinate representation of color #F5FE47: hue angle of 62.95º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5FE47 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 71 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.00 |
| HSL | 62.95º | 0.99% | 0.64% | - |
| HSV(B) | 62.95º | 0.72% | 1% | - |
| XYZ | 74.24 | 90.75 | 19.57 | - |
| YUV | 230.45 | 38.02 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 71 | 0.04 | 0 | 0.72 | 0.00 | 62.95 | 0.99 | 0.64 |
| Hex | F5 | FE | 47 | 4 | 0 | 48 | 0 | 3F | 63 | 40 |
| Octal | 365 | 376 | 107 | 4 | 0 | 110 | 0 | 77 | 143 | 100 |
| Binary | 11110101 | 11111110 | 1000111 | 100 | 0 | 1001000 | 0 | 111111 | 1100011 | 1000000 |
Color Harmonies of #F5FE47
Complementary color
Monochromatic Colors of #F5FE47
Black with #F5FE47
Text Example
Text Example
White with #F5FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE47; }
p { color: rgb(245,254,71); }
H1.HeaderClassName
{
color: #F5FE47;
}
.AnyTagClassName
{
color: #F5FE47;
}
</style>
background-color css
<style>
a { background-color: #F5FE47; }
a { background-color: rgb(245,254,71); }
div.DivClassName
{
background-color: #F5FE47;
}
.BgClassName
{
background-color: #F5FE47;
}
</style>
border-color css
<style>
span { border-color: #F5FE47; }
span { border-color: rgb(245,254,71); }
td.TdClassName
{
border-color: #F5FE47;
}
.TagClassName
{
border-color: #F5FE47;
}
</style>