Shades of Paris Daisy #F0F54A
Tints of Paris Daisy #F0F54A
RGB
CMYK
RGB Variations
Color information
#F0F54A (or 0xF0F54A) is known color: Paris Daisy. HEX triplet: F0, F5 and 4A. RGB value is (240,245,74). Sum of RGB (Red+Green+Blue) = 240+245+74=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F54A is #0F0AB5. Grayscale: #E0E0E0. Windows color (decimal): -985782 or 4912624. OLE color: 4912624.
HSL color Cylindrical-coordinate representation of color #F0F54A: hue angle of 61.75º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0F54A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 74 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.04 |
| HSL | 61.75º | 0.9% | 0.63% | - |
| HSV(B) | 61.75º | 0.7% | 0.96% | - |
| XYZ | 69.82 | 84.32 | 19.07 | - |
| YUV | 224.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 74 | 0.02 | 0 | 0.70 | 0.04 | 61.75 | 0.9 | 0.63 |
| Hex | F0 | F5 | 4A | 2 | 0 | 46 | 4 | 3E | 5A | 3F |
| Octal | 360 | 365 | 112 | 2 | 0 | 106 | 4 | 76 | 132 | 77 |
| Binary | 11110000 | 11110101 | 1001010 | 10 | 0 | 1000110 | 100 | 111110 | 1011010 | 111111 |
Color Harmonies of #F0F54A
Complementary color
Monochromatic Colors of #F0F54A
Black with #F0F54A
Text Example
Text Example
White with #F0F54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F54A; }
p { color: rgb(240,245,74); }
H1.HeaderClassName
{
color: #F0F54A;
}
.AnyTagClassName
{
color: #F0F54A;
}
</style>
background-color css
<style>
a { background-color: #F0F54A; }
a { background-color: rgb(240,245,74); }
div.DivClassName
{
background-color: #F0F54A;
}
.BgClassName
{
background-color: #F0F54A;
}
</style>
border-color css
<style>
span { border-color: #F0F54A; }
span { border-color: rgb(240,245,74); }
td.TdClassName
{
border-color: #F0F54A;
}
.TagClassName
{
border-color: #F0F54A;
}
</style>