Number & Date Tools
Free online number and date tools - age calculator, unit converter, percentage calculator, Unix timestamp converter, color converter.
Free online number and date tools - age calculator, unit converter, percentage calculator, Unix timestamp converter, color converter.
These five number and date tools handle the everyday calculations and conversions that come up in daily life, travel, finance, and software development. All tools run entirely in your browser - calculations are instant, no data is sent to any server, and the tools work offline once the page has loaded. No account required, completely free to use without limits.
The Age Calculator computes an exact age in years, months, and days from a date of birth to today (or to any other target date). Unlike simple subtraction of years, the calculator correctly handles month and day differences - so if today is March 15 and your birthday is September 20, it correctly shows 6 months and 25 days remaining until the next birthday rather than treating the current year as a completed year. Additional outputs include the next birthday date, the day of the week you were born, the total number of days you have lived, and your age in months. Useful for verifying ages for official documents, calculating age eligibility for events, or just satisfying curiosity about exactly how many days old you are.
The Unit Converter converts between metric and imperial measurements across all major measurement categories: Length (millimetres, centimetres, metres, kilometres, inches, feet, yards, miles, nautical miles), Weight/Mass (milligrams, grams, kilograms, tonnes, ounces, pounds, stone, short tons), Temperature (Celsius, Fahrenheit, Kelvin), Volume (millilitres, litres, fluid ounces, cups, pints, quarts, gallons - both US and UK), Area (square centimetres, square metres, square kilometres, square inches, square feet, acres, hectares), and Speed (metres per second, km/h, mph, knots). All conversions use exact SI-defined conversion factors for maximum precision. Temperature uses the correct offset formulas (not just multiplication) so Celsius to Fahrenheit conversions are always accurate.
The Percentage Calculator handles all four common percentage calculation types. "What is X% of Y?" - for finding a sale discount amount, calculating tax, or working out a commission (e.g., what is 15% of £280?). "X is what percentage of Y?" - for expressing a score as a percentage or finding a market share (e.g., 42 out of 60 is what percent?). "Percentage change from X to Y" - for calculating growth rates, price changes, or performance improvements (e.g., from £80 to £96 is what percentage increase?). "Apply X% increase/decrease to Y" - for calculating a price after a discount or markup (e.g., £150 with a 20% discount = ?). Each calculation type shows the formula used alongside the result so you can verify and understand the method.
Unix timestamps are integers representing the number of seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC - the universal time standard for computer systems. They appear in API responses, database records, log files, JWT authentication tokens, and event tracking systems. The Timestamp Converter translates a Unix timestamp to a human-readable date and time displayed in your local timezone, in UTC, and in ISO 8601 format. The reverse operation - entering a date and time to get the corresponding Unix timestamp - is useful for constructing date range queries for APIs or databases. The converter auto-detects whether a timestamp is in seconds (10 digits) or milliseconds (13 digits, as used by JavaScript's Date.now()).
Colors in web design and digital work are expressed in multiple formats depending on the context. CSS typically uses HEX (#FF5733) or HSL (hsl(11, 100%, 60%)), design tools like Figma show RGB and HSL values, print work requires CMYK percentages, and SVG can use any format. The Color Converter accepts a color in any format - type a HEX code, enter RGB values, adjust HSL sliders, or click the color picker to select a color visually - and instantly shows the equivalent in all other formats: HEX, RGB, RGBA, HSL, HSV/HSB, and CMYK. A live color preview swatch updates in real time. Copy any format with one click for direct use in CSS, design tools, or print specifications.