Shades of Paris Daisy #F0FE3B
Tints of Paris Daisy #F0FE3B
RGB
CMYK
RGB Variations
Color information
#F0FE3B (or 0xF0FE3B) is known color: Paris Daisy. HEX triplet: F0, FE and 3B. RGB value is (240,254,59). Sum of RGB (Red+Green+Blue) = 240+254+59=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 59 (23.44% from 255 or 10.67% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE3B is #0F01C4. Grayscale: #E4E4E4. Windows color (decimal): -983493 or 3931888. OLE color: 3931888.
HSL color Cylindrical-coordinate representation of color #F0FE3B: hue angle of 64.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0FE3B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 59 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.00 |
| HSL | 64.31º | 0.99% | 0.61% | - |
| HSV(B) | 64.31º | 0.77% | 1% | - |
| XYZ | 72.17 | 89.72 | 17.65 | - |
| YUV | 227.58 | 32.86 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 59 | 0.06 | 0 | 0.77 | 0.00 | 64.31 | 0.99 | 0.61 |
| Hex | F0 | FE | 3B | 6 | 0 | 4D | 0 | 40 | 63 | 3D |
| Octal | 360 | 376 | 73 | 6 | 0 | 115 | 0 | 100 | 143 | 75 |
| Binary | 11110000 | 11111110 | 111011 | 110 | 0 | 1001101 | 0 | 1000000 | 1100011 | 111101 |
Color Harmonies of #F0FE3B
Complementary color
Monochromatic Colors of #F0FE3B
Black with #F0FE3B
Text Example
Text Example
White with #F0FE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE3B; }
p { color: rgb(240,254,59); }
H1.HeaderClassName
{
color: #F0FE3B;
}
.AnyTagClassName
{
color: #F0FE3B;
}
</style>
background-color css
<style>
a { background-color: #F0FE3B; }
a { background-color: rgb(240,254,59); }
div.DivClassName
{
background-color: #F0FE3B;
}
.BgClassName
{
background-color: #F0FE3B;
}
</style>
border-color css
<style>
span { border-color: #F0FE3B; }
span { border-color: rgb(240,254,59); }
td.TdClassName
{
border-color: #F0FE3B;
}
.TagClassName
{
border-color: #F0FE3B;
}
</style>