Shades of Paris Daisy #F5FD4E
Tints of Paris Daisy #F5FD4E
RGB
CMYK
RGB Variations
Color information
#F5FD4E (or 0xF5FD4E) is known color: Paris Daisy. HEX triplet: F5, FD and 4E. RGB value is (245,253,78). Sum of RGB (Red+Green+Blue) = 245+253+78=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 78 (30.86% from 255 or 13.54% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD4E is #0A02B1. Grayscale: #E7E7E7. Windows color (decimal): -656050 or 5176821. OLE color: 5176821.
HSL color Cylindrical-coordinate representation of color #F5FD4E: hue angle of 62.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5FD4E is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 78 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.01 |
| HSL | 62.74º | 0.98% | 0.65% | - |
| HSV(B) | 62.74º | 0.69% | 0.99% | - |
| XYZ | 74.16 | 90.21 | 20.71 | - |
| YUV | 230.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 78 | 0.03 | 0 | 0.69 | 0.01 | 62.74 | 0.98 | 0.65 |
| Hex | F5 | FD | 4E | 3 | 0 | 45 | 1 | 3F | 62 | 41 |
| Octal | 365 | 375 | 116 | 3 | 0 | 105 | 1 | 77 | 142 | 101 |
| Binary | 11110101 | 11111101 | 1001110 | 11 | 0 | 1000101 | 1 | 111111 | 1100010 | 1000001 |
Color Harmonies of #F5FD4E
Complementary color
Monochromatic Colors of #F5FD4E
Black with #F5FD4E
Text Example
Text Example
White with #F5FD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD4E; }
p { color: rgb(245,253,78); }
H1.HeaderClassName
{
color: #F5FD4E;
}
.AnyTagClassName
{
color: #F5FD4E;
}
</style>
background-color css
<style>
a { background-color: #F5FD4E; }
a { background-color: rgb(245,253,78); }
div.DivClassName
{
background-color: #F5FD4E;
}
.BgClassName
{
background-color: #F5FD4E;
}
</style>
border-color css
<style>
span { border-color: #F5FD4E; }
span { border-color: rgb(245,253,78); }
td.TdClassName
{
border-color: #F5FD4E;
}
.TagClassName
{
border-color: #F5FD4E;
}
</style>