Shades of Dolly #F7F570
Tints of Dolly #F7F570
RGB
CMYK
RGB Variations
Color information
#F7F570 (or 0xF7F570) is known color: Dolly. HEX triplet: F7, F5 and 70. RGB value is (247,245,112). Sum of RGB (Red+Green+Blue) = 247+245+112=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 112 (44.14% from 255 or 18.54% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F570 is #080A8F. Grayscale: #E6E6E6. Windows color (decimal): -526992 or 7402999. OLE color: 7402999.
HSL color Cylindrical-coordinate representation of color #F7F570: hue angle of 59.11º 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 #F7F570 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 112 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.03 |
| HSL | 59.11º | 0.89% | 0.7% | - |
| HSV(B) | 59.11º | 0.55% | 0.97% | - |
| XYZ | 73.93 | 86.25 | 28.08 | - |
| YUV | 230.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 112 | 0 | 0.01 | 0.55 | 0.03 | 59.11 | 0.89 | 0.7 |
| Hex | F7 | F5 | 70 | 0 | 1 | 37 | 3 | 3B | 59 | 46 |
| Octal | 367 | 365 | 160 | 0 | 1 | 67 | 3 | 73 | 131 | 106 |
| Binary | 11110111 | 11110101 | 1110000 | 0 | 1 | 110111 | 11 | 111011 | 1011001 | 1000110 |
Color Harmonies of #F7F570
Complementary color
Monochromatic Colors of #F7F570
Black with #F7F570
Text Example
Text Example
White with #F7F570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F570; }
p { color: rgb(247,245,112); }
H1.HeaderClassName
{
color: #F7F570;
}
.AnyTagClassName
{
color: #F7F570;
}
</style>
background-color css
<style>
a { background-color: #F7F570; }
a { background-color: rgb(247,245,112); }
div.DivClassName
{
background-color: #F7F570;
}
.BgClassName
{
background-color: #F7F570;
}
</style>
border-color css
<style>
span { border-color: #F7F570; }
span { border-color: rgb(247,245,112); }
td.TdClassName
{
border-color: #F7F570;
}
.TagClassName
{
border-color: #F7F570;
}
</style>