Shades of Dolly #F8F676
Tints of Dolly #F8F676
RGB
CMYK
RGB Variations
Color information
#F8F676 (or 0xF8F676) is known color: Dolly. HEX triplet: F8, F6 and 76. RGB value is (248,246,118). Sum of RGB (Red+Green+Blue) = 248+246+118=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 118 (46.48% from 255 or 19.28% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F676 is #070989. Grayscale: #E8E8E8. Windows color (decimal): -461194 or 7796472. OLE color: 7796472.
HSL color Cylindrical-coordinate representation of color #F8F676: hue angle of 59.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8F676 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 118 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.03 |
| HSL | 59.08º | 0.9% | 0.72% | - |
| HSV(B) | 59.08º | 0.52% | 0.97% | - |
| XYZ | 74.94 | 87.18 | 30.02 | - |
| YUV | 232.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 118 | 0 | 0.01 | 0.52 | 0.03 | 59.08 | 0.9 | 0.72 |
| Hex | F8 | F6 | 76 | 0 | 1 | 34 | 3 | 3B | 5A | 48 |
| Octal | 370 | 366 | 166 | 0 | 1 | 64 | 3 | 73 | 132 | 110 |
| Binary | 11111000 | 11110110 | 1110110 | 0 | 1 | 110100 | 11 | 111011 | 1011010 | 1001000 |
Color Harmonies of #F8F676
Complementary color
Monochromatic Colors of #F8F676
Black with #F8F676
Text Example
Text Example
White with #F8F676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F676; }
p { color: rgb(248,246,118); }
H1.HeaderClassName
{
color: #F8F676;
}
.AnyTagClassName
{
color: #F8F676;
}
</style>
background-color css
<style>
a { background-color: #F8F676; }
a { background-color: rgb(248,246,118); }
div.DivClassName
{
background-color: #F8F676;
}
.BgClassName
{
background-color: #F8F676;
}
</style>
border-color css
<style>
span { border-color: #F8F676; }
span { border-color: rgb(248,246,118); }
td.TdClassName
{
border-color: #F8F676;
}
.TagClassName
{
border-color: #F8F676;
}
</style>