Shades of Paris Daisy #F0EF4E
Tints of Paris Daisy #F0EF4E
RGB
CMYK
RGB Variations
Color information
#F0EF4E (or 0xF0EF4E) is known color: Paris Daisy. HEX triplet: F0, EF and 4E. RGB value is (240,239,78). Sum of RGB (Red+Green+Blue) = 240+239+78=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 78 (30.86% from 255 or 14.00% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF4E is #0F10B1. Grayscale: #DDDDDD. Windows color (decimal): -987314 or 5173232. OLE color: 5173232.
HSL color Cylindrical-coordinate representation of color #F0EF4E: hue angle of 59.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0EF4E is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 78 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.06 |
| HSL | 59.63º | 0.84% | 0.62% | - |
| HSV(B) | 59.63º | 0.68% | 0.94% | - |
| XYZ | 68.18 | 80.81 | 19.21 | - |
| YUV | 220.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 78 | 0 | 0.00 | 0.68 | 0.06 | 59.63 | 0.84 | 0.62 |
| Hex | F0 | EF | 4E | 0 | 0 | 44 | 6 | 3C | 54 | 3E |
| Octal | 360 | 357 | 116 | 0 | 0 | 104 | 6 | 74 | 124 | 76 |
| Binary | 11110000 | 11101111 | 1001110 | 0 | 0 | 1000100 | 110 | 111100 | 1010100 | 111110 |
Color Harmonies of #F0EF4E
Complementary color
Monochromatic Colors of #F0EF4E
Black with #F0EF4E
Text Example
Text Example
White with #F0EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF4E; }
p { color: rgb(240,239,78); }
H1.HeaderClassName
{
color: #F0EF4E;
}
.AnyTagClassName
{
color: #F0EF4E;
}
</style>
background-color css
<style>
a { background-color: #F0EF4E; }
a { background-color: rgb(240,239,78); }
div.DivClassName
{
background-color: #F0EF4E;
}
.BgClassName
{
background-color: #F0EF4E;
}
</style>
border-color css
<style>
span { border-color: #F0EF4E; }
span { border-color: rgb(240,239,78); }
td.TdClassName
{
border-color: #F0EF4E;
}
.TagClassName
{
border-color: #F0EF4E;
}
</style>