Shades of Paris Daisy #F0F74B
Tints of Paris Daisy #F0F74B
RGB
CMYK
RGB Variations
Color information
#F0F74B (or 0xF0F74B) is known color: Paris Daisy. HEX triplet: F0, F7 and 4B. RGB value is (240,247,75). Sum of RGB (Red+Green+Blue) = 240+247+75=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 75 (29.69% from 255 or 13.35% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F74B is #0F08B4. Grayscale: #E1E1E1. Windows color (decimal): -985269 or 4978672. OLE color: 4978672.
HSL color Cylindrical-coordinate representation of color #F0F74B: hue angle of 62.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0F74B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 75 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.03 |
| HSL | 62.44º | 0.91% | 0.63% | - |
| HSV(B) | 62.44º | 0.7% | 0.97% | - |
| XYZ | 70.47 | 85.55 | 19.46 | - |
| YUV | 225.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 75 | 0.03 | 0 | 0.70 | 0.03 | 62.44 | 0.91 | 0.63 |
| Hex | F0 | F7 | 4B | 3 | 0 | 46 | 3 | 3E | 5B | 3F |
| Octal | 360 | 367 | 113 | 3 | 0 | 106 | 3 | 76 | 133 | 77 |
| Binary | 11110000 | 11110111 | 1001011 | 11 | 0 | 1000110 | 11 | 111110 | 1011011 | 111111 |
Color Harmonies of #F0F74B
Complementary color
Monochromatic Colors of #F0F74B
Black with #F0F74B
Text Example
Text Example
White with #F0F74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F74B; }
p { color: rgb(240,247,75); }
H1.HeaderClassName
{
color: #F0F74B;
}
.AnyTagClassName
{
color: #F0F74B;
}
</style>
background-color css
<style>
a { background-color: #F0F74B; }
a { background-color: rgb(240,247,75); }
div.DivClassName
{
background-color: #F0F74B;
}
.BgClassName
{
background-color: #F0F74B;
}
</style>
border-color css
<style>
span { border-color: #F0F74B; }
span { border-color: rgb(240,247,75); }
td.TdClassName
{
border-color: #F0F74B;
}
.TagClassName
{
border-color: #F0F74B;
}
</style>