Shades of Paris Daisy #F0FB3F
Tints of Paris Daisy #F0FB3F
RGB
CMYK
RGB Variations
Color information
#F0FB3F (or 0xF0FB3F) is known color: Paris Daisy. HEX triplet: F0, FB and 3F. RGB value is (240,251,63). Sum of RGB (Red+Green+Blue) = 240+251+63=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 63 (25% from 255 or 11.37% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FB3F is #0F04C0. Grayscale: #E3E3E3. Windows color (decimal): -984257 or 4193264. OLE color: 4193264.
HSL color Cylindrical-coordinate representation of color #F0FB3F: hue angle of 63.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0FB3F is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 63 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.02 |
| HSL | 63.51º | 0.96% | 0.62% | - |
| HSV(B) | 63.51º | 0.75% | 0.98% | - |
| XYZ | 71.33 | 87.88 | 17.91 | - |
| YUV | 226.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 63 | 0.04 | 0 | 0.75 | 0.02 | 63.51 | 0.96 | 0.62 |
| Hex | F0 | FB | 3F | 4 | 0 | 4B | 2 | 40 | 60 | 3E |
| Octal | 360 | 373 | 77 | 4 | 0 | 113 | 2 | 100 | 140 | 76 |
| Binary | 11110000 | 11111011 | 111111 | 100 | 0 | 1001011 | 10 | 1000000 | 1100000 | 111110 |
Color Harmonies of #F0FB3F
Complementary color
Monochromatic Colors of #F0FB3F
Black with #F0FB3F
Text Example
Text Example
White with #F0FB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB3F; }
p { color: rgb(240,251,63); }
H1.HeaderClassName
{
color: #F0FB3F;
}
.AnyTagClassName
{
color: #F0FB3F;
}
</style>
background-color css
<style>
a { background-color: #F0FB3F; }
a { background-color: rgb(240,251,63); }
div.DivClassName
{
background-color: #F0FB3F;
}
.BgClassName
{
background-color: #F0FB3F;
}
</style>
border-color css
<style>
span { border-color: #F0FB3F; }
span { border-color: rgb(240,251,63); }
td.TdClassName
{
border-color: #F0FB3F;
}
.TagClassName
{
border-color: #F0FB3F;
}
</style>