Shades of Paris Daisy #F0FD3E
Tints of Paris Daisy #F0FD3E
RGB
CMYK
RGB Variations
Color information
#F0FD3E (or 0xF0FD3E) is known color: Paris Daisy. HEX triplet: F0, FD and 3E. RGB value is (240,253,62). Sum of RGB (Red+Green+Blue) = 240+253+62=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 62 (24.61% from 255 or 11.17% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD3E is #0F02C1. Grayscale: #E4E4E4. Windows color (decimal): -983746 or 4128240. OLE color: 4128240.
HSL color Cylindrical-coordinate representation of color #F0FD3E: hue angle of 64.08º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0FD3E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 253 | 62 | - |
CMYK | 0.05 | 0 | 0.75 | 0.01 |
HSL | 64.08º | 0.98% | 0.62% | - |
HSV(B) | 64.08º | 0.75% | 0.99% | - |
XYZ | 71.93 | 89.12 | 17.97 | - |
YUV | 227.34 | 34.69 | 137.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 253 | 62 | 0.05 | 0 | 0.75 | 0.01 | 64.08 | 0.98 | 0.62 |
Hex | F0 | FD | 3E | 5 | 0 | 4B | 1 | 40 | 62 | 3E |
Octal | 360 | 375 | 76 | 5 | 0 | 113 | 1 | 100 | 142 | 76 |
Binary | 11110000 | 11111101 | 111110 | 101 | 0 | 1001011 | 1 | 1000000 | 1100010 | 111110 |
Color Harmonies of #F0FD3E
Complementary color
Monochromatic Colors of #F0FD3E
Black with #F0FD3E
Text Example
Text Example
White with #F0FD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD3E; }
p { color: rgb(240,253,62); }
H1.HeaderClassName
{
color: #F0FD3E;
}
.AnyTagClassName
{
color: #F0FD3E;
}
</style>
background-color css
<style>
a { background-color: #F0FD3E; }
a { background-color: rgb(240,253,62); }
div.DivClassName
{
background-color: #F0FD3E;
}
.BgClassName
{
background-color: #F0FD3E;
}
</style>
border-color css
<style>
span { border-color: #F0FD3E; }
span { border-color: rgb(240,253,62); }
td.TdClassName
{
border-color: #F0FD3E;
}
.TagClassName
{
border-color: #F0FD3E;
}
</style>