Shades of Dolly #F7F170
Tints of Dolly #F7F170
RGB
CMYK
RGB Variations
Color information
#F7F170 (or 0xF7F170) is known color: Dolly. HEX triplet: F7, F1 and 70. RGB value is (247,241,112). Sum of RGB (Red+Green+Blue) = 247+241+112=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F170 is #080E8F. Grayscale: #E4E4E4. Windows color (decimal): -528016 or 7401975. OLE color: 7401975.
HSL color Cylindrical-coordinate representation of color #F7F170: hue angle of 57.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7F170 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 112 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.03 |
| HSL | 57.33º | 0.89% | 0.7% | - |
| HSV(B) | 57.33º | 0.55% | 0.97% | - |
| XYZ | 72.74 | 83.85 | 27.68 | - |
| YUV | 228.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 112 | 0 | 0.02 | 0.55 | 0.03 | 57.33 | 0.89 | 0.7 |
| Hex | F7 | F1 | 70 | 0 | 2 | 37 | 3 | 39 | 59 | 46 |
| Octal | 367 | 361 | 160 | 0 | 2 | 67 | 3 | 71 | 131 | 106 |
| Binary | 11110111 | 11110001 | 1110000 | 0 | 10 | 110111 | 11 | 111001 | 1011001 | 1000110 |
Color Harmonies of #F7F170
Complementary color
Monochromatic Colors of #F7F170
Black with #F7F170
Text Example
Text Example
White with #F7F170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F170; }
p { color: rgb(247,241,112); }
H1.HeaderClassName
{
color: #F7F170;
}
.AnyTagClassName
{
color: #F7F170;
}
</style>
background-color css
<style>
a { background-color: #F7F170; }
a { background-color: rgb(247,241,112); }
div.DivClassName
{
background-color: #F7F170;
}
.BgClassName
{
background-color: #F7F170;
}
</style>
border-color css
<style>
span { border-color: #F7F170; }
span { border-color: rgb(247,241,112); }
td.TdClassName
{
border-color: #F7F170;
}
.TagClassName
{
border-color: #F7F170;
}
</style>