Shades of Paris Daisy #F0F951
Tints of Paris Daisy #F0F951
RGB
CMYK
RGB Variations
Color information
#F0F951 (or 0xF0F951) is known color: Paris Daisy. HEX triplet: F0, F9 and 51. RGB value is (240,249,81). Sum of RGB (Red+Green+Blue) = 240+249+81=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 81 (32.03% from 255 or 14.21% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F951 is #0F06AE. Grayscale: #E3E3E3. Windows color (decimal): -984751 or 5372400. OLE color: 5372400.
HSL color Cylindrical-coordinate representation of color #F0F951: hue angle of 63.21º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0F951 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 81 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.02 |
| HSL | 63.21º | 0.93% | 0.65% | - |
| HSV(B) | 63.21º | 0.67% | 0.98% | - |
| XYZ | 71.3 | 86.87 | 20.79 | - |
| YUV | 227.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 81 | 0.04 | 0 | 0.67 | 0.02 | 63.21 | 0.93 | 0.65 |
| Hex | F0 | F9 | 51 | 4 | 0 | 43 | 2 | 3F | 5D | 41 |
| Octal | 360 | 371 | 121 | 4 | 0 | 103 | 2 | 77 | 135 | 101 |
| Binary | 11110000 | 11111001 | 1010001 | 100 | 0 | 1000011 | 10 | 111111 | 1011101 | 1000001 |
Color Harmonies of #F0F951
Complementary color
Monochromatic Colors of #F0F951
Black with #F0F951
Text Example
Text Example
White with #F0F951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F951; }
p { color: rgb(240,249,81); }
H1.HeaderClassName
{
color: #F0F951;
}
.AnyTagClassName
{
color: #F0F951;
}
</style>
background-color css
<style>
a { background-color: #F0F951; }
a { background-color: rgb(240,249,81); }
div.DivClassName
{
background-color: #F0F951;
}
.BgClassName
{
background-color: #F0F951;
}
</style>
border-color css
<style>
span { border-color: #F0F951; }
span { border-color: rgb(240,249,81); }
td.TdClassName
{
border-color: #F0F951;
}
.TagClassName
{
border-color: #F0F951;
}
</style>