Shades of Paris Daisy #F0FC4D
Tints of Paris Daisy #F0FC4D
RGB
CMYK
RGB Variations
Color information
#F0FC4D (or 0xF0FC4D) is known color: Paris Daisy. HEX triplet: F0, FC and 4D. RGB value is (240,252,77). Sum of RGB (Red+Green+Blue) = 240+252+77=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 77 (30.47% from 255 or 13.53% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC4D is #0F03B2. Grayscale: #E5E5E5. Windows color (decimal): -983987 or 5111024. OLE color: 5111024.
HSL color Cylindrical-coordinate representation of color #F0FC4D: hue angle of 64.11º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0FC4D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 77 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.01 |
| HSL | 64.11º | 0.97% | 0.65% | - |
| HSV(B) | 64.11º | 0.69% | 0.99% | - |
| XYZ | 72.09 | 88.68 | 20.34 | - |
| YUV | 228.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 77 | 0.05 | 0 | 0.69 | 0.01 | 64.11 | 0.97 | 0.65 |
| Hex | F0 | FC | 4D | 5 | 0 | 45 | 1 | 40 | 61 | 41 |
| Octal | 360 | 374 | 115 | 5 | 0 | 105 | 1 | 100 | 141 | 101 |
| Binary | 11110000 | 11111100 | 1001101 | 101 | 0 | 1000101 | 1 | 1000000 | 1100001 | 1000001 |
Color Harmonies of #F0FC4D
Complementary color
Monochromatic Colors of #F0FC4D
Black with #F0FC4D
Text Example
Text Example
White with #F0FC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC4D; }
p { color: rgb(240,252,77); }
H1.HeaderClassName
{
color: #F0FC4D;
}
.AnyTagClassName
{
color: #F0FC4D;
}
</style>
background-color css
<style>
a { background-color: #F0FC4D; }
a { background-color: rgb(240,252,77); }
div.DivClassName
{
background-color: #F0FC4D;
}
.BgClassName
{
background-color: #F0FC4D;
}
</style>
border-color css
<style>
span { border-color: #F0FC4D; }
span { border-color: rgb(240,252,77); }
td.TdClassName
{
border-color: #F0FC4D;
}
.TagClassName
{
border-color: #F0FC4D;
}
</style>