Shades of Paris Daisy #F0FB4B
Tints of Paris Daisy #F0FB4B
RGB
CMYK
RGB Variations
Color information
#F0FB4B (or 0xF0FB4B) is known color: Paris Daisy. HEX triplet: F0, FB and 4B. RGB value is (240,251,75). Sum of RGB (Red+Green+Blue) = 240+251+75=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 75 (29.69% from 255 or 13.25% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FB4B is #0F04B4. Grayscale: #E4E4E4. Windows color (decimal): -984245 or 4979696. OLE color: 4979696.
HSL color Cylindrical-coordinate representation of color #F0FB4B: hue angle of 63.75º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0FB4B is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 75 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.02 |
| HSL | 63.75º | 0.96% | 0.64% | - |
| HSV(B) | 63.75º | 0.7% | 0.98% | - |
| XYZ | 71.7 | 88.03 | 19.87 | - |
| YUV | 227.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 75 | 0.04 | 0 | 0.70 | 0.02 | 63.75 | 0.96 | 0.64 |
| Hex | F0 | FB | 4B | 4 | 0 | 46 | 2 | 40 | 60 | 40 |
| Octal | 360 | 373 | 113 | 4 | 0 | 106 | 2 | 100 | 140 | 100 |
| Binary | 11110000 | 11111011 | 1001011 | 100 | 0 | 1000110 | 10 | 1000000 | 1100000 | 1000000 |
Color Harmonies of #F0FB4B
Complementary color
Monochromatic Colors of #F0FB4B
Black with #F0FB4B
Text Example
Text Example
White with #F0FB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB4B; }
p { color: rgb(240,251,75); }
H1.HeaderClassName
{
color: #F0FB4B;
}
.AnyTagClassName
{
color: #F0FB4B;
}
</style>
background-color css
<style>
a { background-color: #F0FB4B; }
a { background-color: rgb(240,251,75); }
div.DivClassName
{
background-color: #F0FB4B;
}
.BgClassName
{
background-color: #F0FB4B;
}
</style>
border-color css
<style>
span { border-color: #F0FB4B; }
span { border-color: rgb(240,251,75); }
td.TdClassName
{
border-color: #F0FB4B;
}
.TagClassName
{
border-color: #F0FB4B;
}
</style>