Shades of Paris Daisy #F0EB4A
Tints of Paris Daisy #F0EB4A
RGB
CMYK
RGB Variations
Color information
#F0EB4A (or 0xF0EB4A) is known color: Paris Daisy. HEX triplet: F0, EB and 4A. RGB value is (240,235,74). Sum of RGB (Red+Green+Blue) = 240+235+74=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 74 (29.30% from 255 or 13.48% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EB4A is #0F14B5. Grayscale: #DADADA. Windows color (decimal): -988342 or 4910064. OLE color: 4910064.
HSL color Cylindrical-coordinate representation of color #F0EB4A: hue angle of 58.19º 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 #F0EB4A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 74 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.06 |
| HSL | 58.19º | 0.85% | 0.62% | - |
| HSV(B) | 58.19º | 0.69% | 0.94% | - |
| XYZ | 66.88 | 78.44 | 18.09 | - |
| YUV | 218.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 74 | 0 | 0.02 | 0.69 | 0.06 | 58.19 | 0.85 | 0.62 |
| Hex | F0 | EB | 4A | 0 | 2 | 45 | 6 | 3A | 55 | 3E |
| Octal | 360 | 353 | 112 | 0 | 2 | 105 | 6 | 72 | 125 | 76 |
| Binary | 11110000 | 11101011 | 1001010 | 0 | 10 | 1000101 | 110 | 111010 | 1010101 | 111110 |
Color Harmonies of #F0EB4A
Complementary color
Monochromatic Colors of #F0EB4A
Black with #F0EB4A
Text Example
Text Example
White with #F0EB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB4A; }
p { color: rgb(240,235,74); }
H1.HeaderClassName
{
color: #F0EB4A;
}
.AnyTagClassName
{
color: #F0EB4A;
}
</style>
background-color css
<style>
a { background-color: #F0EB4A; }
a { background-color: rgb(240,235,74); }
div.DivClassName
{
background-color: #F0EB4A;
}
.BgClassName
{
background-color: #F0EB4A;
}
</style>
border-color css
<style>
span { border-color: #F0EB4A; }
span { border-color: rgb(240,235,74); }
td.TdClassName
{
border-color: #F0EB4A;
}
.TagClassName
{
border-color: #F0EB4A;
}
</style>