Shades of Paris Daisy #F0FA54
Tints of Paris Daisy #F0FA54
RGB
CMYK
RGB Variations
Color information
#F0FA54 (or 0xF0FA54) is known color: Paris Daisy. HEX triplet: F0, FA and 54. RGB value is (240,250,84). Sum of RGB (Red+Green+Blue) = 240+250+84=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 84 (33.20% from 255 or 14.63% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA54 is #0F05AB. Grayscale: #E4E4E4. Windows color (decimal): -984492 or 5569264. OLE color: 5569264.
HSL color Cylindrical-coordinate representation of color #F0FA54: hue angle of 63.61º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0FA54 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 84 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.02 |
| HSL | 63.61º | 0.94% | 0.65% | - |
| HSV(B) | 63.61º | 0.66% | 0.98% | - |
| XYZ | 71.72 | 87.54 | 21.5 | - |
| YUV | 228.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 84 | 0.04 | 0 | 0.66 | 0.02 | 63.61 | 0.94 | 0.65 |
| Hex | F0 | FA | 54 | 4 | 0 | 42 | 2 | 40 | 5E | 41 |
| Octal | 360 | 372 | 124 | 4 | 0 | 102 | 2 | 100 | 136 | 101 |
| Binary | 11110000 | 11111010 | 1010100 | 100 | 0 | 1000010 | 10 | 1000000 | 1011110 | 1000001 |
Color Harmonies of #F0FA54
Complementary color
Monochromatic Colors of #F0FA54
Black with #F0FA54
Text Example
Text Example
White with #F0FA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA54; }
p { color: rgb(240,250,84); }
H1.HeaderClassName
{
color: #F0FA54;
}
.AnyTagClassName
{
color: #F0FA54;
}
</style>
background-color css
<style>
a { background-color: #F0FA54; }
a { background-color: rgb(240,250,84); }
div.DivClassName
{
background-color: #F0FA54;
}
.BgClassName
{
background-color: #F0FA54;
}
</style>
border-color css
<style>
span { border-color: #F0FA54; }
span { border-color: rgb(240,250,84); }
td.TdClassName
{
border-color: #F0FA54;
}
.TagClassName
{
border-color: #F0FA54;
}
</style>