There are a few key things to notice in this problem, the most important being that this is selection without replacement. This automatically disqualifies it from being a binomial distribution because, with binomial, each selection is independent with equal probability of success.
This requires using your combinatorial knowledge in conjunction with basic probability theory. It all boils down to how many ways each thing can happen.
We'll deal with the denominator first. How many ways can 8 balls be selected from the total 12? This is a combination, which is 12C8, or 495. This is the total number of possible outcomes and goes in the denominator.
So how do we count the successes? This is two distinct combinations occurring together.
The 2 white balls must come from the total 3 white balls. There are 3C2 ways that can happen, or 3.
The 6 orange balls must come from the total 9 orange balls. There are 9C6 ways that can happen, or 84.
Combine these 2 events, and there are 84 • 3 ways this composite event can occur, or 252. This is the total number of successful outcomes that are possible.
Put it all together, and the probability is 252/495, or about 0.51.