Shades of Paris Daisy #F0FA4A
Tints of Paris Daisy #F0FA4A
RGB
CMYK
RGB Variations
Color information
#F0FA4A (or 0xF0FA4A) is known color: Paris Daisy. HEX triplet: F0, FA and 4A. RGB value is (240,250,74). Sum of RGB (Red+Green+Blue) = 240+250+74=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA4A is #0F05B5. Grayscale: #E3E3E3. Windows color (decimal): -984502 or 4913904. OLE color: 4913904.
HSL color Cylindrical-coordinate representation of color #F0FA4A: hue angle of 63.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0FA4A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.02 |
| HSL | 63.41º | 0.95% | 0.64% | - |
| HSV(B) | 63.41º | 0.7% | 0.98% | - |
| XYZ | 71.36 | 87.39 | 19.59 | - |
| YUV | 226.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 74 | 0.04 | 0 | 0.70 | 0.02 | 63.41 | 0.95 | 0.64 |
| Hex | F0 | FA | 4A | 4 | 0 | 46 | 2 | 3F | 5F | 40 |
| Octal | 360 | 372 | 112 | 4 | 0 | 106 | 2 | 77 | 137 | 100 |
| Binary | 11110000 | 11111010 | 1001010 | 100 | 0 | 1000110 | 10 | 111111 | 1011111 | 1000000 |
Color Harmonies of #F0FA4A
Complementary color
Monochromatic Colors of #F0FA4A
Black with #F0FA4A
Text Example
Text Example
White with #F0FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA4A; }
p { color: rgb(240,250,74); }
H1.HeaderClassName
{
color: #F0FA4A;
}
.AnyTagClassName
{
color: #F0FA4A;
}
</style>
background-color css
<style>
a { background-color: #F0FA4A; }
a { background-color: rgb(240,250,74); }
div.DivClassName
{
background-color: #F0FA4A;
}
.BgClassName
{
background-color: #F0FA4A;
}
</style>
border-color css
<style>
span { border-color: #F0FA4A; }
span { border-color: rgb(240,250,74); }
td.TdClassName
{
border-color: #F0FA4A;
}
.TagClassName
{
border-color: #F0FA4A;
}
</style>