Shades of Paris Daisy #F2FA40
Tints of Paris Daisy #F2FA40
RGB
CMYK
RGB Variations
Color information
#F2FA40 (or 0xF2FA40) is known color: Paris Daisy. HEX triplet: F2, FA and 40. RGB value is (242,250,64). Sum of RGB (Red+Green+Blue) = 242+250+64=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA40 is #0D05BF. Grayscale: #E3E3E3. Windows color (decimal): -853440 or 4258546. OLE color: 4258546.
HSL color Cylindrical-coordinate representation of color #F2FA40: hue angle of 62.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2FA40 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 64 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.02 |
| HSL | 62.58º | 0.95% | 0.62% | - |
| HSV(B) | 62.58º | 0.74% | 0.98% | - |
| XYZ | 71.73 | 87.62 | 17.98 | - |
| YUV | 226.4 | 36.35 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 64 | 0.03 | 0 | 0.74 | 0.02 | 62.58 | 0.95 | 0.62 |
| Hex | F2 | FA | 40 | 3 | 0 | 4A | 2 | 3F | 5F | 3E |
| Octal | 362 | 372 | 100 | 3 | 0 | 112 | 2 | 77 | 137 | 76 |
| Binary | 11110010 | 11111010 | 1000000 | 11 | 0 | 1001010 | 10 | 111111 | 1011111 | 111110 |
Color Harmonies of #F2FA40
Complementary color
Monochromatic Colors of #F2FA40
Black with #F2FA40
Text Example
Text Example
White with #F2FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA40; }
p { color: rgb(242,250,64); }
H1.HeaderClassName
{
color: #F2FA40;
}
.AnyTagClassName
{
color: #F2FA40;
}
</style>
background-color css
<style>
a { background-color: #F2FA40; }
a { background-color: rgb(242,250,64); }
div.DivClassName
{
background-color: #F2FA40;
}
.BgClassName
{
background-color: #F2FA40;
}
</style>
border-color css
<style>
span { border-color: #F2FA40; }
span { border-color: rgb(242,250,64); }
td.TdClassName
{
border-color: #F2FA40;
}
.TagClassName
{
border-color: #F2FA40;
}
</style>