Shades of Paris Daisy #F2EF46
Tints of Paris Daisy #F2EF46
RGB
CMYK
RGB Variations
Color information
#F2EF46 (or 0xF2EF46) is known color: Paris Daisy. HEX triplet: F2, EF and 46. RGB value is (242,239,70). Sum of RGB (Red+Green+Blue) = 242+239+70=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 70 (27.73% from 255 or 12.70% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF46 is #0D10B9. Grayscale: #DDDDDD. Windows color (decimal): -856250 or 4648946. OLE color: 4648946.
HSL color Cylindrical-coordinate representation of color #F2EF46: 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 #F2EF46 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 70 | - |
| 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.59 | 81.05 | 17.82 | - |
| YUV | 220.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 70 | 0 | 0.01 | 0.71 | 0.05 | 58.95 | 0.87 | 0.61 |
| Hex | F2 | EF | 46 | 0 | 1 | 47 | 5 | 3B | 57 | 3D |
| Octal | 362 | 357 | 106 | 0 | 1 | 107 | 5 | 73 | 127 | 75 |
| Binary | 11110010 | 11101111 | 1000110 | 0 | 1 | 1000111 | 101 | 111011 | 1010111 | 111101 |
Color Harmonies of #F2EF46
Complementary color
Monochromatic Colors of #F2EF46
Black with #F2EF46
Text Example
Text Example
White with #F2EF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF46; }
p { color: rgb(242,239,70); }
H1.HeaderClassName
{
color: #F2EF46;
}
.AnyTagClassName
{
color: #F2EF46;
}
</style>
background-color css
<style>
a { background-color: #F2EF46; }
a { background-color: rgb(242,239,70); }
div.DivClassName
{
background-color: #F2EF46;
}
.BgClassName
{
background-color: #F2EF46;
}
</style>
border-color css
<style>
span { border-color: #F2EF46; }
span { border-color: rgb(242,239,70); }
td.TdClassName
{
border-color: #F2EF46;
}
.TagClassName
{
border-color: #F2EF46;
}
</style>