Shades of Paris Daisy #F0EA4B
Tints of Paris Daisy #F0EA4B
RGB
CMYK
RGB Variations
Color information
#F0EA4B (or 0xF0EA4B) is known color: Paris Daisy. HEX triplet: F0, EA and 4B. RGB value is (240,234,75). Sum of RGB (Red+Green+Blue) = 240+234+75=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA4B is #0F15B4. Grayscale: #DADADA. Windows color (decimal): -988597 or 4975344. OLE color: 4975344.
HSL color Cylindrical-coordinate representation of color #F0EA4B: hue angle of 57.82º 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 #F0EA4B is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 75 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.06 |
| HSL | 57.82º | 0.85% | 0.62% | - |
| HSV(B) | 57.82º | 0.69% | 0.94% | - |
| XYZ | 66.63 | 77.88 | 18.18 | - |
| YUV | 217.67 | 47.49 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 75 | 0 | 0.02 | 0.69 | 0.06 | 57.82 | 0.85 | 0.62 |
| Hex | F0 | EA | 4B | 0 | 2 | 45 | 6 | 3A | 55 | 3E |
| Octal | 360 | 352 | 113 | 0 | 2 | 105 | 6 | 72 | 125 | 76 |
| Binary | 11110000 | 11101010 | 1001011 | 0 | 10 | 1000101 | 110 | 111010 | 1010101 | 111110 |
Color Harmonies of #F0EA4B
Complementary color
Monochromatic Colors of #F0EA4B
Black with #F0EA4B
Text Example
Text Example
White with #F0EA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA4B; }
p { color: rgb(240,234,75); }
H1.HeaderClassName
{
color: #F0EA4B;
}
.AnyTagClassName
{
color: #F0EA4B;
}
</style>
background-color css
<style>
a { background-color: #F0EA4B; }
a { background-color: rgb(240,234,75); }
div.DivClassName
{
background-color: #F0EA4B;
}
.BgClassName
{
background-color: #F0EA4B;
}
</style>
border-color css
<style>
span { border-color: #F0EA4B; }
span { border-color: rgb(240,234,75); }
td.TdClassName
{
border-color: #F0EA4B;
}
.TagClassName
{
border-color: #F0EA4B;
}
</style>