Shades of Dolly #F5E86B
Tints of Dolly #F5E86B
RGB
CMYK
RGB Variations
Color information
#F5E86B (or 0xF5E86B) is known color: Dolly. HEX triplet: F5, E8 and 6B. RGB value is (245,232,107). Sum of RGB (Red+Green+Blue) = 245+232+107=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E86B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E86B is #0A1794. Grayscale: #DEDEDE. Windows color (decimal): -661397 or 7071989. OLE color: 7071989.
HSL color Cylindrical-coordinate representation of color #F5E86B: hue angle of 54.35º 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 #F5E86B is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 107 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.04 |
| HSL | 54.35º | 0.87% | 0.69% | - |
| HSV(B) | 54.35º | 0.56% | 0.96% | - |
| XYZ | 69.17 | 78.19 | 25.36 | - |
| YUV | 221.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 107 | 0 | 0.05 | 0.56 | 0.04 | 54.35 | 0.87 | 0.69 |
| Hex | F5 | E8 | 6B | 0 | 5 | 38 | 4 | 36 | 57 | 45 |
| Octal | 365 | 350 | 153 | 0 | 5 | 70 | 4 | 66 | 127 | 105 |
| Binary | 11110101 | 11101000 | 1101011 | 0 | 101 | 111000 | 100 | 110110 | 1010111 | 1000101 |
Color Harmonies of #F5E86B
Complementary color
Monochromatic Colors of #F5E86B
Black with #F5E86B
Text Example
Text Example
White with #F5E86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E86B; }
p { color: rgb(245,232,107); }
H1.HeaderClassName
{
color: #F5E86B;
}
.AnyTagClassName
{
color: #F5E86B;
}
</style>
background-color css
<style>
a { background-color: #F5E86B; }
a { background-color: rgb(245,232,107); }
div.DivClassName
{
background-color: #F5E86B;
}
.BgClassName
{
background-color: #F5E86B;
}
</style>
border-color css
<style>
span { border-color: #F5E86B; }
span { border-color: rgb(245,232,107); }
td.TdClassName
{
border-color: #F5E86B;
}
.TagClassName
{
border-color: #F5E86B;
}
</style>