Shades of Paris Daisy #F5FC4E
Tints of Paris Daisy #F5FC4E
RGB
CMYK
RGB Variations
Color information
#F5FC4E (or 0xF5FC4E) is known color: Paris Daisy. HEX triplet: F5, FC and 4E. RGB value is (245,252,78). Sum of RGB (Red+Green+Blue) = 245+252+78=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 78 (30.86% from 255 or 13.57% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FC4E is #0A03B1. Grayscale: #E6E6E6. Windows color (decimal): -656306 or 5176565. OLE color: 5176565.
HSL color Cylindrical-coordinate representation of color #F5FC4E: hue angle of 62.41º degrees, saturation: 0.97, 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 #F5FC4E is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 78 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.01 |
| HSL | 62.41º | 0.97% | 0.65% | - |
| HSV(B) | 62.41º | 0.69% | 0.99% | - |
| XYZ | 73.84 | 89.58 | 20.61 | - |
| YUV | 230.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 78 | 0.03 | 0 | 0.69 | 0.01 | 62.41 | 0.97 | 0.65 |
| Hex | F5 | FC | 4E | 3 | 0 | 45 | 1 | 3E | 61 | 41 |
| Octal | 365 | 374 | 116 | 3 | 0 | 105 | 1 | 76 | 141 | 101 |
| Binary | 11110101 | 11111100 | 1001110 | 11 | 0 | 1000101 | 1 | 111110 | 1100001 | 1000001 |
Color Harmonies of #F5FC4E
Complementary color
Monochromatic Colors of #F5FC4E
Black with #F5FC4E
Text Example
Text Example
White with #F5FC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC4E; }
p { color: rgb(245,252,78); }
H1.HeaderClassName
{
color: #F5FC4E;
}
.AnyTagClassName
{
color: #F5FC4E;
}
</style>
background-color css
<style>
a { background-color: #F5FC4E; }
a { background-color: rgb(245,252,78); }
div.DivClassName
{
background-color: #F5FC4E;
}
.BgClassName
{
background-color: #F5FC4E;
}
</style>
border-color css
<style>
span { border-color: #F5FC4E; }
span { border-color: rgb(245,252,78); }
td.TdClassName
{
border-color: #F5FC4E;
}
.TagClassName
{
border-color: #F5FC4E;
}
</style>