Shades of Paris Daisy #F0E84B
Tints of Paris Daisy #F0E84B
RGB
CMYK
RGB Variations
Color information
#F0E84B (or 0xF0E84B) is known color: Paris Daisy. HEX triplet: F0, E8 and 4B. RGB value is (240,232,75). Sum of RGB (Red+Green+Blue) = 240+232+75=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E84B is #0F17B4. Grayscale: #D9D9D9. Windows color (decimal): -989109 or 4974832. OLE color: 4974832.
HSL color Cylindrical-coordinate representation of color #F0E84B: hue angle of 57.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0E84B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 75 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.09º | 0.85% | 0.62% | - |
| HSV(B) | 57.09º | 0.69% | 0.94% | - |
| XYZ | 66.06 | 76.75 | 17.99 | - |
| YUV | 216.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 75 | 0 | 0.03 | 0.69 | 0.06 | 57.09 | 0.85 | 0.62 |
| Hex | F0 | E8 | 4B | 0 | 3 | 45 | 6 | 39 | 55 | 3E |
| Octal | 360 | 350 | 113 | 0 | 3 | 105 | 6 | 71 | 125 | 76 |
| Binary | 11110000 | 11101000 | 1001011 | 0 | 11 | 1000101 | 110 | 111001 | 1010101 | 111110 |
Color Harmonies of #F0E84B
Complementary color
Monochromatic Colors of #F0E84B
Black with #F0E84B
Text Example
Text Example
White with #F0E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E84B; }
p { color: rgb(240,232,75); }
H1.HeaderClassName
{
color: #F0E84B;
}
.AnyTagClassName
{
color: #F0E84B;
}
</style>
background-color css
<style>
a { background-color: #F0E84B; }
a { background-color: rgb(240,232,75); }
div.DivClassName
{
background-color: #F0E84B;
}
.BgClassName
{
background-color: #F0E84B;
}
</style>
border-color css
<style>
span { border-color: #F0E84B; }
span { border-color: rgb(240,232,75); }
td.TdClassName
{
border-color: #F0E84B;
}
.TagClassName
{
border-color: #F0E84B;
}
</style>