Shades of Paris Daisy #F2FA3E
Tints of Paris Daisy #F2FA3E
RGB
CMYK
RGB Variations
Color information
#F2FA3E (or 0xF2FA3E) is known color: Paris Daisy. HEX triplet: F2, FA and 3E. RGB value is (242,250,62). Sum of RGB (Red+Green+Blue) = 242+250+62=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 62 (24.61% from 255 or 11.19% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FA3E is #0D05C1. Grayscale: #E2E2E2. Windows color (decimal): -853442 or 4127474. OLE color: 4127474.
HSL color Cylindrical-coordinate representation of color #F2FA3E: hue angle of 62.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2FA3E is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 62 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.02 |
| HSL | 62.55º | 0.95% | 0.61% | - |
| HSV(B) | 62.55º | 0.75% | 0.98% | - |
| XYZ | 71.67 | 87.6 | 17.69 | - |
| YUV | 226.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 62 | 0.03 | 0 | 0.75 | 0.02 | 62.55 | 0.95 | 0.61 |
| Hex | F2 | FA | 3E | 3 | 0 | 4B | 2 | 3F | 5F | 3D |
| Octal | 362 | 372 | 76 | 3 | 0 | 113 | 2 | 77 | 137 | 75 |
| Binary | 11110010 | 11111010 | 111110 | 11 | 0 | 1001011 | 10 | 111111 | 1011111 | 111101 |
Color Harmonies of #F2FA3E
Complementary color
Monochromatic Colors of #F2FA3E
Black with #F2FA3E
Text Example
Text Example
White with #F2FA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA3E; }
p { color: rgb(242,250,62); }
H1.HeaderClassName
{
color: #F2FA3E;
}
.AnyTagClassName
{
color: #F2FA3E;
}
</style>
background-color css
<style>
a { background-color: #F2FA3E; }
a { background-color: rgb(242,250,62); }
div.DivClassName
{
background-color: #F2FA3E;
}
.BgClassName
{
background-color: #F2FA3E;
}
</style>
border-color css
<style>
span { border-color: #F2FA3E; }
span { border-color: rgb(242,250,62); }
td.TdClassName
{
border-color: #F2FA3E;
}
.TagClassName
{
border-color: #F2FA3E;
}
</style>