Shades of Dolly #F9F671
Tints of Dolly #F9F671
RGB
CMYK
RGB Variations
Color information
#F9F671 (or 0xF9F671) is known color: Dolly. HEX triplet: F9, F6 and 71. RGB value is (249,246,113). Sum of RGB (Red+Green+Blue) = 249+246+113=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 113 (44.53% from 255 or 18.59% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F671 is #06098E. Grayscale: #E8E8E8. Windows color (decimal): -395663 or 7468793. OLE color: 7468793.
HSL color Cylindrical-coordinate representation of color #F9F671: hue angle of 58.68º degrees, saturation: 0.92, 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 #F9F671 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 113 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.02 |
| HSL | 58.68º | 0.92% | 0.71% | - |
| HSV(B) | 58.68º | 0.55% | 0.98% | - |
| XYZ | 75 | 87.24 | 28.51 | - |
| YUV | 231.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 113 | 0 | 0.01 | 0.55 | 0.02 | 58.68 | 0.92 | 0.71 |
| Hex | F9 | F6 | 71 | 0 | 1 | 37 | 2 | 3B | 5C | 47 |
| Octal | 371 | 366 | 161 | 0 | 1 | 67 | 2 | 73 | 134 | 107 |
| Binary | 11111001 | 11110110 | 1110001 | 0 | 1 | 110111 | 10 | 111011 | 1011100 | 1000111 |
Color Harmonies of #F9F671
Complementary color
Monochromatic Colors of #F9F671
Black with #F9F671
Text Example
Text Example
White with #F9F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F671; }
p { color: rgb(249,246,113); }
H1.HeaderClassName
{
color: #F9F671;
}
.AnyTagClassName
{
color: #F9F671;
}
</style>
background-color css
<style>
a { background-color: #F9F671; }
a { background-color: rgb(249,246,113); }
div.DivClassName
{
background-color: #F9F671;
}
.BgClassName
{
background-color: #F9F671;
}
</style>
border-color css
<style>
span { border-color: #F9F671; }
span { border-color: rgb(249,246,113); }
td.TdClassName
{
border-color: #F9F671;
}
.TagClassName
{
border-color: #F9F671;
}
</style>