Shades of Dolly #FAFD77
Tints of Dolly #FAFD77
RGB
CMYK
RGB Variations
Color information
#FAFD77 (or 0xFAFD77) is known color: Dolly. HEX triplet: FA, FD and 77. RGB value is (250,253,119). Sum of RGB (Red+Green+Blue) = 250+253+119=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 119 (46.88% from 255 or 19.13% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD77 is #050288. Grayscale: #EDEDED. Windows color (decimal): -328329 or 7863802. OLE color: 7863802.
HSL color Cylindrical-coordinate representation of color #FAFD77: hue angle of 61.34º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAFD77 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 119 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.01 |
| HSL | 61.34º | 0.97% | 0.73% | - |
| HSV(B) | 61.34º | 0.53% | 0.99% | - |
| XYZ | 77.88 | 91.91 | 31.09 | - |
| YUV | 236.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 119 | 0.01 | 0 | 0.53 | 0.01 | 61.34 | 0.97 | 0.73 |
| Hex | FA | FD | 77 | 1 | 0 | 35 | 1 | 3D | 61 | 49 |
| Octal | 372 | 375 | 167 | 1 | 0 | 65 | 1 | 75 | 141 | 111 |
| Binary | 11111010 | 11111101 | 1110111 | 1 | 0 | 110101 | 1 | 111101 | 1100001 | 1001001 |
Color Harmonies of #FAFD77
Complementary color
Monochromatic Colors of #FAFD77
Black with #FAFD77
Text Example
Text Example
White with #FAFD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD77; }
p { color: rgb(250,253,119); }
H1.HeaderClassName
{
color: #FAFD77;
}
.AnyTagClassName
{
color: #FAFD77;
}
</style>
background-color css
<style>
a { background-color: #FAFD77; }
a { background-color: rgb(250,253,119); }
div.DivClassName
{
background-color: #FAFD77;
}
.BgClassName
{
background-color: #FAFD77;
}
</style>
border-color css
<style>
span { border-color: #FAFD77; }
span { border-color: rgb(250,253,119); }
td.TdClassName
{
border-color: #FAFD77;
}
.TagClassName
{
border-color: #FAFD77;
}
</style>