Shades of Paris Daisy #F2FA52
Tints of Paris Daisy #F2FA52
RGB
CMYK
RGB Variations
Color information
#F2FA52 (or 0xF2FA52) is known color: Paris Daisy. HEX triplet: F2, FA and 52. RGB value is (242,250,82). Sum of RGB (Red+Green+Blue) = 242+250+82=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 82 (32.42% from 255 or 14.29% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA52 is #0D05AD. Grayscale: #E5E5E5. Windows color (decimal): -853422 or 5438194. OLE color: 5438194.
HSL color Cylindrical-coordinate representation of color #F2FA52: hue angle of 62.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2FA52 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 82 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.02 |
| HSL | 62.86º | 0.94% | 0.65% | - |
| HSV(B) | 62.86º | 0.67% | 0.98% | - |
| XYZ | 72.33 | 87.86 | 21.13 | - |
| YUV | 228.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 82 | 0.03 | 0 | 0.67 | 0.02 | 62.86 | 0.94 | 0.65 |
| Hex | F2 | FA | 52 | 3 | 0 | 43 | 2 | 3F | 5E | 41 |
| Octal | 362 | 372 | 122 | 3 | 0 | 103 | 2 | 77 | 136 | 101 |
| Binary | 11110010 | 11111010 | 1010010 | 11 | 0 | 1000011 | 10 | 111111 | 1011110 | 1000001 |
Color Harmonies of #F2FA52
Complementary color
Monochromatic Colors of #F2FA52
Black with #F2FA52
Text Example
Text Example
White with #F2FA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA52; }
p { color: rgb(242,250,82); }
H1.HeaderClassName
{
color: #F2FA52;
}
.AnyTagClassName
{
color: #F2FA52;
}
</style>
background-color css
<style>
a { background-color: #F2FA52; }
a { background-color: rgb(242,250,82); }
div.DivClassName
{
background-color: #F2FA52;
}
.BgClassName
{
background-color: #F2FA52;
}
</style>
border-color css
<style>
span { border-color: #F2FA52; }
span { border-color: rgb(242,250,82); }
td.TdClassName
{
border-color: #F2FA52;
}
.TagClassName
{
border-color: #F2FA52;
}
</style>