Shades of Dolly #FAF671
Tints of Dolly #FAF671
RGB
CMYK
RGB Variations
Color information
#FAF671 (or 0xFAF671) is known color: Dolly. HEX triplet: FA, F6 and 71. RGB value is (250,246,113). Sum of RGB (Red+Green+Blue) = 250+246+113=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 113 (44.53% from 255 or 18.56% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF671 is #05098E. Grayscale: #E8E8E8. Windows color (decimal): -330127 or 7468794. OLE color: 7468794.
HSL color Cylindrical-coordinate representation of color #FAF671: hue angle of 58.25º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAF671 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 113 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.02 |
| HSL | 58.25º | 0.93% | 0.71% | - |
| HSV(B) | 58.25º | 0.55% | 0.98% | - |
| XYZ | 75.36 | 87.43 | 28.53 | - |
| YUV | 232.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 113 | 0 | 0.02 | 0.55 | 0.02 | 58.25 | 0.93 | 0.71 |
| Hex | FA | F6 | 71 | 0 | 2 | 37 | 2 | 3A | 5D | 47 |
| Octal | 372 | 366 | 161 | 0 | 2 | 67 | 2 | 72 | 135 | 107 |
| Binary | 11111010 | 11110110 | 1110001 | 0 | 10 | 110111 | 10 | 111010 | 1011101 | 1000111 |
Color Harmonies of #FAF671
Complementary color
Monochromatic Colors of #FAF671
Black with #FAF671
Text Example
Text Example
White with #FAF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF671; }
p { color: rgb(250,246,113); }
H1.HeaderClassName
{
color: #FAF671;
}
.AnyTagClassName
{
color: #FAF671;
}
</style>
background-color css
<style>
a { background-color: #FAF671; }
a { background-color: rgb(250,246,113); }
div.DivClassName
{
background-color: #FAF671;
}
.BgClassName
{
background-color: #FAF671;
}
</style>
border-color css
<style>
span { border-color: #FAF671; }
span { border-color: rgb(250,246,113); }
td.TdClassName
{
border-color: #FAF671;
}
.TagClassName
{
border-color: #FAF671;
}
</style>