Shades of Paris Daisy #F2EF47
Tints of Paris Daisy #F2EF47
RGB
CMYK
RGB Variations
Color information
#F2EF47 (or 0xF2EF47) is known color: Paris Daisy. HEX triplet: F2, EF and 47. RGB value is (242,239,71). Sum of RGB (Red+Green+Blue) = 242+239+71=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 71 (28.12% from 255 or 12.86% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF47 is #0D10B8. Grayscale: #DDDDDD. Windows color (decimal): -856249 or 4714482. OLE color: 4714482.
HSL color Cylindrical-coordinate representation of color #F2EF47: hue angle of 58.95º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2EF47 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 71 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.05 |
| HSL | 58.95º | 0.87% | 0.61% | - |
| HSV(B) | 58.95º | 0.71% | 0.95% | - |
| XYZ | 68.62 | 81.07 | 17.99 | - |
| YUV | 220.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 71 | 0 | 0.01 | 0.71 | 0.05 | 58.95 | 0.87 | 0.61 |
| Hex | F2 | EF | 47 | 0 | 1 | 47 | 5 | 3B | 57 | 3D |
| Octal | 362 | 357 | 107 | 0 | 1 | 107 | 5 | 73 | 127 | 75 |
| Binary | 11110010 | 11101111 | 1000111 | 0 | 1 | 1000111 | 101 | 111011 | 1010111 | 111101 |
Color Harmonies of #F2EF47
Complementary color
Monochromatic Colors of #F2EF47
Black with #F2EF47
Text Example
Text Example
White with #F2EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF47; }
p { color: rgb(242,239,71); }
H1.HeaderClassName
{
color: #F2EF47;
}
.AnyTagClassName
{
color: #F2EF47;
}
</style>
background-color css
<style>
a { background-color: #F2EF47; }
a { background-color: rgb(242,239,71); }
div.DivClassName
{
background-color: #F2EF47;
}
.BgClassName
{
background-color: #F2EF47;
}
</style>
border-color css
<style>
span { border-color: #F2EF47; }
span { border-color: rgb(242,239,71); }
td.TdClassName
{
border-color: #F2EF47;
}
.TagClassName
{
border-color: #F2EF47;
}
</style>