Shades of Dolly #F0F16E
Tints of Dolly #F0F16E
RGB
CMYK
RGB Variations
Color information
#F0F16E (or 0xF0F16E) is known color: Dolly. HEX triplet: F0, F1 and 6E. RGB value is (240,241,110). Sum of RGB (Red+Green+Blue) = 240+241+110=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F16E is #0F0E91. Grayscale: #E2E2E2. Windows color (decimal): -986770 or 7270896. OLE color: 7270896.
HSL color Cylindrical-coordinate representation of color #F0F16E: hue angle of 60.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0F16E is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 110 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.05 |
| HSL | 60.46º | 0.82% | 0.69% | - |
| HSV(B) | 60.46º | 0.54% | 0.95% | - |
| XYZ | 70.2 | 82.56 | 26.99 | - |
| YUV | 225.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 110 | 0.00 | 0 | 0.54 | 0.05 | 60.46 | 0.82 | 0.69 |
| Hex | F0 | F1 | 6E | 0 | 0 | 36 | 5 | 3C | 52 | 45 |
| Octal | 360 | 361 | 156 | 0 | 0 | 66 | 5 | 74 | 122 | 105 |
| Binary | 11110000 | 11110001 | 1101110 | 0 | 0 | 110110 | 101 | 111100 | 1010010 | 1000101 |
Color Harmonies of #F0F16E
Complementary color
Monochromatic Colors of #F0F16E
Black with #F0F16E
Text Example
Text Example
White with #F0F16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F16E; }
p { color: rgb(240,241,110); }
H1.HeaderClassName
{
color: #F0F16E;
}
.AnyTagClassName
{
color: #F0F16E;
}
</style>
background-color css
<style>
a { background-color: #F0F16E; }
a { background-color: rgb(240,241,110); }
div.DivClassName
{
background-color: #F0F16E;
}
.BgClassName
{
background-color: #F0F16E;
}
</style>
border-color css
<style>
span { border-color: #F0F16E; }
span { border-color: rgb(240,241,110); }
td.TdClassName
{
border-color: #F0F16E;
}
.TagClassName
{
border-color: #F0F16E;
}
</style>