Shades of Dolly #F9F873
Tints of Dolly #F9F873
RGB
CMYK
RGB Variations
Color information
#F9F873 (or 0xF9F873) is known color: Dolly. HEX triplet: F9, F8 and 73. RGB value is (249,248,115). Sum of RGB (Red+Green+Blue) = 249+248+115=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 115 (45.31% from 255 or 18.79% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F873 is #06078C. Grayscale: #E9E9E9. Windows color (decimal): -395149 or 7600377. OLE color: 7600377.
HSL color Cylindrical-coordinate representation of color #F9F873: hue angle of 59.55º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9F873 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 115 | - |
| CMYK | 0 | 0.00 | 0.54 | 0.02 |
| HSL | 59.55º | 0.92% | 0.71% | - |
| HSV(B) | 59.55º | 0.54% | 0.98% | - |
| XYZ | 75.73 | 88.51 | 29.31 | - |
| YUV | 233.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 115 | 0 | 0.00 | 0.54 | 0.02 | 59.55 | 0.92 | 0.71 |
| Hex | F9 | F8 | 73 | 0 | 0 | 36 | 2 | 3C | 5C | 47 |
| Octal | 371 | 370 | 163 | 0 | 0 | 66 | 2 | 74 | 134 | 107 |
| Binary | 11111001 | 11111000 | 1110011 | 0 | 0 | 110110 | 10 | 111100 | 1011100 | 1000111 |
Color Harmonies of #F9F873
Complementary color
Monochromatic Colors of #F9F873
Black with #F9F873
Text Example
Text Example
White with #F9F873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F873; }
p { color: rgb(249,248,115); }
H1.HeaderClassName
{
color: #F9F873;
}
.AnyTagClassName
{
color: #F9F873;
}
</style>
background-color css
<style>
a { background-color: #F9F873; }
a { background-color: rgb(249,248,115); }
div.DivClassName
{
background-color: #F9F873;
}
.BgClassName
{
background-color: #F9F873;
}
</style>
border-color css
<style>
span { border-color: #F9F873; }
span { border-color: rgb(249,248,115); }
td.TdClassName
{
border-color: #F9F873;
}
.TagClassName
{
border-color: #F9F873;
}
</style>