Shades of Paris Daisy #F0FA4D
Tints of Paris Daisy #F0FA4D
RGB
CMYK
RGB Variations
Color information
#F0FA4D (or 0xF0FA4D) is known color: Paris Daisy. HEX triplet: F0, FA and 4D. RGB value is (240,250,77). Sum of RGB (Red+Green+Blue) = 240+250+77=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA4D is #0F05B2. Grayscale: #E3E3E3. Windows color (decimal): -984499 or 5110512. OLE color: 5110512.
HSL color Cylindrical-coordinate representation of color #F0FA4D: hue angle of 63.47º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0FA4D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 77 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.02 |
| HSL | 63.47º | 0.95% | 0.64% | - |
| HSV(B) | 63.47º | 0.69% | 0.98% | - |
| XYZ | 71.46 | 87.43 | 20.13 | - |
| YUV | 227.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 77 | 0.04 | 0 | 0.69 | 0.02 | 63.47 | 0.95 | 0.64 |
| Hex | F0 | FA | 4D | 4 | 0 | 45 | 2 | 3F | 5F | 40 |
| Octal | 360 | 372 | 115 | 4 | 0 | 105 | 2 | 77 | 137 | 100 |
| Binary | 11110000 | 11111010 | 1001101 | 100 | 0 | 1000101 | 10 | 111111 | 1011111 | 1000000 |
Color Harmonies of #F0FA4D
Complementary color
Monochromatic Colors of #F0FA4D
Black with #F0FA4D
Text Example
Text Example
White with #F0FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA4D; }
p { color: rgb(240,250,77); }
H1.HeaderClassName
{
color: #F0FA4D;
}
.AnyTagClassName
{
color: #F0FA4D;
}
</style>
background-color css
<style>
a { background-color: #F0FA4D; }
a { background-color: rgb(240,250,77); }
div.DivClassName
{
background-color: #F0FA4D;
}
.BgClassName
{
background-color: #F0FA4D;
}
</style>
border-color css
<style>
span { border-color: #F0FA4D; }
span { border-color: rgb(240,250,77); }
td.TdClassName
{
border-color: #F0FA4D;
}
.TagClassName
{
border-color: #F0FA4D;
}
</style>