Shades of Dolly #FAF673
Tints of Dolly #FAF673
RGB
CMYK
RGB Variations
Color information
#FAF673 (or 0xFAF673) is known color: Dolly. HEX triplet: FA, F6 and 73. RGB value is (250,246,115). Sum of RGB (Red+Green+Blue) = 250+246+115=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 115 (45.31% from 255 or 18.82% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF673 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF673 is #05098C. Grayscale: #E8E8E8. Windows color (decimal): -330125 or 7599866. OLE color: 7599866.
HSL color Cylindrical-coordinate representation of color #FAF673: hue angle of 58.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAF673 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 115 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.02 |
| HSL | 58.22º | 0.93% | 0.72% | - |
| HSV(B) | 58.22º | 0.54% | 0.98% | - |
| XYZ | 75.47 | 87.47 | 29.13 | - |
| YUV | 232.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 115 | 0 | 0.02 | 0.54 | 0.02 | 58.22 | 0.93 | 0.72 |
| Hex | FA | F6 | 73 | 0 | 2 | 36 | 2 | 3A | 5D | 48 |
| Octal | 372 | 366 | 163 | 0 | 2 | 66 | 2 | 72 | 135 | 110 |
| Binary | 11111010 | 11110110 | 1110011 | 0 | 10 | 110110 | 10 | 111010 | 1011101 | 1001000 |
Color Harmonies of #FAF673
Complementary color
Monochromatic Colors of #FAF673
Black with #FAF673
Text Example
Text Example
White with #FAF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF673; }
p { color: rgb(250,246,115); }
H1.HeaderClassName
{
color: #FAF673;
}
.AnyTagClassName
{
color: #FAF673;
}
</style>
background-color css
<style>
a { background-color: #FAF673; }
a { background-color: rgb(250,246,115); }
div.DivClassName
{
background-color: #FAF673;
}
.BgClassName
{
background-color: #FAF673;
}
</style>
border-color css
<style>
span { border-color: #FAF673; }
span { border-color: rgb(250,246,115); }
td.TdClassName
{
border-color: #FAF673;
}
.TagClassName
{
border-color: #FAF673;
}
</style>