Shades of Paris Daisy #F0E94B
Tints of Paris Daisy #F0E94B
RGB
CMYK
RGB Variations
Color information
#F0E94B (or 0xF0E94B) is known color: Paris Daisy. HEX triplet: F0, E9 and 4B. RGB value is (240,233,75). Sum of RGB (Red+Green+Blue) = 240+233+75=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 75 (29.69% from 255 or 13.69% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E94B is #0F16B4. Grayscale: #D9D9D9. Windows color (decimal): -988853 or 4975088. OLE color: 4975088.
HSL color Cylindrical-coordinate representation of color #F0E94B: hue angle of 57.45º 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 #F0E94B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 75 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.06 |
| HSL | 57.45º | 0.85% | 0.62% | - |
| HSV(B) | 57.45º | 0.69% | 0.94% | - |
| XYZ | 66.34 | 77.31 | 18.08 | - |
| YUV | 217.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 75 | 0 | 0.03 | 0.69 | 0.06 | 57.45 | 0.85 | 0.62 |
| Hex | F0 | E9 | 4B | 0 | 3 | 45 | 6 | 39 | 55 | 3E |
| Octal | 360 | 351 | 113 | 0 | 3 | 105 | 6 | 71 | 125 | 76 |
| Binary | 11110000 | 11101001 | 1001011 | 0 | 11 | 1000101 | 110 | 111001 | 1010101 | 111110 |
Color Harmonies of #F0E94B
Complementary color
Monochromatic Colors of #F0E94B
Black with #F0E94B
Text Example
Text Example
White with #F0E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E94B; }
p { color: rgb(240,233,75); }
H1.HeaderClassName
{
color: #F0E94B;
}
.AnyTagClassName
{
color: #F0E94B;
}
</style>
background-color css
<style>
a { background-color: #F0E94B; }
a { background-color: rgb(240,233,75); }
div.DivClassName
{
background-color: #F0E94B;
}
.BgClassName
{
background-color: #F0E94B;
}
</style>
border-color css
<style>
span { border-color: #F0E94B; }
span { border-color: rgb(240,233,75); }
td.TdClassName
{
border-color: #F0E94B;
}
.TagClassName
{
border-color: #F0E94B;
}
</style>