CatalogCompanies & SMBs ›Operations

Employee hourly cost — what a hire really costs

Take-home pay is only part of what an employee costs a business: employer social-security contributions, payroll taxes and other statutory costs (in Italy these add up to roughly 25-35% on top of gross pay — the exact figure depends on the country and the labor contract) stack on top of gross salary. This tool estimates the **real hourly cost** from gross annual pay and hours worked per year, so you can price a quote, evaluate a new hire or compare an employee against an outside contractor.

▶ Use this app

labor costemployeespayrollhourly ratemanagement

What it records

  • Name or role (e.g. warehouse clerk)
  • Gross annual pay
  • Hours worked per year (e.g. 1720)

How it works

This is a Reactive app: a plain text document that your browser turns into a working app — forms, live data, tables, statistics and even charts, with nothing to install or configure.

  1. Use it right away. Hit “Use this app”: it opens right in your browser, ready to go, with data saved only on your device.
  2. Your data stays yours. Everything is stored locally on your device, kept separate for each app: no account, no server, nothing to set up.
  3. Make it your own. The text below is the entire app: copy it, tweak fields, views and words, and your changes become interactive instantly.
  4. Share it as a file. An app is a simple file: save it, export it or share it with a link; and with encrypted collaboration several people edit the same data in real time.
The app’s source
# 💼 Employee hourly cost

Take-home pay is only part of what an employee costs a business: employer
social-security contributions, payroll taxes and other statutory costs
(in Italy these add up to roughly 25-35% on top of gross pay — the exact
figure depends on the country and the labor contract) stack on top of gross
salary. This tool estimates the **real hourly cost** from gross annual pay
and hours worked per year, so you can price a quote, evaluate a new hire or
compare an employee against an outside contractor.

::::form{path="estimates" id="fest"}
::input{form="fest" field="name" placeholder="Name or role (e.g. warehouse clerk)" required="true"}
::input{form="fest" field="grossPay" type="number" placeholder="Gross annual pay" required="true"}
::input{form="fest" field="hours" type="number" placeholder="Hours worked per year (e.g. 1720)" required="true"}
::add-form{form="fest" path="estimates" label="Calculate hourly cost"}
::::

## Saved estimates

:::table{path="estimates" headers="Employee,Gross pay,Annual hours,Estimated hourly cost" deletable="true" editform="fest"}
{name} | {grossPay} | {hours} | {grossPay*1.3/hours}
:::

The calculation uses an indicative **1.3** multiplier (+30% in employer
costs on top of gross pay): a plausible average, but actual employer
contributions vary a lot by country, industry and contract. If you know your
real multiplier (from payroll or an accountant), treat 1.3 as the number to
replace: edit the document and use your own figure in place of 1.3 in the
formula.

Estimates stay saved on this device: come back whenever you need to size up
a new hire or redo the math with fresh numbers.