Shades of Paris Daisy #F2EF55
Tints of Paris Daisy #F2EF55
RGB
CMYK
RGB Variations
Color information
#F2EF55 (or 0xF2EF55) is known color: Paris Daisy. HEX triplet: F2, EF and 55. RGB value is (242,239,85). Sum of RGB (Red+Green+Blue) = 242+239+85=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF55 is #0D10AA. Grayscale: #DEDEDE. Windows color (decimal): -856235 or 5631986. OLE color: 5631986.
HSL color Cylindrical-coordinate representation of color #F2EF55: hue angle of 58.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2EF55 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 85 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.05 |
| HSL | 58.85º | 0.86% | 0.64% | - |
| HSV(B) | 58.85º | 0.65% | 0.95% | - |
| XYZ | 69.12 | 81.27 | 20.64 | - |
| YUV | 222.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 85 | 0 | 0.01 | 0.65 | 0.05 | 58.85 | 0.86 | 0.64 |
| Hex | F2 | EF | 55 | 0 | 1 | 41 | 5 | 3B | 56 | 40 |
| Octal | 362 | 357 | 125 | 0 | 1 | 101 | 5 | 73 | 126 | 100 |
| Binary | 11110010 | 11101111 | 1010101 | 0 | 1 | 1000001 | 101 | 111011 | 1010110 | 1000000 |
Color Harmonies of #F2EF55
Complementary color
Monochromatic Colors of #F2EF55
Black with #F2EF55
Text Example
Text Example
White with #F2EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF55; }
p { color: rgb(242,239,85); }
H1.HeaderClassName
{
color: #F2EF55;
}
.AnyTagClassName
{
color: #F2EF55;
}
</style>
background-color css
<style>
a { background-color: #F2EF55; }
a { background-color: rgb(242,239,85); }
div.DivClassName
{
background-color: #F2EF55;
}
.BgClassName
{
background-color: #F2EF55;
}
</style>
border-color css
<style>
span { border-color: #F2EF55; }
span { border-color: rgb(242,239,85); }
td.TdClassName
{
border-color: #F2EF55;
}
.TagClassName
{
border-color: #F2EF55;
}
</style>