Shades of Dolly #F8F678
Tints of Dolly #F8F678
RGB
CMYK
RGB Variations
Color information
#F8F678 (or 0xF8F678) is known color: Dolly. HEX triplet: F8, F6 and 78. RGB value is (248,246,120). Sum of RGB (Red+Green+Blue) = 248+246+120=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 120 (47.27% from 255 or 19.54% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F678 is #070987. Grayscale: #E8E8E8. Windows color (decimal): -461192 or 7927544. OLE color: 7927544.
HSL color Cylindrical-coordinate representation of color #F8F678: hue angle of 59.06º 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 #F8F678 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 120 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.03 |
| HSL | 59.06º | 0.9% | 0.72% | - |
| HSV(B) | 59.06º | 0.52% | 0.97% | - |
| XYZ | 75.06 | 87.22 | 30.65 | - |
| YUV | 232.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 120 | 0 | 0.01 | 0.52 | 0.03 | 59.06 | 0.9 | 0.72 |
| Hex | F8 | F6 | 78 | 0 | 1 | 34 | 3 | 3B | 5A | 48 |
| Octal | 370 | 366 | 170 | 0 | 1 | 64 | 3 | 73 | 132 | 110 |
| Binary | 11111000 | 11110110 | 1111000 | 0 | 1 | 110100 | 11 | 111011 | 1011010 | 1001000 |
Color Harmonies of #F8F678
Complementary color
Monochromatic Colors of #F8F678
Black with #F8F678
Text Example
Text Example
White with #F8F678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F678; }
p { color: rgb(248,246,120); }
H1.HeaderClassName
{
color: #F8F678;
}
.AnyTagClassName
{
color: #F8F678;
}
</style>
background-color css
<style>
a { background-color: #F8F678; }
a { background-color: rgb(248,246,120); }
div.DivClassName
{
background-color: #F8F678;
}
.BgClassName
{
background-color: #F8F678;
}
</style>
border-color css
<style>
span { border-color: #F8F678; }
span { border-color: rgb(248,246,120); }
td.TdClassName
{
border-color: #F8F678;
}
.TagClassName
{
border-color: #F8F678;
}
</style>