Shades of Dolly #F7F87A
Tints of Dolly #F7F87A
RGB
CMYK
RGB Variations
Color information
#F7F87A (or 0xF7F87A) is known color: Dolly. HEX triplet: F7, F8 and 7A. RGB value is (247,248,122). Sum of RGB (Red+Green+Blue) = 247+248+122=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 122 (48.05% from 255 or 19.77% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #F7F87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F87A is #080785. Grayscale: #E9E9E9. Windows color (decimal): -526214 or 8059127. OLE color: 8059127.
HSL color Cylindrical-coordinate representation of color #F7F87A: hue angle of 60.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F7F87A is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 248 | 122 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.03 |
| HSL | 60.48º | 0.9% | 0.73% | - |
| HSV(B) | 60.48º | 0.51% | 0.97% | - |
| XYZ | 75.44 | 88.31 | 31.48 | - |
| YUV | 233.34 | 65.17 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 248 | 122 | 0.00 | 0 | 0.51 | 0.03 | 60.48 | 0.9 | 0.73 |
| Hex | F7 | F8 | 7A | 0 | 0 | 33 | 3 | 3C | 5A | 49 |
| Octal | 367 | 370 | 172 | 0 | 0 | 63 | 3 | 74 | 132 | 111 |
| Binary | 11110111 | 11111000 | 1111010 | 0 | 0 | 110011 | 11 | 111100 | 1011010 | 1001001 |
Color Harmonies of #F7F87A
Complementary color
Monochromatic Colors of #F7F87A
Black with #F7F87A
Text Example
Text Example
White with #F7F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F87A; }
p { color: rgb(247,248,122); }
H1.HeaderClassName
{
color: #F7F87A;
}
.AnyTagClassName
{
color: #F7F87A;
}
</style>
background-color css
<style>
a { background-color: #F7F87A; }
a { background-color: rgb(247,248,122); }
div.DivClassName
{
background-color: #F7F87A;
}
.BgClassName
{
background-color: #F7F87A;
}
</style>
border-color css
<style>
span { border-color: #F7F87A; }
span { border-color: rgb(247,248,122); }
td.TdClassName
{
border-color: #F7F87A;
}
.TagClassName
{
border-color: #F7F87A;
}
</style>