Shades of Paris Daisy #F0F74F
Tints of Paris Daisy #F0F74F
RGB
CMYK
RGB Variations
Color information
#F0F74F (or 0xF0F74F) is known color: Paris Daisy. HEX triplet: F0, F7 and 4F. RGB value is (240,247,79). Sum of RGB (Red+Green+Blue) = 240+247+79=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 79 (31.25% from 255 or 13.96% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F74F is #0F08B0. Grayscale: #E2E2E2. Windows color (decimal): -985265 or 5240816. OLE color: 5240816.
HSL color Cylindrical-coordinate representation of color #F0F74F: hue angle of 62.5º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0F74F is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 79 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.03 |
| HSL | 62.5º | 0.91% | 0.64% | - |
| HSV(B) | 62.5º | 0.68% | 0.97% | - |
| XYZ | 70.61 | 85.61 | 20.2 | - |
| YUV | 225.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 79 | 0.03 | 0 | 0.68 | 0.03 | 62.5 | 0.91 | 0.64 |
| Hex | F0 | F7 | 4F | 3 | 0 | 44 | 3 | 3F | 5B | 40 |
| Octal | 360 | 367 | 117 | 3 | 0 | 104 | 3 | 77 | 133 | 100 |
| Binary | 11110000 | 11110111 | 1001111 | 11 | 0 | 1000100 | 11 | 111111 | 1011011 | 1000000 |
Color Harmonies of #F0F74F
Complementary color
Monochromatic Colors of #F0F74F
Black with #F0F74F
Text Example
Text Example
White with #F0F74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F74F; }
p { color: rgb(240,247,79); }
H1.HeaderClassName
{
color: #F0F74F;
}
.AnyTagClassName
{
color: #F0F74F;
}
</style>
background-color css
<style>
a { background-color: #F0F74F; }
a { background-color: rgb(240,247,79); }
div.DivClassName
{
background-color: #F0F74F;
}
.BgClassName
{
background-color: #F0F74F;
}
</style>
border-color css
<style>
span { border-color: #F0F74F; }
span { border-color: rgb(240,247,79); }
td.TdClassName
{
border-color: #F0F74F;
}
.TagClassName
{
border-color: #F0F74F;
}
</style>