Shades of Dolly #F0E86B
Tints of Dolly #F0E86B
RGB
CMYK
RGB Variations
Color information
#F0E86B (or 0xF0E86B) is known color: Dolly. HEX triplet: F0, E8 and 6B. RGB value is (240,232,107). Sum of RGB (Red+Green+Blue) = 240+232+107=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E86B is #0F1794. Grayscale: #DCDCDC. Windows color (decimal): -989077 or 7071984. OLE color: 7071984.
HSL color Cylindrical-coordinate representation of color #F0E86B: hue angle of 56.39º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0E86B is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 107 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.06 |
| HSL | 56.39º | 0.82% | 0.68% | - |
| HSV(B) | 56.39º | 0.55% | 0.94% | - |
| XYZ | 67.45 | 77.3 | 25.28 | - |
| YUV | 220.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 107 | 0 | 0.03 | 0.55 | 0.06 | 56.39 | 0.82 | 0.68 |
| Hex | F0 | E8 | 6B | 0 | 3 | 37 | 6 | 38 | 52 | 44 |
| Octal | 360 | 350 | 153 | 0 | 3 | 67 | 6 | 70 | 122 | 104 |
| Binary | 11110000 | 11101000 | 1101011 | 0 | 11 | 110111 | 110 | 111000 | 1010010 | 1000100 |
Color Harmonies of #F0E86B
Complementary color
Monochromatic Colors of #F0E86B
Black with #F0E86B
Text Example
Text Example
White with #F0E86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E86B; }
p { color: rgb(240,232,107); }
H1.HeaderClassName
{
color: #F0E86B;
}
.AnyTagClassName
{
color: #F0E86B;
}
</style>
background-color css
<style>
a { background-color: #F0E86B; }
a { background-color: rgb(240,232,107); }
div.DivClassName
{
background-color: #F0E86B;
}
.BgClassName
{
background-color: #F0E86B;
}
</style>
border-color css
<style>
span { border-color: #F0E86B; }
span { border-color: rgb(240,232,107); }
td.TdClassName
{
border-color: #F0E86B;
}
.TagClassName
{
border-color: #F0E86B;
}
</style>