Shades of Dolly #F7F573
Tints of Dolly #F7F573
RGB
CMYK
RGB Variations
Color information
#F7F573 (or 0xF7F573) is known color: Dolly. HEX triplet: F7, F5 and 73. RGB value is (247,245,115). Sum of RGB (Red+Green+Blue) = 247+245+115=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F573 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F573 is #080A8C. Grayscale: #E7E7E7. Windows color (decimal): -526989 or 7599607. OLE color: 7599607.
HSL color Cylindrical-coordinate representation of color #F7F573: hue angle of 59.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7F573 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 115 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.03 |
| HSL | 59.09º | 0.89% | 0.71% | - |
| HSV(B) | 59.09º | 0.53% | 0.97% | - |
| XYZ | 74.1 | 86.32 | 28.97 | - |
| YUV | 230.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 115 | 0 | 0.01 | 0.53 | 0.03 | 59.09 | 0.89 | 0.71 |
| Hex | F7 | F5 | 73 | 0 | 1 | 35 | 3 | 3B | 59 | 47 |
| Octal | 367 | 365 | 163 | 0 | 1 | 65 | 3 | 73 | 131 | 107 |
| Binary | 11110111 | 11110101 | 1110011 | 0 | 1 | 110101 | 11 | 111011 | 1011001 | 1000111 |
Color Harmonies of #F7F573
Complementary color
Monochromatic Colors of #F7F573
Black with #F7F573
Text Example
Text Example
White with #F7F573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F573; }
p { color: rgb(247,245,115); }
H1.HeaderClassName
{
color: #F7F573;
}
.AnyTagClassName
{
color: #F7F573;
}
</style>
background-color css
<style>
a { background-color: #F7F573; }
a { background-color: rgb(247,245,115); }
div.DivClassName
{
background-color: #F7F573;
}
.BgClassName
{
background-color: #F7F573;
}
</style>
border-color css
<style>
span { border-color: #F7F573; }
span { border-color: rgb(247,245,115); }
td.TdClassName
{
border-color: #F7F573;
}
.TagClassName
{
border-color: #F7F573;
}
</style>