Shades of Paris Daisy #F2FB40
Tints of Paris Daisy #F2FB40
RGB
CMYK
RGB Variations
Color information
#F2FB40 (or 0xF2FB40) is known color: Paris Daisy. HEX triplet: F2, FB and 40. RGB value is (242,251,64). Sum of RGB (Red+Green+Blue) = 242+251+64=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 64 (25.39% from 255 or 11.49% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB40 is #0D04BF. Grayscale: #E3E3E3. Windows color (decimal): -853184 or 4258802. OLE color: 4258802.
HSL color Cylindrical-coordinate representation of color #F2FB40: hue angle of 62.89º 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 #F2FB40 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 64 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.02 |
| HSL | 62.89º | 0.96% | 0.62% | - |
| HSV(B) | 62.89º | 0.75% | 0.98% | - |
| XYZ | 72.04 | 88.24 | 18.09 | - |
| YUV | 226.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 64 | 0.04 | 0 | 0.75 | 0.02 | 62.89 | 0.96 | 0.62 |
| Hex | F2 | FB | 40 | 4 | 0 | 4B | 2 | 3F | 60 | 3E |
| Octal | 362 | 373 | 100 | 4 | 0 | 113 | 2 | 77 | 140 | 76 |
| Binary | 11110010 | 11111011 | 1000000 | 100 | 0 | 1001011 | 10 | 111111 | 1100000 | 111110 |
Color Harmonies of #F2FB40
Complementary color
Monochromatic Colors of #F2FB40
Black with #F2FB40
Text Example
Text Example
White with #F2FB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB40; }
p { color: rgb(242,251,64); }
H1.HeaderClassName
{
color: #F2FB40;
}
.AnyTagClassName
{
color: #F2FB40;
}
</style>
background-color css
<style>
a { background-color: #F2FB40; }
a { background-color: rgb(242,251,64); }
div.DivClassName
{
background-color: #F2FB40;
}
.BgClassName
{
background-color: #F2FB40;
}
</style>
border-color css
<style>
span { border-color: #F2FB40; }
span { border-color: rgb(242,251,64); }
td.TdClassName
{
border-color: #F2FB40;
}
.TagClassName
{
border-color: #F2FB40;
}
</style>