Shades of Dolly #F5E86D
Tints of Dolly #F5E86D
RGB
CMYK
RGB Variations
Color information
#F5E86D (or 0xF5E86D) is known color: Dolly. HEX triplet: F5, E8 and 6D. RGB value is (245,232,109). Sum of RGB (Red+Green+Blue) = 245+232+109=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E86D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E86D is #0A1792. Grayscale: #DEDEDE. Windows color (decimal): -661395 or 7203061. OLE color: 7203061.
HSL color Cylindrical-coordinate representation of color #F5E86D: hue angle of 54.26º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E86D is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 109 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.04 |
| HSL | 54.26º | 0.87% | 0.69% | - |
| HSV(B) | 54.26º | 0.56% | 0.96% | - |
| XYZ | 69.27 | 78.23 | 25.92 | - |
| YUV | 221.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 109 | 0 | 0.05 | 0.56 | 0.04 | 54.26 | 0.87 | 0.69 |
| Hex | F5 | E8 | 6D | 0 | 5 | 38 | 4 | 36 | 57 | 45 |
| Octal | 365 | 350 | 155 | 0 | 5 | 70 | 4 | 66 | 127 | 105 |
| Binary | 11110101 | 11101000 | 1101101 | 0 | 101 | 111000 | 100 | 110110 | 1010111 | 1000101 |
Color Harmonies of #F5E86D
Complementary color
Monochromatic Colors of #F5E86D
Black with #F5E86D
Text Example
Text Example
White with #F5E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E86D; }
p { color: rgb(245,232,109); }
H1.HeaderClassName
{
color: #F5E86D;
}
.AnyTagClassName
{
color: #F5E86D;
}
</style>
background-color css
<style>
a { background-color: #F5E86D; }
a { background-color: rgb(245,232,109); }
div.DivClassName
{
background-color: #F5E86D;
}
.BgClassName
{
background-color: #F5E86D;
}
</style>
border-color css
<style>
span { border-color: #F5E86D; }
span { border-color: rgb(245,232,109); }
td.TdClassName
{
border-color: #F5E86D;
}
.TagClassName
{
border-color: #F5E86D;
}
</style>