Shades of Paris Daisy #F0F14D
Tints of Paris Daisy #F0F14D
RGB
CMYK
RGB Variations
Color information
#F0F14D (or 0xF0F14D) is known color: Paris Daisy. HEX triplet: F0, F1 and 4D. RGB value is (240,241,77). Sum of RGB (Red+Green+Blue) = 240+241+77=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F14D is #0F0EB2. Grayscale: #DEDEDE. Windows color (decimal): -986803 or 5108208. OLE color: 5108208.
HSL color Cylindrical-coordinate representation of color #F0F14D: hue angle of 60.37º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0F14D is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 77 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.05 |
| HSL | 60.37º | 0.85% | 0.62% | - |
| HSV(B) | 60.37º | 0.68% | 0.95% | - |
| XYZ | 68.73 | 81.97 | 19.22 | - |
| YUV | 222.01 | 46.17 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 77 | 0.00 | 0 | 0.68 | 0.05 | 60.37 | 0.85 | 0.62 |
| Hex | F0 | F1 | 4D | 0 | 0 | 44 | 5 | 3C | 55 | 3E |
| Octal | 360 | 361 | 115 | 0 | 0 | 104 | 5 | 74 | 125 | 76 |
| Binary | 11110000 | 11110001 | 1001101 | 0 | 0 | 1000100 | 101 | 111100 | 1010101 | 111110 |
Color Harmonies of #F0F14D
Complementary color
Monochromatic Colors of #F0F14D
Black with #F0F14D
Text Example
Text Example
White with #F0F14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F14D; }
p { color: rgb(240,241,77); }
H1.HeaderClassName
{
color: #F0F14D;
}
.AnyTagClassName
{
color: #F0F14D;
}
</style>
background-color css
<style>
a { background-color: #F0F14D; }
a { background-color: rgb(240,241,77); }
div.DivClassName
{
background-color: #F0F14D;
}
.BgClassName
{
background-color: #F0F14D;
}
</style>
border-color css
<style>
span { border-color: #F0F14D; }
span { border-color: rgb(240,241,77); }
td.TdClassName
{
border-color: #F0F14D;
}
.TagClassName
{
border-color: #F0F14D;
}
</style>