Shades of Dolly #FAF86D
Tints of Dolly #FAF86D
RGB
CMYK
RGB Variations
Color information
#FAF86D (or 0xFAF86D) is known color: Dolly. HEX triplet: FA, F8 and 6D. RGB value is (250,248,109). Sum of RGB (Red+Green+Blue) = 250+248+109=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 109 (42.97% from 255 or 17.96% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF86D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF86D is #050792. Grayscale: #E9E9E9. Windows color (decimal): -329619 or 7207162. OLE color: 7207162.
HSL color Cylindrical-coordinate representation of color #FAF86D: hue angle of 59.15º 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 #FAF86D is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 109 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.02 |
| HSL | 59.15º | 0.93% | 0.7% | - |
| HSV(B) | 59.15º | 0.56% | 0.98% | - |
| XYZ | 75.75 | 88.56 | 27.57 | - |
| YUV | 232.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 109 | 0 | 0.01 | 0.56 | 0.02 | 59.15 | 0.93 | 0.7 |
| Hex | FA | F8 | 6D | 0 | 1 | 38 | 2 | 3B | 5D | 46 |
| Octal | 372 | 370 | 155 | 0 | 1 | 70 | 2 | 73 | 135 | 106 |
| Binary | 11111010 | 11111000 | 1101101 | 0 | 1 | 111000 | 10 | 111011 | 1011101 | 1000110 |
Color Harmonies of #FAF86D
Complementary color
Monochromatic Colors of #FAF86D
Black with #FAF86D
Text Example
Text Example
White with #FAF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF86D; }
p { color: rgb(250,248,109); }
H1.HeaderClassName
{
color: #FAF86D;
}
.AnyTagClassName
{
color: #FAF86D;
}
</style>
background-color css
<style>
a { background-color: #FAF86D; }
a { background-color: rgb(250,248,109); }
div.DivClassName
{
background-color: #FAF86D;
}
.BgClassName
{
background-color: #FAF86D;
}
</style>
border-color css
<style>
span { border-color: #FAF86D; }
span { border-color: rgb(250,248,109); }
td.TdClassName
{
border-color: #FAF86D;
}
.TagClassName
{
border-color: #FAF86D;
}
</style>