Shades of Paris Daisy #F0FC4A
Tints of Paris Daisy #F0FC4A
RGB
CMYK
RGB Variations
Color information
#F0FC4A (or 0xF0FC4A) is known color: Paris Daisy. HEX triplet: F0, FC and 4A. RGB value is (240,252,74). Sum of RGB (Red+Green+Blue) = 240+252+74=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 74 (29.30% from 255 or 13.07% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC4A is #0F03B5. Grayscale: #E4E4E4. Windows color (decimal): -983990 or 4914416. OLE color: 4914416.
HSL color Cylindrical-coordinate representation of color #F0FC4A: hue angle of 64.04º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0FC4A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 74 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.01 |
| HSL | 64.04º | 0.97% | 0.64% | - |
| HSV(B) | 64.04º | 0.71% | 0.99% | - |
| XYZ | 71.98 | 88.64 | 19.79 | - |
| YUV | 228.12 | 41.02 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 74 | 0.05 | 0 | 0.71 | 0.01 | 64.04 | 0.97 | 0.64 |
| Hex | F0 | FC | 4A | 5 | 0 | 47 | 1 | 40 | 61 | 40 |
| Octal | 360 | 374 | 112 | 5 | 0 | 107 | 1 | 100 | 141 | 100 |
| Binary | 11110000 | 11111100 | 1001010 | 101 | 0 | 1000111 | 1 | 1000000 | 1100001 | 1000000 |
Color Harmonies of #F0FC4A
Complementary color
Monochromatic Colors of #F0FC4A
Black with #F0FC4A
Text Example
Text Example
White with #F0FC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC4A; }
p { color: rgb(240,252,74); }
H1.HeaderClassName
{
color: #F0FC4A;
}
.AnyTagClassName
{
color: #F0FC4A;
}
</style>
background-color css
<style>
a { background-color: #F0FC4A; }
a { background-color: rgb(240,252,74); }
div.DivClassName
{
background-color: #F0FC4A;
}
.BgClassName
{
background-color: #F0FC4A;
}
</style>
border-color css
<style>
span { border-color: #F0FC4A; }
span { border-color: rgb(240,252,74); }
td.TdClassName
{
border-color: #F0FC4A;
}
.TagClassName
{
border-color: #F0FC4A;
}
</style>