Shades of Dolly #FAF970
Tints of Dolly #FAF970
RGB
CMYK
RGB Variations
Color information
#FAF970 (or 0xFAF970) is known color: Dolly. HEX triplet: FA, F9 and 70. RGB value is (250,249,112). Sum of RGB (Red+Green+Blue) = 250+249+112=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF970 is #05068F. Grayscale: #EAEAEA. Windows color (decimal): -329360 or 7404026. OLE color: 7404026.
HSL color Cylindrical-coordinate representation of color #FAF970: hue angle of 59.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAF970 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 112 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.02 |
| HSL | 59.57º | 0.93% | 0.71% | - |
| HSV(B) | 59.57º | 0.55% | 0.98% | - |
| XYZ | 76.22 | 89.25 | 28.54 | - |
| YUV | 233.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 112 | 0 | 0.00 | 0.55 | 0.02 | 59.57 | 0.93 | 0.71 |
| Hex | FA | F9 | 70 | 0 | 0 | 37 | 2 | 3C | 5D | 47 |
| Octal | 372 | 371 | 160 | 0 | 0 | 67 | 2 | 74 | 135 | 107 |
| Binary | 11111010 | 11111001 | 1110000 | 0 | 0 | 110111 | 10 | 111100 | 1011101 | 1000111 |
Color Harmonies of #FAF970
Complementary color
Monochromatic Colors of #FAF970
Black with #FAF970
Text Example
Text Example
White with #FAF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF970; }
p { color: rgb(250,249,112); }
H1.HeaderClassName
{
color: #FAF970;
}
.AnyTagClassName
{
color: #FAF970;
}
</style>
background-color css
<style>
a { background-color: #FAF970; }
a { background-color: rgb(250,249,112); }
div.DivClassName
{
background-color: #FAF970;
}
.BgClassName
{
background-color: #FAF970;
}
</style>
border-color css
<style>
span { border-color: #FAF970; }
span { border-color: rgb(250,249,112); }
td.TdClassName
{
border-color: #FAF970;
}
.TagClassName
{
border-color: #FAF970;
}
</style>