Shades of Dolly #F9F878
Tints of Dolly #F9F878
RGB
CMYK
RGB Variations
Color information
#F9F878 (or 0xF9F878) is known color: Dolly. HEX triplet: F9, F8 and 78. RGB value is (249,248,120). Sum of RGB (Red+Green+Blue) = 249+248+120=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 120 (47.27% from 255 or 19.45% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F878 is #060787. Grayscale: #EAEAEA. Windows color (decimal): -395144 or 7928057. OLE color: 7928057.
HSL color Cylindrical-coordinate representation of color #F9F878: hue angle of 59.53º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9F878 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 120 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.02 |
| HSL | 59.53º | 0.91% | 0.72% | - |
| HSV(B) | 59.53º | 0.52% | 0.98% | - |
| XYZ | 76.02 | 88.63 | 30.87 | - |
| YUV | 233.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 120 | 0 | 0.00 | 0.52 | 0.02 | 59.53 | 0.91 | 0.72 |
| Hex | F9 | F8 | 78 | 0 | 0 | 34 | 2 | 3C | 5B | 48 |
| Octal | 371 | 370 | 170 | 0 | 0 | 64 | 2 | 74 | 133 | 110 |
| Binary | 11111001 | 11111000 | 1111000 | 0 | 0 | 110100 | 10 | 111100 | 1011011 | 1001000 |
Color Harmonies of #F9F878
Complementary color
Monochromatic Colors of #F9F878
Black with #F9F878
Text Example
Text Example
White with #F9F878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F878; }
p { color: rgb(249,248,120); }
H1.HeaderClassName
{
color: #F9F878;
}
.AnyTagClassName
{
color: #F9F878;
}
</style>
background-color css
<style>
a { background-color: #F9F878; }
a { background-color: rgb(249,248,120); }
div.DivClassName
{
background-color: #F9F878;
}
.BgClassName
{
background-color: #F9F878;
}
</style>
border-color css
<style>
span { border-color: #F9F878; }
span { border-color: rgb(249,248,120); }
td.TdClassName
{
border-color: #F9F878;
}
.TagClassName
{
border-color: #F9F878;
}
</style>