Sort on df -h

need help in sorting df -h on use% column in ascending order. I tried all options but couldn't find exact options.
OS: Redhat based linux
tks in advance.

df -h | tail -n +2 | sort -k 5
The tail is to get rid of the header line.

your cmd helped a little bit, tks for that: but if the FS name is too long command is taking it as 2 lines.
but if there is a way to delimit the TAB then i guess shld be fine...

I can't see your computer from here, could you show what you're getting from raw df -h?