Shades of Paris Daisy #F2ED4F
Tints of Paris Daisy #F2ED4F
RGB
CMYK
RGB Variations
Color information
#F2ED4F (or 0xF2ED4F) is known color: Paris Daisy. HEX triplet: F2, ED and 4F. RGB value is (242,237,79). Sum of RGB (Red+Green+Blue) = 242+237+79=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 79 (31.25% from 255 or 14.16% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED4F is #0D12B0. Grayscale: #DDDDDD. Windows color (decimal): -856753 or 5238258. OLE color: 5238258.
HSL color Cylindrical-coordinate representation of color #F2ED4F: hue angle of 58.16º 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 #F2ED4F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 79 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.05 |
| HSL | 58.16º | 0.86% | 0.63% | - |
| HSV(B) | 58.16º | 0.67% | 0.95% | - |
| XYZ | 68.31 | 80.01 | 19.24 | - |
| YUV | 220.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 79 | 0 | 0.02 | 0.67 | 0.05 | 58.16 | 0.86 | 0.63 |
| Hex | F2 | ED | 4F | 0 | 2 | 43 | 5 | 3A | 56 | 3F |
| Octal | 362 | 355 | 117 | 0 | 2 | 103 | 5 | 72 | 126 | 77 |
| Binary | 11110010 | 11101101 | 1001111 | 0 | 10 | 1000011 | 101 | 111010 | 1010110 | 111111 |
Color Harmonies of #F2ED4F
Complementary color
Monochromatic Colors of #F2ED4F
Black with #F2ED4F
Text Example
Text Example
White with #F2ED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED4F; }
p { color: rgb(242,237,79); }
H1.HeaderClassName
{
color: #F2ED4F;
}
.AnyTagClassName
{
color: #F2ED4F;
}
</style>
background-color css
<style>
a { background-color: #F2ED4F; }
a { background-color: rgb(242,237,79); }
div.DivClassName
{
background-color: #F2ED4F;
}
.BgClassName
{
background-color: #F2ED4F;
}
</style>
border-color css
<style>
span { border-color: #F2ED4F; }
span { border-color: rgb(242,237,79); }
td.TdClassName
{
border-color: #F2ED4F;
}
.TagClassName
{
border-color: #F2ED4F;
}
</style>