Shades of Dolly #F8F76E
Tints of Dolly #F8F76E
RGB
CMYK
RGB Variations
Color information
#F8F76E (or 0xF8F76E) is known color: Dolly. HEX triplet: F8, F7 and 6E. RGB value is (248,247,110). Sum of RGB (Red+Green+Blue) = 248+247+110=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 110 (43.36% from 255 or 18.18% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F76E is #070891. Grayscale: #E8E8E8. Windows color (decimal): -460946 or 7272440. OLE color: 7272440.
HSL color Cylindrical-coordinate representation of color #F8F76E: hue angle of 59.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8F76E is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 110 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.03 |
| HSL | 59.57º | 0.91% | 0.7% | - |
| HSV(B) | 59.57º | 0.56% | 0.97% | - |
| XYZ | 74.79 | 87.6 | 27.72 | - |
| YUV | 231.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 110 | 0 | 0.00 | 0.56 | 0.03 | 59.57 | 0.91 | 0.7 |
| Hex | F8 | F7 | 6E | 0 | 0 | 38 | 3 | 3C | 5B | 46 |
| Octal | 370 | 367 | 156 | 0 | 0 | 70 | 3 | 74 | 133 | 106 |
| Binary | 11111000 | 11110111 | 1101110 | 0 | 0 | 111000 | 11 | 111100 | 1011011 | 1000110 |
Color Harmonies of #F8F76E
Complementary color
Monochromatic Colors of #F8F76E
Black with #F8F76E
Text Example
Text Example
White with #F8F76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F76E; }
p { color: rgb(248,247,110); }
H1.HeaderClassName
{
color: #F8F76E;
}
.AnyTagClassName
{
color: #F8F76E;
}
</style>
background-color css
<style>
a { background-color: #F8F76E; }
a { background-color: rgb(248,247,110); }
div.DivClassName
{
background-color: #F8F76E;
}
.BgClassName
{
background-color: #F8F76E;
}
</style>
border-color css
<style>
span { border-color: #F8F76E; }
span { border-color: rgb(248,247,110); }
td.TdClassName
{
border-color: #F8F76E;
}
.TagClassName
{
border-color: #F8F76E;
}
</style>