Shades of Paris Daisy #F2EB4E
Tints of Paris Daisy #F2EB4E
RGB
CMYK
RGB Variations
Color information
#F2EB4E (or 0xF2EB4E) is known color: Paris Daisy. HEX triplet: F2, EB and 4E. RGB value is (242,235,78). Sum of RGB (Red+Green+Blue) = 242+235+78=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 78 (30.86% from 255 or 14.05% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB4E is #0D14B1. Grayscale: #DBDBDB. Windows color (decimal): -857266 or 5172210. OLE color: 5172210.
HSL color Cylindrical-coordinate representation of color #F2EB4E: hue angle of 57.44º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2EB4E is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 78 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.05 |
| HSL | 57.44º | 0.86% | 0.63% | - |
| HSV(B) | 57.44º | 0.68% | 0.95% | - |
| XYZ | 67.7 | 78.84 | 18.86 | - |
| YUV | 219.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 78 | 0 | 0.03 | 0.68 | 0.05 | 57.44 | 0.86 | 0.63 |
| Hex | F2 | EB | 4E | 0 | 3 | 44 | 5 | 39 | 56 | 3F |
| Octal | 362 | 353 | 116 | 0 | 3 | 104 | 5 | 71 | 126 | 77 |
| Binary | 11110010 | 11101011 | 1001110 | 0 | 11 | 1000100 | 101 | 111001 | 1010110 | 111111 |
Color Harmonies of #F2EB4E
Complementary color
Monochromatic Colors of #F2EB4E
Black with #F2EB4E
Text Example
Text Example
White with #F2EB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB4E; }
p { color: rgb(242,235,78); }
H1.HeaderClassName
{
color: #F2EB4E;
}
.AnyTagClassName
{
color: #F2EB4E;
}
</style>
background-color css
<style>
a { background-color: #F2EB4E; }
a { background-color: rgb(242,235,78); }
div.DivClassName
{
background-color: #F2EB4E;
}
.BgClassName
{
background-color: #F2EB4E;
}
</style>
border-color css
<style>
span { border-color: #F2EB4E; }
span { border-color: rgb(242,235,78); }
td.TdClassName
{
border-color: #F2EB4E;
}
.TagClassName
{
border-color: #F2EB4E;
}
</style>