Shades of Paris Daisy #F0F94D
Tints of Paris Daisy #F0F94D
RGB
CMYK
RGB Variations
Color information
#F0F94D (or 0xF0F94D) is known color: Paris Daisy. HEX triplet: F0, F9 and 4D. RGB value is (240,249,77). Sum of RGB (Red+Green+Blue) = 240+249+77=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 77 (30.47% from 255 or 13.60% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F94D is #0F06B2. Grayscale: #E3E3E3. Windows color (decimal): -984755 or 5110256. OLE color: 5110256.
HSL color Cylindrical-coordinate representation of color #F0F94D: hue angle of 63.14º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0F94D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 77 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.02 |
| HSL | 63.14º | 0.93% | 0.64% | - |
| HSV(B) | 63.14º | 0.69% | 0.98% | - |
| XYZ | 71.15 | 86.81 | 20.03 | - |
| YUV | 226.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 77 | 0.04 | 0 | 0.69 | 0.02 | 63.14 | 0.93 | 0.64 |
| Hex | F0 | F9 | 4D | 4 | 0 | 45 | 2 | 3F | 5D | 40 |
| Octal | 360 | 371 | 115 | 4 | 0 | 105 | 2 | 77 | 135 | 100 |
| Binary | 11110000 | 11111001 | 1001101 | 100 | 0 | 1000101 | 10 | 111111 | 1011101 | 1000000 |
Color Harmonies of #F0F94D
Complementary color
Monochromatic Colors of #F0F94D
Black with #F0F94D
Text Example
Text Example
White with #F0F94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F94D; }
p { color: rgb(240,249,77); }
H1.HeaderClassName
{
color: #F0F94D;
}
.AnyTagClassName
{
color: #F0F94D;
}
</style>
background-color css
<style>
a { background-color: #F0F94D; }
a { background-color: rgb(240,249,77); }
div.DivClassName
{
background-color: #F0F94D;
}
.BgClassName
{
background-color: #F0F94D;
}
</style>
border-color css
<style>
span { border-color: #F0F94D; }
span { border-color: rgb(240,249,77); }
td.TdClassName
{
border-color: #F0F94D;
}
.TagClassName
{
border-color: #F0F94D;
}
</style>