Shades of Dolly #F8F86C
Tints of Dolly #F8F86C
RGB
CMYK
RGB Variations
Color information
#F8F86C (or 0xF8F86C) is known color: Dolly. HEX triplet: F8, F8 and 6C. RGB value is (248,248,108). Sum of RGB (Red+Green+Blue) = 248+248+108=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 108 (42.58% from 255 or 17.88% from 604); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F86C is #070793. Grayscale: #E8E8E8. Windows color (decimal): -460692 or 7141624. OLE color: 7141624.
HSL color Cylindrical-coordinate representation of color #F8F86C: hue angle of 60º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8F86C is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 108 | - |
| CMYK | 0 | 0 | 0.56 | 0.03 |
| HSL | 60º | 0.91% | 0.7% | - |
| HSV(B) | 60º | 0.56% | 0.97% | - |
| XYZ | 74.99 | 88.17 | 27.25 | - |
| YUV | 232.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 108 | 0 | 0 | 0.56 | 0.03 | 60 | 0.91 | 0.7 |
| Hex | F8 | F8 | 6C | 0 | 0 | 38 | 3 | 3C | 5B | 46 |
| Octal | 370 | 370 | 154 | 0 | 0 | 70 | 3 | 74 | 133 | 106 |
| Binary | 11111000 | 11111000 | 1101100 | 0 | 0 | 111000 | 11 | 111100 | 1011011 | 1000110 |
Color Harmonies of #F8F86C
Complementary color
Monochromatic Colors of #F8F86C
Black with #F8F86C
Text Example
Text Example
White with #F8F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F86C; }
p { color: rgb(248,248,108); }
H1.HeaderClassName
{
color: #F8F86C;
}
.AnyTagClassName
{
color: #F8F86C;
}
</style>
background-color css
<style>
a { background-color: #F8F86C; }
a { background-color: rgb(248,248,108); }
div.DivClassName
{
background-color: #F8F86C;
}
.BgClassName
{
background-color: #F8F86C;
}
</style>
border-color css
<style>
span { border-color: #F8F86C; }
span { border-color: rgb(248,248,108); }
td.TdClassName
{
border-color: #F8F86C;
}
.TagClassName
{
border-color: #F8F86C;
}
</style>