Yes, all three. In general, you only need to pay attention to the fastest growing term, as slower growing terms will be "swamped" by faster growing terms.
In detail:
Obviously F grows faster than A, so F \in \Omega(A) is a no-brainer. There is a positive multiple of A (namely A itself) that is smaller than F, for all sufficiently large n.
Try plotting F against 2*A. You will find that 2*A quickly gets bigger than F and stays bigger. Thus there is a positive multiple of A (namely 2*A) that is bigger than F for sufficiently large arguments. So by the definition of O, F \in O(A).
Finally, since F \in \Omega(A) and F \in O(A), F \in \Theta(A).