Shades of Dolly #F5E96F
Tints of Dolly #F5E96F
RGB
CMYK
RGB Variations
Color information
#F5E96F (or 0xF5E96F) is known color: Dolly. HEX triplet: F5, E9 and 6F. RGB value is (245,233,111). Sum of RGB (Red+Green+Blue) = 245+233+111=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 111 (43.75% from 255 or 18.85% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E96F is #0A1690. Grayscale: #DFDFDF. Windows color (decimal): -661137 or 7334389. OLE color: 7334389.
HSL color Cylindrical-coordinate representation of color #F5E96F: hue angle of 54.63º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5E96F is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 111 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.04 |
| HSL | 54.63º | 0.87% | 0.7% | - |
| HSV(B) | 54.63º | 0.55% | 0.96% | - |
| XYZ | 69.66 | 78.84 | 26.58 | - |
| YUV | 222.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 111 | 0 | 0.05 | 0.55 | 0.04 | 54.63 | 0.87 | 0.7 |
| Hex | F5 | E9 | 6F | 0 | 5 | 37 | 4 | 37 | 57 | 46 |
| Octal | 365 | 351 | 157 | 0 | 5 | 67 | 4 | 67 | 127 | 106 |
| Binary | 11110101 | 11101001 | 1101111 | 0 | 101 | 110111 | 100 | 110111 | 1010111 | 1000110 |
Color Harmonies of #F5E96F
Complementary color
Monochromatic Colors of #F5E96F
Black with #F5E96F
Text Example
Text Example
White with #F5E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E96F; }
p { color: rgb(245,233,111); }
H1.HeaderClassName
{
color: #F5E96F;
}
.AnyTagClassName
{
color: #F5E96F;
}
</style>
background-color css
<style>
a { background-color: #F5E96F; }
a { background-color: rgb(245,233,111); }
div.DivClassName
{
background-color: #F5E96F;
}
.BgClassName
{
background-color: #F5E96F;
}
</style>
border-color css
<style>
span { border-color: #F5E96F; }
span { border-color: rgb(245,233,111); }
td.TdClassName
{
border-color: #F5E96F;
}
.TagClassName
{
border-color: #F5E96F;
}
</style>