Shades of Dolly #F7FA6D
Tints of Dolly #F7FA6D
RGB
CMYK
RGB Variations
Color information
#F7FA6D (or 0xF7FA6D) is known color: Dolly. HEX triplet: F7, FA and 6D. RGB value is (247,250,109). Sum of RGB (Red+Green+Blue) = 247+250+109=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 109 (42.97% from 255 or 17.99% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FA6D is #080592. Grayscale: #E9E9E9. Windows color (decimal): -525715 or 7207671. OLE color: 7207671.
HSL color Cylindrical-coordinate representation of color #F7FA6D: hue angle of 61.28º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7FA6D is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 109 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.02 |
| HSL | 61.28º | 0.93% | 0.7% | - |
| HSV(B) | 61.28º | 0.56% | 0.98% | - |
| XYZ | 75.3 | 89.25 | 27.73 | - |
| YUV | 233.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 109 | 0.01 | 0 | 0.56 | 0.02 | 61.28 | 0.93 | 0.7 |
| Hex | F7 | FA | 6D | 1 | 0 | 38 | 2 | 3D | 5D | 46 |
| Octal | 367 | 372 | 155 | 1 | 0 | 70 | 2 | 75 | 135 | 106 |
| Binary | 11110111 | 11111010 | 1101101 | 1 | 0 | 111000 | 10 | 111101 | 1011101 | 1000110 |
Color Harmonies of #F7FA6D
Complementary color
Monochromatic Colors of #F7FA6D
Black with #F7FA6D
Text Example
Text Example
White with #F7FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA6D; }
p { color: rgb(247,250,109); }
H1.HeaderClassName
{
color: #F7FA6D;
}
.AnyTagClassName
{
color: #F7FA6D;
}
</style>
background-color css
<style>
a { background-color: #F7FA6D; }
a { background-color: rgb(247,250,109); }
div.DivClassName
{
background-color: #F7FA6D;
}
.BgClassName
{
background-color: #F7FA6D;
}
</style>
border-color css
<style>
span { border-color: #F7FA6D; }
span { border-color: rgb(247,250,109); }
td.TdClassName
{
border-color: #F7FA6D;
}
.TagClassName
{
border-color: #F7FA6D;
}
</style>