Percentage Calculator
Quickly compute percentages: X is what percent of Y, and X% of Y.
Result
25 is 12.5% of 200
15% of 200 is 30
FAQ
How do you calculate X as a percent of Y?
Use (X / Y) × 100. If Y is 0, the result is undefined.
How do you calculate P% of Y?
Use (P / 100) × Y.