Shades of Paris Daisy #F0F440
Tints of Paris Daisy #F0F440
RGB
CMYK
RGB Variations
Color information
#F0F440 (or 0xF0F440) is known color: Paris Daisy. HEX triplet: F0, F4 and 40. RGB value is (240,244,64). Sum of RGB (Red+Green+Blue) = 240+244+64=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 64 (25.39% from 255 or 11.68% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F440 is #0F0BBF. Grayscale: #DEDEDE. Windows color (decimal): -986048 or 4257008. OLE color: 4257008.
HSL color Cylindrical-coordinate representation of color #F0F440: hue angle of 61.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0F440 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 64 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.04 |
| HSL | 61.33º | 0.89% | 0.6% | - |
| HSV(B) | 61.33º | 0.74% | 0.96% | - |
| XYZ | 69.21 | 83.6 | 17.34 | - |
| YUV | 222.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 64 | 0.02 | 0 | 0.74 | 0.04 | 61.33 | 0.89 | 0.6 |
| Hex | F0 | F4 | 40 | 2 | 0 | 4A | 4 | 3D | 59 | 3C |
| Octal | 360 | 364 | 100 | 2 | 0 | 112 | 4 | 75 | 131 | 74 |
| Binary | 11110000 | 11110100 | 1000000 | 10 | 0 | 1001010 | 100 | 111101 | 1011001 | 111100 |
Color Harmonies of #F0F440
Complementary color
Monochromatic Colors of #F0F440
Black with #F0F440
Text Example
Text Example
White with #F0F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F440; }
p { color: rgb(240,244,64); }
H1.HeaderClassName
{
color: #F0F440;
}
.AnyTagClassName
{
color: #F0F440;
}
</style>
background-color css
<style>
a { background-color: #F0F440; }
a { background-color: rgb(240,244,64); }
div.DivClassName
{
background-color: #F0F440;
}
.BgClassName
{
background-color: #F0F440;
}
</style>
border-color css
<style>
span { border-color: #F0F440; }
span { border-color: rgb(240,244,64); }
td.TdClassName
{
border-color: #F0F440;
}
.TagClassName
{
border-color: #F0F440;
}
</style>