Shades of Paris Daisy #F0E94D
Tints of Paris Daisy #F0E94D
RGB
CMYK
RGB Variations
Color information
#F0E94D (or 0xF0E94D) is known color: Paris Daisy. HEX triplet: F0, E9 and 4D. RGB value is (240,233,77). Sum of RGB (Red+Green+Blue) = 240+233+77=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 77 (30.47% from 255 or 14% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E94D is #0F16B2. Grayscale: #D9D9D9. Windows color (decimal): -988851 or 5106160. OLE color: 5106160.
HSL color Cylindrical-coordinate representation of color #F0E94D: hue angle of 57.42º 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 #F0E94D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 77 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.06 |
| HSL | 57.42º | 0.84% | 0.62% | - |
| HSV(B) | 57.42º | 0.68% | 0.94% | - |
| XYZ | 66.41 | 77.34 | 18.45 | - |
| YUV | 217.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 77 | 0 | 0.03 | 0.68 | 0.06 | 57.42 | 0.84 | 0.62 |
| Hex | F0 | E9 | 4D | 0 | 3 | 44 | 6 | 39 | 54 | 3E |
| Octal | 360 | 351 | 115 | 0 | 3 | 104 | 6 | 71 | 124 | 76 |
| Binary | 11110000 | 11101001 | 1001101 | 0 | 11 | 1000100 | 110 | 111001 | 1010100 | 111110 |
Color Harmonies of #F0E94D
Complementary color
Monochromatic Colors of #F0E94D
Black with #F0E94D
Text Example
Text Example
White with #F0E94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E94D; }
p { color: rgb(240,233,77); }
H1.HeaderClassName
{
color: #F0E94D;
}
.AnyTagClassName
{
color: #F0E94D;
}
</style>
background-color css
<style>
a { background-color: #F0E94D; }
a { background-color: rgb(240,233,77); }
div.DivClassName
{
background-color: #F0E94D;
}
.BgClassName
{
background-color: #F0E94D;
}
</style>
border-color css
<style>
span { border-color: #F0E94D; }
span { border-color: rgb(240,233,77); }
td.TdClassName
{
border-color: #F0E94D;
}
.TagClassName
{
border-color: #F0E94D;
}
</style>