Shades of Dolly #F8F579
Tints of Dolly #F8F579
RGB
CMYK
RGB Variations
Color information
#F8F579 (or 0xF8F579) is known color: Dolly. HEX triplet: F8, F5 and 79. RGB value is (248,245,121). Sum of RGB (Red+Green+Blue) = 248+245+121=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 121 (47.66% from 255 or 19.71% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F579 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F579 is #070A86. Grayscale: #E8E8E8. Windows color (decimal): -461447 or 7992824. OLE color: 7992824.
HSL color Cylindrical-coordinate representation of color #F8F579: hue angle of 58.58º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8F579 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 121 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.03 |
| HSL | 58.58º | 0.9% | 0.72% | - |
| HSV(B) | 58.58º | 0.51% | 0.97% | - |
| XYZ | 74.82 | 86.64 | 30.87 | - |
| YUV | 231.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 121 | 0 | 0.01 | 0.51 | 0.03 | 58.58 | 0.9 | 0.72 |
| Hex | F8 | F5 | 79 | 0 | 1 | 33 | 3 | 3B | 5A | 48 |
| Octal | 370 | 365 | 171 | 0 | 1 | 63 | 3 | 73 | 132 | 110 |
| Binary | 11111000 | 11110101 | 1111001 | 0 | 1 | 110011 | 11 | 111011 | 1011010 | 1001000 |
Color Harmonies of #F8F579
Complementary color
Monochromatic Colors of #F8F579
Black with #F8F579
Text Example
Text Example
White with #F8F579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F579; }
p { color: rgb(248,245,121); }
H1.HeaderClassName
{
color: #F8F579;
}
.AnyTagClassName
{
color: #F8F579;
}
</style>
background-color css
<style>
a { background-color: #F8F579; }
a { background-color: rgb(248,245,121); }
div.DivClassName
{
background-color: #F8F579;
}
.BgClassName
{
background-color: #F8F579;
}
</style>
border-color css
<style>
span { border-color: #F8F579; }
span { border-color: rgb(248,245,121); }
td.TdClassName
{
border-color: #F8F579;
}
.TagClassName
{
border-color: #F8F579;
}
</style>