Shades of Paris Daisy #F0E44D
Tints of Paris Daisy #F0E44D
RGB
CMYK
RGB Variations
Color information
#F0E44D (or 0xF0E44D) is known color: Paris Daisy. HEX triplet: F0, E4 and 4D. RGB value is (240,228,77). Sum of RGB (Red+Green+Blue) = 240+228+77=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 77 (30.47% from 255 or 14.13% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E44D is #0F1BB2. Grayscale: #D6D6D6. Windows color (decimal): -990131 or 5104880. OLE color: 5104880.
HSL color Cylindrical-coordinate representation of color #F0E44D: hue angle of 55.58º 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 #F0E44D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 77 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.06 |
| HSL | 55.58º | 0.84% | 0.62% | - |
| HSV(B) | 55.58º | 0.68% | 0.94% | - |
| XYZ | 65.02 | 74.55 | 17.98 | - |
| YUV | 214.37 | 50.48 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 77 | 0 | 0.05 | 0.68 | 0.06 | 55.58 | 0.84 | 0.62 |
| Hex | F0 | E4 | 4D | 0 | 5 | 44 | 6 | 38 | 54 | 3E |
| Octal | 360 | 344 | 115 | 0 | 5 | 104 | 6 | 70 | 124 | 76 |
| Binary | 11110000 | 11100100 | 1001101 | 0 | 101 | 1000100 | 110 | 111000 | 1010100 | 111110 |
Color Harmonies of #F0E44D
Complementary color
Monochromatic Colors of #F0E44D
Black with #F0E44D
Text Example
Text Example
White with #F0E44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E44D; }
p { color: rgb(240,228,77); }
H1.HeaderClassName
{
color: #F0E44D;
}
.AnyTagClassName
{
color: #F0E44D;
}
</style>
background-color css
<style>
a { background-color: #F0E44D; }
a { background-color: rgb(240,228,77); }
div.DivClassName
{
background-color: #F0E44D;
}
.BgClassName
{
background-color: #F0E44D;
}
</style>
border-color css
<style>
span { border-color: #F0E44D; }
span { border-color: rgb(240,228,77); }
td.TdClassName
{
border-color: #F0E44D;
}
.TagClassName
{
border-color: #F0E44D;
}
</style>