Shades of Dolly #FAF56E
Tints of Dolly #FAF56E
RGB
CMYK
RGB Variations
Color information
#FAF56E (or 0xFAF56E) is known color: Dolly. HEX triplet: FA, F5 and 6E. RGB value is (250,245,110). Sum of RGB (Red+Green+Blue) = 250+245+110=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 110 (43.36% from 255 or 18.18% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF56E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF56E is #050A91. Grayscale: #E7E7E7. Windows color (decimal): -330386 or 7271930. OLE color: 7271930.
HSL color Cylindrical-coordinate representation of color #FAF56E: hue angle of 57.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAF56E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 110 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.02 |
| HSL | 57.86º | 0.93% | 0.71% | - |
| HSV(B) | 57.86º | 0.56% | 0.98% | - |
| XYZ | 74.89 | 86.75 | 27.55 | - |
| YUV | 231.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 110 | 0 | 0.02 | 0.56 | 0.02 | 57.86 | 0.93 | 0.71 |
| Hex | FA | F5 | 6E | 0 | 2 | 38 | 2 | 3A | 5D | 47 |
| Octal | 372 | 365 | 156 | 0 | 2 | 70 | 2 | 72 | 135 | 107 |
| Binary | 11111010 | 11110101 | 1101110 | 0 | 10 | 111000 | 10 | 111010 | 1011101 | 1000111 |
Color Harmonies of #FAF56E
Complementary color
Monochromatic Colors of #FAF56E
Black with #FAF56E
Text Example
Text Example
White with #FAF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF56E; }
p { color: rgb(250,245,110); }
H1.HeaderClassName
{
color: #FAF56E;
}
.AnyTagClassName
{
color: #FAF56E;
}
</style>
background-color css
<style>
a { background-color: #FAF56E; }
a { background-color: rgb(250,245,110); }
div.DivClassName
{
background-color: #FAF56E;
}
.BgClassName
{
background-color: #FAF56E;
}
</style>
border-color css
<style>
span { border-color: #FAF56E; }
span { border-color: rgb(250,245,110); }
td.TdClassName
{
border-color: #FAF56E;
}
.TagClassName
{
border-color: #FAF56E;
}
</style>