Shades of Dolly #F0FA6D
Tints of Dolly #F0FA6D
RGB
CMYK
RGB Variations
Color information
#F0FA6D (or 0xF0FA6D) is known color: Dolly. HEX triplet: F0, FA and 6D. RGB value is (240,250,109). Sum of RGB (Red+Green+Blue) = 240+250+109=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 109 (42.97% from 255 or 18.20% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA6D is #0F0592. Grayscale: #E7E7E7. Windows color (decimal): -984467 or 7207664. OLE color: 7207664.
HSL color Cylindrical-coordinate representation of color #F0FA6D: hue angle of 64.26º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0FA6D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 109 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.02 |
| HSL | 64.26º | 0.93% | 0.7% | - |
| HSV(B) | 64.26º | 0.56% | 0.98% | - |
| XYZ | 72.88 | 88 | 27.61 | - |
| YUV | 230.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 109 | 0.04 | 0 | 0.56 | 0.02 | 64.26 | 0.93 | 0.7 |
| Hex | F0 | FA | 6D | 4 | 0 | 38 | 2 | 40 | 5D | 46 |
| Octal | 360 | 372 | 155 | 4 | 0 | 70 | 2 | 100 | 135 | 106 |
| Binary | 11110000 | 11111010 | 1101101 | 100 | 0 | 111000 | 10 | 1000000 | 1011101 | 1000110 |
Color Harmonies of #F0FA6D
Complementary color
Monochromatic Colors of #F0FA6D
Black with #F0FA6D
Text Example
Text Example
White with #F0FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA6D; }
p { color: rgb(240,250,109); }
H1.HeaderClassName
{
color: #F0FA6D;
}
.AnyTagClassName
{
color: #F0FA6D;
}
</style>
background-color css
<style>
a { background-color: #F0FA6D; }
a { background-color: rgb(240,250,109); }
div.DivClassName
{
background-color: #F0FA6D;
}
.BgClassName
{
background-color: #F0FA6D;
}
</style>
border-color css
<style>
span { border-color: #F0FA6D; }
span { border-color: rgb(240,250,109); }
td.TdClassName
{
border-color: #F0FA6D;
}
.TagClassName
{
border-color: #F0FA6D;
}
</style>