Shades of Paris Daisy #F5FB40
Tints of Paris Daisy #F5FB40
RGB
CMYK
RGB Variations
Color information
#F5FB40 (or 0xF5FB40) is known color: Paris Daisy. HEX triplet: F5, FB and 40. RGB value is (245,251,64). Sum of RGB (Red+Green+Blue) = 245+251+64=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 64 (25.39% from 255 or 11.43% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FB40 is #0A04BF. Grayscale: #E4E4E4. Windows color (decimal): -656576 or 4258805. OLE color: 4258805.
HSL color Cylindrical-coordinate representation of color #F5FB40: hue angle of 61.93º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5FB40 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 64 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.02 |
| HSL | 61.93º | 0.96% | 0.62% | - |
| HSV(B) | 61.93º | 0.75% | 0.98% | - |
| XYZ | 73.08 | 88.78 | 18.13 | - |
| YUV | 227.89 | 35.51 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 64 | 0.02 | 0 | 0.75 | 0.02 | 61.93 | 0.96 | 0.62 |
| Hex | F5 | FB | 40 | 2 | 0 | 4B | 2 | 3E | 60 | 3E |
| Octal | 365 | 373 | 100 | 2 | 0 | 113 | 2 | 76 | 140 | 76 |
| Binary | 11110101 | 11111011 | 1000000 | 10 | 0 | 1001011 | 10 | 111110 | 1100000 | 111110 |
Color Harmonies of #F5FB40
Complementary color
Monochromatic Colors of #F5FB40
Black with #F5FB40
Text Example
Text Example
White with #F5FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FB40; }
p { color: rgb(245,251,64); }
H1.HeaderClassName
{
color: #F5FB40;
}
.AnyTagClassName
{
color: #F5FB40;
}
</style>
background-color css
<style>
a { background-color: #F5FB40; }
a { background-color: rgb(245,251,64); }
div.DivClassName
{
background-color: #F5FB40;
}
.BgClassName
{
background-color: #F5FB40;
}
</style>
border-color css
<style>
span { border-color: #F5FB40; }
span { border-color: rgb(245,251,64); }
td.TdClassName
{
border-color: #F5FB40;
}
.TagClassName
{
border-color: #F5FB40;
}
</style>