Shades of Paris Daisy #F0F952
Tints of Paris Daisy #F0F952
RGB
CMYK
RGB Variations
Color information
#F0F952 (or 0xF0F952) is known color: Paris Daisy. HEX triplet: F0, F9 and 52. RGB value is (240,249,82). Sum of RGB (Red+Green+Blue) = 240+249+82=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 82 (32.42% from 255 or 14.36% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F952 is #0F06AD. Grayscale: #E3E3E3. Windows color (decimal): -984750 or 5437936. OLE color: 5437936.
HSL color Cylindrical-coordinate representation of color #F0F952: hue angle of 63.23º 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 #F0F952 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 82 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.02 |
| HSL | 63.23º | 0.93% | 0.65% | - |
| HSV(B) | 63.23º | 0.67% | 0.98% | - |
| XYZ | 71.33 | 86.89 | 20.99 | - |
| YUV | 227.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 82 | 0.04 | 0 | 0.67 | 0.02 | 63.23 | 0.93 | 0.65 |
| Hex | F0 | F9 | 52 | 4 | 0 | 43 | 2 | 3F | 5D | 41 |
| Octal | 360 | 371 | 122 | 4 | 0 | 103 | 2 | 77 | 135 | 101 |
| Binary | 11110000 | 11111001 | 1010010 | 100 | 0 | 1000011 | 10 | 111111 | 1011101 | 1000001 |
Color Harmonies of #F0F952
Complementary color
Monochromatic Colors of #F0F952
Black with #F0F952
Text Example
Text Example
White with #F0F952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F952; }
p { color: rgb(240,249,82); }
H1.HeaderClassName
{
color: #F0F952;
}
.AnyTagClassName
{
color: #F0F952;
}
</style>
background-color css
<style>
a { background-color: #F0F952; }
a { background-color: rgb(240,249,82); }
div.DivClassName
{
background-color: #F0F952;
}
.BgClassName
{
background-color: #F0F952;
}
</style>
border-color css
<style>
span { border-color: #F0F952; }
span { border-color: rgb(240,249,82); }
td.TdClassName
{
border-color: #F0F952;
}
.TagClassName
{
border-color: #F0F952;
}
</style>