Shades of Dolly #F9F86E
Tints of Dolly #F9F86E
RGB
CMYK
RGB Variations
Color information
#F9F86E (or 0xF9F86E) is known color: Dolly. HEX triplet: F9, F8 and 6E. RGB value is (249,248,110). Sum of RGB (Red+Green+Blue) = 249+248+110=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 110 (43.36% from 255 or 18.12% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F86E is #060791. Grayscale: #E9E9E9. Windows color (decimal): -395154 or 7272697. OLE color: 7272697.
HSL color Cylindrical-coordinate representation of color #F9F86E: hue angle of 59.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9F86E is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 110 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.02 |
| HSL | 59.57º | 0.92% | 0.7% | - |
| HSV(B) | 59.57º | 0.56% | 0.98% | - |
| XYZ | 75.45 | 88.4 | 27.84 | - |
| YUV | 232.57 | 58.83 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 110 | 0 | 0.00 | 0.56 | 0.02 | 59.57 | 0.92 | 0.7 |
| Hex | F9 | F8 | 6E | 0 | 0 | 38 | 2 | 3C | 5C | 46 |
| Octal | 371 | 370 | 156 | 0 | 0 | 70 | 2 | 74 | 134 | 106 |
| Binary | 11111001 | 11111000 | 1101110 | 0 | 0 | 111000 | 10 | 111100 | 1011100 | 1000110 |
Color Harmonies of #F9F86E
Complementary color
Monochromatic Colors of #F9F86E
Black with #F9F86E
Text Example
Text Example
White with #F9F86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F86E; }
p { color: rgb(249,248,110); }
H1.HeaderClassName
{
color: #F9F86E;
}
.AnyTagClassName
{
color: #F9F86E;
}
</style>
background-color css
<style>
a { background-color: #F9F86E; }
a { background-color: rgb(249,248,110); }
div.DivClassName
{
background-color: #F9F86E;
}
.BgClassName
{
background-color: #F9F86E;
}
</style>
border-color css
<style>
span { border-color: #F9F86E; }
span { border-color: rgb(249,248,110); }
td.TdClassName
{
border-color: #F9F86E;
}
.TagClassName
{
border-color: #F9F86E;
}
</style>