Shades of Dolly #FAF977
Tints of Dolly #FAF977
RGB
CMYK
RGB Variations
Color information
#FAF977 (or 0xFAF977) is known color: Dolly. HEX triplet: FA, F9 and 77. RGB value is (250,249,119). Sum of RGB (Red+Green+Blue) = 250+249+119=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 119 (46.88% from 255 or 19.26% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF977 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF977 is #050688. Grayscale: #EBEBEB. Windows color (decimal): -329353 or 7862778. OLE color: 7862778.
HSL color Cylindrical-coordinate representation of color #FAF977: hue angle of 59.54º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAF977 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 119 | - |
| CMYK | 0 | 0.00 | 0.52 | 0.02 |
| HSL | 59.54º | 0.93% | 0.72% | - |
| HSV(B) | 59.54º | 0.52% | 0.98% | - |
| XYZ | 76.63 | 89.41 | 30.67 | - |
| YUV | 234.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 119 | 0 | 0.00 | 0.52 | 0.02 | 59.54 | 0.93 | 0.72 |
| Hex | FA | F9 | 77 | 0 | 0 | 34 | 2 | 3C | 5D | 48 |
| Octal | 372 | 371 | 167 | 0 | 0 | 64 | 2 | 74 | 135 | 110 |
| Binary | 11111010 | 11111001 | 1110111 | 0 | 0 | 110100 | 10 | 111100 | 1011101 | 1001000 |
Color Harmonies of #FAF977
Complementary color
Monochromatic Colors of #FAF977
Black with #FAF977
Text Example
Text Example
White with #FAF977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF977; }
p { color: rgb(250,249,119); }
H1.HeaderClassName
{
color: #FAF977;
}
.AnyTagClassName
{
color: #FAF977;
}
</style>
background-color css
<style>
a { background-color: #FAF977; }
a { background-color: rgb(250,249,119); }
div.DivClassName
{
background-color: #FAF977;
}
.BgClassName
{
background-color: #FAF977;
}
</style>
border-color css
<style>
span { border-color: #FAF977; }
span { border-color: rgb(250,249,119); }
td.TdClassName
{
border-color: #FAF977;
}
.TagClassName
{
border-color: #FAF977;
}
</style>