Shades of Dolly #F9FA70
Tints of Dolly #F9FA70
RGB
CMYK
RGB Variations
Color information
#F9FA70 (or 0xF9FA70) is known color: Dolly. HEX triplet: F9, FA and 70. RGB value is (249,250,112). Sum of RGB (Red+Green+Blue) = 249+250+112=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA70 is #06058F. Grayscale: #EAEAEA. Windows color (decimal): -394640 or 7404281. OLE color: 7404281.
HSL color Cylindrical-coordinate representation of color #F9FA70: hue angle of 60.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9FA70 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 112 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.02 |
| HSL | 60.43º | 0.93% | 0.71% | - |
| HSV(B) | 60.43º | 0.55% | 0.98% | - |
| XYZ | 76.18 | 89.68 | 28.62 | - |
| YUV | 233.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 112 | 0.00 | 0 | 0.55 | 0.02 | 60.43 | 0.93 | 0.71 |
| Hex | F9 | FA | 70 | 0 | 0 | 37 | 2 | 3C | 5D | 47 |
| Octal | 371 | 372 | 160 | 0 | 0 | 67 | 2 | 74 | 135 | 107 |
| Binary | 11111001 | 11111010 | 1110000 | 0 | 0 | 110111 | 10 | 111100 | 1011101 | 1000111 |
Color Harmonies of #F9FA70
Complementary color
Monochromatic Colors of #F9FA70
Black with #F9FA70
Text Example
Text Example
White with #F9FA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA70; }
p { color: rgb(249,250,112); }
H1.HeaderClassName
{
color: #F9FA70;
}
.AnyTagClassName
{
color: #F9FA70;
}
</style>
background-color css
<style>
a { background-color: #F9FA70; }
a { background-color: rgb(249,250,112); }
div.DivClassName
{
background-color: #F9FA70;
}
.BgClassName
{
background-color: #F9FA70;
}
</style>
border-color css
<style>
span { border-color: #F9FA70; }
span { border-color: rgb(249,250,112); }
td.TdClassName
{
border-color: #F9FA70;
}
.TagClassName
{
border-color: #F9FA70;
}
</style>