Shades of Dolly #F0FA76
Tints of Dolly #F0FA76
RGB
CMYK
RGB Variations
Color information
#F0FA76 (or 0xF0FA76) is known color: Dolly. HEX triplet: F0, FA and 76. RGB value is (240,250,118). Sum of RGB (Red+Green+Blue) = 240+250+118=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 118 (46.48% from 255 or 19.41% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA76 is #0F0589. Grayscale: #E8E8E8. Windows color (decimal): -984458 or 7797488. OLE color: 7797488.
HSL color Cylindrical-coordinate representation of color #F0FA76: hue angle of 64.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0FA76 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 118 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.02 |
| HSL | 64.55º | 0.93% | 0.72% | - |
| HSV(B) | 64.55º | 0.53% | 0.98% | - |
| XYZ | 73.39 | 88.2 | 30.3 | - |
| YUV | 231.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 118 | 0.04 | 0 | 0.53 | 0.02 | 64.55 | 0.93 | 0.72 |
| Hex | F0 | FA | 76 | 4 | 0 | 35 | 2 | 41 | 5D | 48 |
| Octal | 360 | 372 | 166 | 4 | 0 | 65 | 2 | 101 | 135 | 110 |
| Binary | 11110000 | 11111010 | 1110110 | 100 | 0 | 110101 | 10 | 1000001 | 1011101 | 1001000 |
Color Harmonies of #F0FA76
Complementary color
Monochromatic Colors of #F0FA76
Black with #F0FA76
Text Example
Text Example
White with #F0FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA76; }
p { color: rgb(240,250,118); }
H1.HeaderClassName
{
color: #F0FA76;
}
.AnyTagClassName
{
color: #F0FA76;
}
</style>
background-color css
<style>
a { background-color: #F0FA76; }
a { background-color: rgb(240,250,118); }
div.DivClassName
{
background-color: #F0FA76;
}
.BgClassName
{
background-color: #F0FA76;
}
</style>
border-color css
<style>
span { border-color: #F0FA76; }
span { border-color: rgb(240,250,118); }
td.TdClassName
{
border-color: #F0FA76;
}
.TagClassName
{
border-color: #F0FA76;
}
</style>