Shades of Dolly #FAFA73
Tints of Dolly #FAFA73
RGB
CMYK
RGB Variations
Color information
#FAFA73 (or 0xFAFA73) is known color: Dolly. HEX triplet: FA, FA and 73. RGB value is (250,250,115). Sum of RGB (Red+Green+Blue) = 250+250+115=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 115 (45.31% from 255 or 18.70% from 615); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA73 is #05058C. Grayscale: #EBEBEB. Windows color (decimal): -329101 or 7600890. OLE color: 7600890.
HSL color Cylindrical-coordinate representation of color #FAFA73: hue angle of 60º 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 #FAFA73 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 115 | - |
| CMYK | 0 | 0 | 0.54 | 0.02 |
| HSL | 60º | 0.93% | 0.72% | - |
| HSV(B) | 60º | 0.54% | 0.98% | - |
| XYZ | 76.7 | 89.93 | 29.54 | - |
| YUV | 234.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 115 | 0 | 0 | 0.54 | 0.02 | 60 | 0.93 | 0.72 |
| Hex | FA | FA | 73 | 0 | 0 | 36 | 2 | 3C | 5D | 48 |
| Octal | 372 | 372 | 163 | 0 | 0 | 66 | 2 | 74 | 135 | 110 |
| Binary | 11111010 | 11111010 | 1110011 | 0 | 0 | 110110 | 10 | 111100 | 1011101 | 1001000 |
Color Harmonies of #FAFA73
Complementary color
Monochromatic Colors of #FAFA73
Black with #FAFA73
Text Example
Text Example
White with #FAFA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA73; }
p { color: rgb(250,250,115); }
H1.HeaderClassName
{
color: #FAFA73;
}
.AnyTagClassName
{
color: #FAFA73;
}
</style>
background-color css
<style>
a { background-color: #FAFA73; }
a { background-color: rgb(250,250,115); }
div.DivClassName
{
background-color: #FAFA73;
}
.BgClassName
{
background-color: #FAFA73;
}
</style>
border-color css
<style>
span { border-color: #FAFA73; }
span { border-color: rgb(250,250,115); }
td.TdClassName
{
border-color: #FAFA73;
}
.TagClassName
{
border-color: #FAFA73;
}
</style>