Shades of Dolly #F8F875
Tints of Dolly #F8F875
RGB
CMYK
RGB Variations
Color information
#F8F875 (or 0xF8F875) is known color: Dolly. HEX triplet: F8, F8 and 75. RGB value is (248,248,117). Sum of RGB (Red+Green+Blue) = 248+248+117=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 117 (46.09% from 255 or 19.09% from 613); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F875 is #07078A. Grayscale: #E9E9E9. Windows color (decimal): -460683 or 7731448. OLE color: 7731448.
HSL color Cylindrical-coordinate representation of color #F8F875: hue angle of 60º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8F875 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 117 | - |
| CMYK | 0 | 0 | 0.53 | 0.03 |
| HSL | 60º | 0.9% | 0.72% | - |
| HSV(B) | 60º | 0.53% | 0.97% | - |
| XYZ | 75.49 | 88.38 | 29.91 | - |
| YUV | 233.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 117 | 0 | 0 | 0.53 | 0.03 | 60 | 0.9 | 0.72 |
| Hex | F8 | F8 | 75 | 0 | 0 | 35 | 3 | 3C | 5A | 48 |
| Octal | 370 | 370 | 165 | 0 | 0 | 65 | 3 | 74 | 132 | 110 |
| Binary | 11111000 | 11111000 | 1110101 | 0 | 0 | 110101 | 11 | 111100 | 1011010 | 1001000 |
Color Harmonies of #F8F875
Complementary color
Monochromatic Colors of #F8F875
Black with #F8F875
Text Example
Text Example
White with #F8F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F875; }
p { color: rgb(248,248,117); }
H1.HeaderClassName
{
color: #F8F875;
}
.AnyTagClassName
{
color: #F8F875;
}
</style>
background-color css
<style>
a { background-color: #F8F875; }
a { background-color: rgb(248,248,117); }
div.DivClassName
{
background-color: #F8F875;
}
.BgClassName
{
background-color: #F8F875;
}
</style>
border-color css
<style>
span { border-color: #F8F875; }
span { border-color: rgb(248,248,117); }
td.TdClassName
{
border-color: #F8F875;
}
.TagClassName
{
border-color: #F8F875;
}
</style>