Shades of Dolly #FAF976
Tints of Dolly #FAF976
RGB
CMYK
RGB Variations
Color information
#FAF976 (or 0xFAF976) is known color: Dolly. HEX triplet: FA, F9 and 76. RGB value is (250,249,118). Sum of RGB (Red+Green+Blue) = 250+249+118=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 118 (46.48% from 255 or 19.12% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF976 is #050689. Grayscale: #EAEAEA. Windows color (decimal): -329354 or 7797242. OLE color: 7797242.
HSL color Cylindrical-coordinate representation of color #FAF976: hue angle of 59.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAF976 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 118 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.02 |
| HSL | 59.55º | 0.93% | 0.72% | - |
| HSV(B) | 59.55º | 0.53% | 0.98% | - |
| XYZ | 76.57 | 89.38 | 30.36 | - |
| YUV | 234.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 118 | 0 | 0.00 | 0.53 | 0.02 | 59.55 | 0.93 | 0.72 |
| Hex | FA | F9 | 76 | 0 | 0 | 35 | 2 | 3C | 5D | 48 |
| Octal | 372 | 371 | 166 | 0 | 0 | 65 | 2 | 74 | 135 | 110 |
| Binary | 11111010 | 11111001 | 1110110 | 0 | 0 | 110101 | 10 | 111100 | 1011101 | 1001000 |
Color Harmonies of #FAF976
Complementary color
Monochromatic Colors of #FAF976
Black with #FAF976
Text Example
Text Example
White with #FAF976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF976; }
p { color: rgb(250,249,118); }
H1.HeaderClassName
{
color: #FAF976;
}
.AnyTagClassName
{
color: #FAF976;
}
</style>
background-color css
<style>
a { background-color: #FAF976; }
a { background-color: rgb(250,249,118); }
div.DivClassName
{
background-color: #FAF976;
}
.BgClassName
{
background-color: #FAF976;
}
</style>
border-color css
<style>
span { border-color: #FAF976; }
span { border-color: rgb(250,249,118); }
td.TdClassName
{
border-color: #FAF976;
}
.TagClassName
{
border-color: #FAF976;
}
</style>