Shades of Dolly #FAF773
Tints of Dolly #FAF773
RGB
CMYK
RGB Variations
Color information
#FAF773 (or 0xFAF773) is known color: Dolly. HEX triplet: FA, F7 and 73. RGB value is (250,247,115). Sum of RGB (Red+Green+Blue) = 250+247+115=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 115 (45.31% from 255 or 18.79% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF773 is #05088C. Grayscale: #E9E9E9. Windows color (decimal): -329869 or 7600122. OLE color: 7600122.
HSL color Cylindrical-coordinate representation of color #FAF773: hue angle of 58.67º 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 #FAF773 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 115 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.02 |
| HSL | 58.67º | 0.93% | 0.72% | - |
| HSV(B) | 58.67º | 0.54% | 0.98% | - |
| XYZ | 75.78 | 88.08 | 29.23 | - |
| YUV | 232.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 115 | 0 | 0.01 | 0.54 | 0.02 | 58.67 | 0.93 | 0.72 |
| Hex | FA | F7 | 73 | 0 | 1 | 36 | 2 | 3B | 5D | 48 |
| Octal | 372 | 367 | 163 | 0 | 1 | 66 | 2 | 73 | 135 | 110 |
| Binary | 11111010 | 11110111 | 1110011 | 0 | 1 | 110110 | 10 | 111011 | 1011101 | 1001000 |
Color Harmonies of #FAF773
Complementary color
Monochromatic Colors of #FAF773
Black with #FAF773
Text Example
Text Example
White with #FAF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF773; }
p { color: rgb(250,247,115); }
H1.HeaderClassName
{
color: #FAF773;
}
.AnyTagClassName
{
color: #FAF773;
}
</style>
background-color css
<style>
a { background-color: #FAF773; }
a { background-color: rgb(250,247,115); }
div.DivClassName
{
background-color: #FAF773;
}
.BgClassName
{
background-color: #FAF773;
}
</style>
border-color css
<style>
span { border-color: #FAF773; }
span { border-color: rgb(250,247,115); }
td.TdClassName
{
border-color: #FAF773;
}
.TagClassName
{
border-color: #FAF773;
}
</style>