Shades of Dolly #F8F96C
Tints of Dolly #F8F96C
RGB
CMYK
RGB Variations
Color information
#F8F96C (or 0xF8F96C) is known color: Dolly. HEX triplet: F8, F9 and 6C. RGB value is (248,249,108). Sum of RGB (Red+Green+Blue) = 248+249+108=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 108 (42.58% from 255 or 17.85% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F96C is #070693. Grayscale: #E9E9E9. Windows color (decimal): -460436 or 7141880. OLE color: 7141880.
HSL color Cylindrical-coordinate representation of color #F8F96C: hue angle of 60.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8F96C is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 108 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.02 |
| HSL | 60.43º | 0.92% | 0.7% | - |
| HSV(B) | 60.43º | 0.57% | 0.98% | - |
| XYZ | 75.29 | 88.79 | 27.36 | - |
| YUV | 232.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 108 | 0.00 | 0 | 0.57 | 0.02 | 60.43 | 0.92 | 0.7 |
| Hex | F8 | F9 | 6C | 0 | 0 | 39 | 2 | 3C | 5C | 46 |
| Octal | 370 | 371 | 154 | 0 | 0 | 71 | 2 | 74 | 134 | 106 |
| Binary | 11111000 | 11111001 | 1101100 | 0 | 0 | 111001 | 10 | 111100 | 1011100 | 1000110 |
Color Harmonies of #F8F96C
Complementary color
Monochromatic Colors of #F8F96C
Black with #F8F96C
Text Example
Text Example
White with #F8F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F96C; }
p { color: rgb(248,249,108); }
H1.HeaderClassName
{
color: #F8F96C;
}
.AnyTagClassName
{
color: #F8F96C;
}
</style>
background-color css
<style>
a { background-color: #F8F96C; }
a { background-color: rgb(248,249,108); }
div.DivClassName
{
background-color: #F8F96C;
}
.BgClassName
{
background-color: #F8F96C;
}
</style>
border-color css
<style>
span { border-color: #F8F96C; }
span { border-color: rgb(248,249,108); }
td.TdClassName
{
border-color: #F8F96C;
}
.TagClassName
{
border-color: #F8F96C;
}
</style>