Track the fuel amount day by day, then express the remainder as a percentage of the original 400 litres.

\\(\begin{aligned}
\text{Monday: 25\% used} &: 400 \times 0.75 = 300 \text{ litres}
\\
\text{Tuesday: add 100 L} &: 300 + 100 = 400 \text{ litres}
\\
\text{Tuesday: 20\% used} &: 400 \times 0.80 = 320 \text{ litres}
\\
\text{Wednesday: 25\% used} &: 320 \times 0.75 = 240 \text{ litres}
\\
\text{Percentage of original 400 L} &= \frac{240}{400} \times 100\% = 60\%
\end{aligned}\\)

Final Answer: 60%