Shades of Dolly #F9F76E
Tints of Dolly #F9F76E
RGB
CMYK
RGB Variations
Color information
#F9F76E (or 0xF9F76E) is known color: Dolly. HEX triplet: F9, F7 and 6E. RGB value is (249,247,110). Sum of RGB (Red+Green+Blue) = 249+247+110=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 110 (43.36% from 255 or 18.15% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F76E is #060891. Grayscale: #E8E8E8. Windows color (decimal): -395410 or 7272441. OLE color: 7272441.
HSL color Cylindrical-coordinate representation of color #F9F76E: hue angle of 59.14º 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 #F9F76E is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 247 | 110 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.02 |
| HSL | 59.14º | 0.92% | 0.7% | - |
| HSV(B) | 59.14º | 0.56% | 0.98% | - |
| XYZ | 75.14 | 87.79 | 27.74 | - |
| YUV | 231.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 247 | 110 | 0 | 0.01 | 0.56 | 0.02 | 59.14 | 0.92 | 0.7 |
| Hex | F9 | F7 | 6E | 0 | 1 | 38 | 2 | 3B | 5C | 46 |
| Octal | 371 | 367 | 156 | 0 | 1 | 70 | 2 | 73 | 134 | 106 |
| Binary | 11111001 | 11110111 | 1101110 | 0 | 1 | 111000 | 10 | 111011 | 1011100 | 1000110 |
Color Harmonies of #F9F76E
Complementary color
Monochromatic Colors of #F9F76E
Black with #F9F76E
Text Example
Text Example
White with #F9F76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F76E; }
p { color: rgb(249,247,110); }
H1.HeaderClassName
{
color: #F9F76E;
}
.AnyTagClassName
{
color: #F9F76E;
}
</style>
background-color css
<style>
a { background-color: #F9F76E; }
a { background-color: rgb(249,247,110); }
div.DivClassName
{
background-color: #F9F76E;
}
.BgClassName
{
background-color: #F9F76E;
}
</style>
border-color css
<style>
span { border-color: #F9F76E; }
span { border-color: rgb(249,247,110); }
td.TdClassName
{
border-color: #F9F76E;
}
.TagClassName
{
border-color: #F9F76E;
}
</style>