Shades of Dolly #F8F578
Tints of Dolly #F8F578
RGB
CMYK
RGB Variations
Color information
#F8F578 (or 0xF8F578) is known color: Dolly. HEX triplet: F8, F5 and 78. RGB value is (248,245,120). Sum of RGB (Red+Green+Blue) = 248+245+120=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 120 (47.27% from 255 or 19.58% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F578 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F578 is #070A87. Grayscale: #E8E8E8. Windows color (decimal): -461448 or 7927288. OLE color: 7927288.
HSL color Cylindrical-coordinate representation of color #F8F578: hue angle of 58.59º 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 #F8F578 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 120 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.03 |
| HSL | 58.59º | 0.9% | 0.72% | - |
| HSV(B) | 58.59º | 0.52% | 0.97% | - |
| XYZ | 74.75 | 86.62 | 30.55 | - |
| YUV | 231.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 120 | 0 | 0.01 | 0.52 | 0.03 | 58.59 | 0.9 | 0.72 |
| Hex | F8 | F5 | 78 | 0 | 1 | 34 | 3 | 3B | 5A | 48 |
| Octal | 370 | 365 | 170 | 0 | 1 | 64 | 3 | 73 | 132 | 110 |
| Binary | 11111000 | 11110101 | 1111000 | 0 | 1 | 110100 | 11 | 111011 | 1011010 | 1001000 |
Color Harmonies of #F8F578
Complementary color
Monochromatic Colors of #F8F578
Black with #F8F578
Text Example
Text Example
White with #F8F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F578; }
p { color: rgb(248,245,120); }
H1.HeaderClassName
{
color: #F8F578;
}
.AnyTagClassName
{
color: #F8F578;
}
</style>
background-color css
<style>
a { background-color: #F8F578; }
a { background-color: rgb(248,245,120); }
div.DivClassName
{
background-color: #F8F578;
}
.BgClassName
{
background-color: #F8F578;
}
</style>
border-color css
<style>
span { border-color: #F8F578; }
span { border-color: rgb(248,245,120); }
td.TdClassName
{
border-color: #F8F578;
}
.TagClassName
{
border-color: #F8F578;
}
</style>