Shades of Dolly #F8F975
Tints of Dolly #F8F975
RGB
CMYK
RGB Variations
Color information
#F8F975 (or 0xF8F975) is known color: Dolly. HEX triplet: F8, F9 and 75. RGB value is (248,249,117). Sum of RGB (Red+Green+Blue) = 248+249+117=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F975 is #07068A. Grayscale: #EAEAEA. Windows color (decimal): -460427 or 7731704. OLE color: 7731704.
HSL color Cylindrical-coordinate representation of color #F8F975: hue angle of 60.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8F975 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 117 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.02 |
| HSL | 60.45º | 0.92% | 0.72% | - |
| HSV(B) | 60.45º | 0.53% | 0.98% | - |
| XYZ | 75.8 | 88.99 | 30.01 | - |
| YUV | 233.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 117 | 0.00 | 0 | 0.53 | 0.02 | 60.45 | 0.92 | 0.72 |
| Hex | F8 | F9 | 75 | 0 | 0 | 35 | 2 | 3C | 5C | 48 |
| Octal | 370 | 371 | 165 | 0 | 0 | 65 | 2 | 74 | 134 | 110 |
| Binary | 11111000 | 11111001 | 1110101 | 0 | 0 | 110101 | 10 | 111100 | 1011100 | 1001000 |
Color Harmonies of #F8F975
Complementary color
Monochromatic Colors of #F8F975
Black with #F8F975
Text Example
Text Example
White with #F8F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F975; }
p { color: rgb(248,249,117); }
H1.HeaderClassName
{
color: #F8F975;
}
.AnyTagClassName
{
color: #F8F975;
}
</style>
background-color css
<style>
a { background-color: #F8F975; }
a { background-color: rgb(248,249,117); }
div.DivClassName
{
background-color: #F8F975;
}
.BgClassName
{
background-color: #F8F975;
}
</style>
border-color css
<style>
span { border-color: #F8F975; }
span { border-color: rgb(248,249,117); }
td.TdClassName
{
border-color: #F8F975;
}
.TagClassName
{
border-color: #F8F975;
}
</style>