Overtime Calculator
Parameter |
Description |
Example Value |
Hourly Wage |
The hourly wage earned by the employee. |
$20 |
Regular Hours Worked |
The total number of regular hours worked in a week. |
40 hours |
Overtime Hours Worked |
The total number of overtime hours worked in a week. |
10 hours |
Overtime Pay Rate |
The rate at which overtime is paid (usually 1.5 times the hourly wage). |
$30 |
Regular Pay |
The total pay for regular hours worked (Hourly Wage * Regular Hours Worked). |
$800 |
Overtime Pay |
The total pay for overtime hours worked (Overtime Pay Rate * Overtime Hours Worked). |
$300 |
Total Pay |
The total pay combining both regular and overtime pay (Regular Pay + Overtime Pay). |
$1,100 |