Shades of Dolly #FAF56F
Tints of Dolly #FAF56F
RGB
CMYK
RGB Variations
Color information
#FAF56F (or 0xFAF56F) is known color: Dolly. HEX triplet: FA, F5 and 6F. RGB value is (250,245,111). Sum of RGB (Red+Green+Blue) = 250+245+111=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 111 (43.75% from 255 or 18.32% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF56F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF56F is #050A90. Grayscale: #E7E7E7. Windows color (decimal): -330385 or 7337466. OLE color: 7337466.
HSL color Cylindrical-coordinate representation of color #FAF56F: hue angle of 57.84º 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 #FAF56F is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 111 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.02 |
| HSL | 57.84º | 0.93% | 0.71% | - |
| HSV(B) | 57.84º | 0.56% | 0.98% | - |
| XYZ | 74.95 | 86.78 | 27.84 | - |
| YUV | 231.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 111 | 0 | 0.02 | 0.56 | 0.02 | 57.84 | 0.93 | 0.71 |
| Hex | FA | F5 | 6F | 0 | 2 | 38 | 2 | 3A | 5D | 47 |
| Octal | 372 | 365 | 157 | 0 | 2 | 70 | 2 | 72 | 135 | 107 |
| Binary | 11111010 | 11110101 | 1101111 | 0 | 10 | 111000 | 10 | 111010 | 1011101 | 1000111 |
Color Harmonies of #FAF56F
Complementary color
Monochromatic Colors of #FAF56F
Black with #FAF56F
Text Example
Text Example
White with #FAF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF56F; }
p { color: rgb(250,245,111); }
H1.HeaderClassName
{
color: #FAF56F;
}
.AnyTagClassName
{
color: #FAF56F;
}
</style>
background-color css
<style>
a { background-color: #FAF56F; }
a { background-color: rgb(250,245,111); }
div.DivClassName
{
background-color: #FAF56F;
}
.BgClassName
{
background-color: #FAF56F;
}
</style>
border-color css
<style>
span { border-color: #FAF56F; }
span { border-color: rgb(250,245,111); }
td.TdClassName
{
border-color: #FAF56F;
}
.TagClassName
{
border-color: #FAF56F;
}
</style>