Shades of Dolly #F0FA79
Tints of Dolly #F0FA79
RGB
CMYK
RGB Variations
Color information
#F0FA79 (or 0xF0FA79) is known color: Dolly. HEX triplet: F0, FA and 79. RGB value is (240,250,121). Sum of RGB (Red+Green+Blue) = 240+250+121=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 121 (47.66% from 255 or 19.80% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA79 is #0F0586. Grayscale: #E8E8E8. Windows color (decimal): -984455 or 7994096. OLE color: 7994096.
HSL color Cylindrical-coordinate representation of color #F0FA79: hue angle of 64.65º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0FA79 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 121 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.02 |
| HSL | 64.65º | 0.93% | 0.73% | - |
| HSV(B) | 64.65º | 0.52% | 0.98% | - |
| XYZ | 73.57 | 88.28 | 31.25 | - |
| YUV | 232.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 121 | 0.04 | 0 | 0.52 | 0.02 | 64.65 | 0.93 | 0.73 |
| Hex | F0 | FA | 79 | 4 | 0 | 34 | 2 | 41 | 5D | 49 |
| Octal | 360 | 372 | 171 | 4 | 0 | 64 | 2 | 101 | 135 | 111 |
| Binary | 11110000 | 11111010 | 1111001 | 100 | 0 | 110100 | 10 | 1000001 | 1011101 | 1001001 |
Color Harmonies of #F0FA79
Complementary color
Monochromatic Colors of #F0FA79
Black with #F0FA79
Text Example
Text Example
White with #F0FA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA79; }
p { color: rgb(240,250,121); }
H1.HeaderClassName
{
color: #F0FA79;
}
.AnyTagClassName
{
color: #F0FA79;
}
</style>
background-color css
<style>
a { background-color: #F0FA79; }
a { background-color: rgb(240,250,121); }
div.DivClassName
{
background-color: #F0FA79;
}
.BgClassName
{
background-color: #F0FA79;
}
</style>
border-color css
<style>
span { border-color: #F0FA79; }
span { border-color: rgb(240,250,121); }
td.TdClassName
{
border-color: #F0FA79;
}
.TagClassName
{
border-color: #F0FA79;
}
</style>