Shades of Dolly #F9F96D
Tints of Dolly #F9F96D
RGB
CMYK
RGB Variations
Color information
#F9F96D (or 0xF9F96D) is known color: Dolly. HEX triplet: F9, F9 and 6D. RGB value is (249,249,109). Sum of RGB (Red+Green+Blue) = 249+249+109=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 109 (42.97% from 255 or 17.96% from 607); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F96D is #060692. Grayscale: #E9E9E9. Windows color (decimal): -394899 or 7207417. OLE color: 7207417.
HSL color Cylindrical-coordinate representation of color #F9F96D: hue angle of 60º 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 #F9F96D is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 249 | 109 | - |
| CMYK | 0 | 0 | 0.56 | 0.02 |
| HSL | 60º | 0.92% | 0.7% | - |
| HSV(B) | 60º | 0.56% | 0.98% | - |
| XYZ | 75.7 | 89 | 27.66 | - |
| YUV | 233.04 | 58 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 249 | 109 | 0 | 0 | 0.56 | 0.02 | 60 | 0.92 | 0.7 |
| Hex | F9 | F9 | 6D | 0 | 0 | 38 | 2 | 3C | 5C | 46 |
| Octal | 371 | 371 | 155 | 0 | 0 | 70 | 2 | 74 | 134 | 106 |
| Binary | 11111001 | 11111001 | 1101101 | 0 | 0 | 111000 | 10 | 111100 | 1011100 | 1000110 |
Color Harmonies of #F9F96D
Complementary color
Monochromatic Colors of #F9F96D
Black with #F9F96D
Text Example
Text Example
White with #F9F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F96D; }
p { color: rgb(249,249,109); }
H1.HeaderClassName
{
color: #F9F96D;
}
.AnyTagClassName
{
color: #F9F96D;
}
</style>
background-color css
<style>
a { background-color: #F9F96D; }
a { background-color: rgb(249,249,109); }
div.DivClassName
{
background-color: #F9F96D;
}
.BgClassName
{
background-color: #F9F96D;
}
</style>
border-color css
<style>
span { border-color: #F9F96D; }
span { border-color: rgb(249,249,109); }
td.TdClassName
{
border-color: #F9F96D;
}
.TagClassName
{
border-color: #F9F96D;
}
</style>