Shades of Paris Daisy #F0EF4B
Tints of Paris Daisy #F0EF4B
RGB
CMYK
RGB Variations
Color information
#F0EF4B (or 0xF0EF4B) is known color: Paris Daisy. HEX triplet: F0, EF and 4B. RGB value is (240,239,75). Sum of RGB (Red+Green+Blue) = 240+239+75=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EF4B is #0F10B4. Grayscale: #DDDDDD. Windows color (decimal): -987317 or 4976624. OLE color: 4976624.
HSL color Cylindrical-coordinate representation of color #F0EF4B: hue angle of 59.64º 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 #F0EF4B is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 75 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.06 |
| HSL | 59.64º | 0.85% | 0.62% | - |
| HSV(B) | 59.64º | 0.69% | 0.94% | - |
| XYZ | 68.07 | 80.77 | 18.66 | - |
| YUV | 220.6 | 45.83 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 75 | 0 | 0.00 | 0.69 | 0.06 | 59.64 | 0.85 | 0.62 |
| Hex | F0 | EF | 4B | 0 | 0 | 45 | 6 | 3C | 55 | 3E |
| Octal | 360 | 357 | 113 | 0 | 0 | 105 | 6 | 74 | 125 | 76 |
| Binary | 11110000 | 11101111 | 1001011 | 0 | 0 | 1000101 | 110 | 111100 | 1010101 | 111110 |
Color Harmonies of #F0EF4B
Complementary color
Monochromatic Colors of #F0EF4B
Black with #F0EF4B
Text Example
Text Example
White with #F0EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF4B; }
p { color: rgb(240,239,75); }
H1.HeaderClassName
{
color: #F0EF4B;
}
.AnyTagClassName
{
color: #F0EF4B;
}
</style>
background-color css
<style>
a { background-color: #F0EF4B; }
a { background-color: rgb(240,239,75); }
div.DivClassName
{
background-color: #F0EF4B;
}
.BgClassName
{
background-color: #F0EF4B;
}
</style>
border-color css
<style>
span { border-color: #F0EF4B; }
span { border-color: rgb(240,239,75); }
td.TdClassName
{
border-color: #F0EF4B;
}
.TagClassName
{
border-color: #F0EF4B;
}
</style>