Shades of Paris Daisy #F2EF51
Tints of Paris Daisy #F2EF51
RGB
CMYK
RGB Variations
Color information
#F2EF51 (or 0xF2EF51) is known color: Paris Daisy. HEX triplet: F2, EF and 51. RGB value is (242,239,81). Sum of RGB (Red+Green+Blue) = 242+239+81=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 81 (32.03% from 255 or 14.41% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF51 is #0D10AE. Grayscale: #DEDEDE. Windows color (decimal): -856239 or 5369842. OLE color: 5369842.
HSL color Cylindrical-coordinate representation of color #F2EF51: hue angle of 58.88º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2EF51 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 81 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.05 |
| HSL | 58.88º | 0.86% | 0.63% | - |
| HSV(B) | 58.88º | 0.67% | 0.95% | - |
| XYZ | 68.97 | 81.2 | 19.82 | - |
| YUV | 221.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 81 | 0 | 0.01 | 0.67 | 0.05 | 58.88 | 0.86 | 0.63 |
| Hex | F2 | EF | 51 | 0 | 1 | 43 | 5 | 3B | 56 | 3F |
| Octal | 362 | 357 | 121 | 0 | 1 | 103 | 5 | 73 | 126 | 77 |
| Binary | 11110010 | 11101111 | 1010001 | 0 | 1 | 1000011 | 101 | 111011 | 1010110 | 111111 |
Color Harmonies of #F2EF51
Complementary color
Monochromatic Colors of #F2EF51
Black with #F2EF51
Text Example
Text Example
White with #F2EF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF51; }
p { color: rgb(242,239,81); }
H1.HeaderClassName
{
color: #F2EF51;
}
.AnyTagClassName
{
color: #F2EF51;
}
</style>
background-color css
<style>
a { background-color: #F2EF51; }
a { background-color: rgb(242,239,81); }
div.DivClassName
{
background-color: #F2EF51;
}
.BgClassName
{
background-color: #F2EF51;
}
</style>
border-color css
<style>
span { border-color: #F2EF51; }
span { border-color: rgb(242,239,81); }
td.TdClassName
{
border-color: #F2EF51;
}
.TagClassName
{
border-color: #F2EF51;
}
</style>