Shades of Dolly #F9F87A
Tints of Dolly #F9F87A
RGB
CMYK
RGB Variations
Color information
#F9F87A (or 0xF9F87A) is known color: Dolly. HEX triplet: F9, F8 and 7A. RGB value is (249,248,122). Sum of RGB (Red+Green+Blue) = 249+248+122=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F87A is #060785. Grayscale: #EAEAEA. Windows color (decimal): -395142 or 8059129. OLE color: 8059129.
HSL color Cylindrical-coordinate representation of color #F9F87A: hue angle of 59.53º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9F87A is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 122 | - |
| CMYK | 0 | 0.00 | 0.51 | 0.02 |
| HSL | 59.53º | 0.91% | 0.73% | - |
| HSV(B) | 59.53º | 0.51% | 0.98% | - |
| XYZ | 76.15 | 88.68 | 31.52 | - |
| YUV | 233.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 122 | 0 | 0.00 | 0.51 | 0.02 | 59.53 | 0.91 | 0.73 |
| Hex | F9 | F8 | 7A | 0 | 0 | 33 | 2 | 3C | 5B | 49 |
| Octal | 371 | 370 | 172 | 0 | 0 | 63 | 2 | 74 | 133 | 111 |
| Binary | 11111001 | 11111000 | 1111010 | 0 | 0 | 110011 | 10 | 111100 | 1011011 | 1001001 |
Color Harmonies of #F9F87A
Complementary color
Monochromatic Colors of #F9F87A
Black with #F9F87A
Text Example
Text Example
White with #F9F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F87A; }
p { color: rgb(249,248,122); }
H1.HeaderClassName
{
color: #F9F87A;
}
.AnyTagClassName
{
color: #F9F87A;
}
</style>
background-color css
<style>
a { background-color: #F9F87A; }
a { background-color: rgb(249,248,122); }
div.DivClassName
{
background-color: #F9F87A;
}
.BgClassName
{
background-color: #F9F87A;
}
</style>
border-color css
<style>
span { border-color: #F9F87A; }
span { border-color: rgb(249,248,122); }
td.TdClassName
{
border-color: #F9F87A;
}
.TagClassName
{
border-color: #F9F87A;
}
</style>