Shades of Paris Daisy #F0F544
Tints of Paris Daisy #F0F544
RGB
CMYK
RGB Variations
Color information
#F0F544 (or 0xF0F544) is known color: Paris Daisy. HEX triplet: F0, F5 and 44. RGB value is (240,245,68). Sum of RGB (Red+Green+Blue) = 240+245+68=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 68 (26.95% from 255 or 12.30% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F544 is #0F0ABB. Grayscale: #E0E0E0. Windows color (decimal): -985788 or 4519408. OLE color: 4519408.
HSL color Cylindrical-coordinate representation of color #F0F544: hue angle of 61.69º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0F544 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 68 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.04 |
| HSL | 61.69º | 0.9% | 0.61% | - |
| HSV(B) | 61.69º | 0.72% | 0.96% | - |
| XYZ | 69.63 | 84.25 | 18.06 | - |
| YUV | 223.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 68 | 0.02 | 0 | 0.72 | 0.04 | 61.69 | 0.9 | 0.61 |
| Hex | F0 | F5 | 44 | 2 | 0 | 48 | 4 | 3E | 5A | 3D |
| Octal | 360 | 365 | 104 | 2 | 0 | 110 | 4 | 76 | 132 | 75 |
| Binary | 11110000 | 11110101 | 1000100 | 10 | 0 | 1001000 | 100 | 111110 | 1011010 | 111101 |
Color Harmonies of #F0F544
Complementary color
Monochromatic Colors of #F0F544
Black with #F0F544
Text Example
Text Example
White with #F0F544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F544; }
p { color: rgb(240,245,68); }
H1.HeaderClassName
{
color: #F0F544;
}
.AnyTagClassName
{
color: #F0F544;
}
</style>
background-color css
<style>
a { background-color: #F0F544; }
a { background-color: rgb(240,245,68); }
div.DivClassName
{
background-color: #F0F544;
}
.BgClassName
{
background-color: #F0F544;
}
</style>
border-color css
<style>
span { border-color: #F0F544; }
span { border-color: rgb(240,245,68); }
td.TdClassName
{
border-color: #F0F544;
}
.TagClassName
{
border-color: #F0F544;
}
</style>