Shades of Dolly #F0F86E
Tints of Dolly #F0F86E
RGB
CMYK
RGB Variations
Color information
#F0F86E (or 0xF0F86E) is known color: Dolly. HEX triplet: F0, F8 and 6E. RGB value is (240,248,110). Sum of RGB (Red+Green+Blue) = 240+248+110=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 110 (43.36% from 255 or 18.39% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F86E is #0F0791. Grayscale: #E6E6E6. Windows color (decimal): -984978 or 7272688. OLE color: 7272688.
HSL color Cylindrical-coordinate representation of color #F0F86E: hue angle of 63.48º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0F86E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 110 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.03 |
| HSL | 63.48º | 0.91% | 0.7% | - |
| HSV(B) | 63.48º | 0.56% | 0.97% | - |
| XYZ | 72.32 | 86.79 | 27.69 | - |
| YUV | 229.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 110 | 0.03 | 0 | 0.56 | 0.03 | 63.48 | 0.91 | 0.7 |
| Hex | F0 | F8 | 6E | 3 | 0 | 38 | 3 | 3F | 5B | 46 |
| Octal | 360 | 370 | 156 | 3 | 0 | 70 | 3 | 77 | 133 | 106 |
| Binary | 11110000 | 11111000 | 1101110 | 11 | 0 | 111000 | 11 | 111111 | 1011011 | 1000110 |
Color Harmonies of #F0F86E
Complementary color
Monochromatic Colors of #F0F86E
Black with #F0F86E
Text Example
Text Example
White with #F0F86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F86E; }
p { color: rgb(240,248,110); }
H1.HeaderClassName
{
color: #F0F86E;
}
.AnyTagClassName
{
color: #F0F86E;
}
</style>
background-color css
<style>
a { background-color: #F0F86E; }
a { background-color: rgb(240,248,110); }
div.DivClassName
{
background-color: #F0F86E;
}
.BgClassName
{
background-color: #F0F86E;
}
</style>
border-color css
<style>
span { border-color: #F0F86E; }
span { border-color: rgb(240,248,110); }
td.TdClassName
{
border-color: #F0F86E;
}
.TagClassName
{
border-color: #F0F86E;
}
</style>