Shades of Dolly #F9FA73
Tints of Dolly #F9FA73
RGB
CMYK
RGB Variations
Color information
#F9FA73 (or 0xF9FA73) is known color: Dolly. HEX triplet: F9, FA and 73. RGB value is (249,250,115). Sum of RGB (Red+Green+Blue) = 249+250+115=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 115 (45.31% from 255 or 18.73% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA73 is #06058C. Grayscale: #EAEAEA. Windows color (decimal): -394637 or 7600889. OLE color: 7600889.
HSL color Cylindrical-coordinate representation of color #F9FA73: hue angle of 60.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9FA73 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 115 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.02 |
| HSL | 60.44º | 0.93% | 0.72% | - |
| HSV(B) | 60.44º | 0.54% | 0.98% | - |
| XYZ | 76.35 | 89.75 | 29.52 | - |
| YUV | 234.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 115 | 0.00 | 0 | 0.54 | 0.02 | 60.44 | 0.93 | 0.72 |
| Hex | F9 | FA | 73 | 0 | 0 | 36 | 2 | 3C | 5D | 48 |
| Octal | 371 | 372 | 163 | 0 | 0 | 66 | 2 | 74 | 135 | 110 |
| Binary | 11111001 | 11111010 | 1110011 | 0 | 0 | 110110 | 10 | 111100 | 1011101 | 1001000 |
Color Harmonies of #F9FA73
Complementary color
Monochromatic Colors of #F9FA73
Black with #F9FA73
Text Example
Text Example
White with #F9FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA73; }
p { color: rgb(249,250,115); }
H1.HeaderClassName
{
color: #F9FA73;
}
.AnyTagClassName
{
color: #F9FA73;
}
</style>
background-color css
<style>
a { background-color: #F9FA73; }
a { background-color: rgb(249,250,115); }
div.DivClassName
{
background-color: #F9FA73;
}
.BgClassName
{
background-color: #F9FA73;
}
</style>
border-color css
<style>
span { border-color: #F9FA73; }
span { border-color: rgb(249,250,115); }
td.TdClassName
{
border-color: #F9FA73;
}
.TagClassName
{
border-color: #F9FA73;
}
</style>