Shades of Dolly #F8F56C
Tints of Dolly #F8F56C
RGB
CMYK
RGB Variations
Color information
#F8F56C (or 0xF8F56C) is known color: Dolly. HEX triplet: F8, F5 and 6C. RGB value is (248,245,108). Sum of RGB (Red+Green+Blue) = 248+245+108=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 108 (42.58% from 255 or 17.97% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F56C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F56C is #070A93. Grayscale: #E6E6E6. Windows color (decimal): -461460 or 7140856. OLE color: 7140856.
HSL color Cylindrical-coordinate representation of color #F8F56C: hue angle of 58.71º 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 #F8F56C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 108 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.03 |
| HSL | 58.71º | 0.91% | 0.7% | - |
| HSV(B) | 58.71º | 0.56% | 0.97% | - |
| XYZ | 74.07 | 86.34 | 26.95 | - |
| YUV | 230.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 108 | 0 | 0.01 | 0.56 | 0.03 | 58.71 | 0.91 | 0.7 |
| Hex | F8 | F5 | 6C | 0 | 1 | 38 | 3 | 3B | 5B | 46 |
| Octal | 370 | 365 | 154 | 0 | 1 | 70 | 3 | 73 | 133 | 106 |
| Binary | 11111000 | 11110101 | 1101100 | 0 | 1 | 111000 | 11 | 111011 | 1011011 | 1000110 |
Color Harmonies of #F8F56C
Complementary color
Monochromatic Colors of #F8F56C
Black with #F8F56C
Text Example
Text Example
White with #F8F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F56C; }
p { color: rgb(248,245,108); }
H1.HeaderClassName
{
color: #F8F56C;
}
.AnyTagClassName
{
color: #F8F56C;
}
</style>
background-color css
<style>
a { background-color: #F8F56C; }
a { background-color: rgb(248,245,108); }
div.DivClassName
{
background-color: #F8F56C;
}
.BgClassName
{
background-color: #F8F56C;
}
</style>
border-color css
<style>
span { border-color: #F8F56C; }
span { border-color: rgb(248,245,108); }
td.TdClassName
{
border-color: #F8F56C;
}
.TagClassName
{
border-color: #F8F56C;
}
</style>