Live tools 27

Free browser tools for files, images, code, and text.

PDF merge/split, image tools, JSON + regex helpers, lorem ipsum, color converters, Pomodoro timer — daily utilities that don't need a paid SaaS.

No ads · No signup · No paywall · Instant results · Always free

Image Tools · 3 tools

Resize, convert, and compress.

Aspect-ratio calculator, image compression, and format conversion — the file utilities you need before publishing.

Flagship · Width × Height

Aspect Ratio

Drag width and height. The widget computes the simplified ratio and shows the closest common preset (16:9, 4:3, 1:1, 21:9).

Width (px)1920
Height (px)1080
16:9simplified · 1.78Open full calculator
Flagship · Icon sizes

Favicon Size Visualizer

Drag the pixel size — see which use case each dimension covers (tab, iOS, Android, app-store).

Size32 px
32×32desktop shortcutOpen full calculator
Color & Design · 2 tools

Color and icon prep.

Convert color codes, preview favicons at every size, and copy the values straight into your CSS.

Flagship · HEX / RGB / HSL

Color Code Converter

Drag the R, G, B channels — the hex value, HSL coordinates, and closest CSS named color update live.

R51
G102
B204
#3366CChsl(218°, 60%, 50%)Open full calculator
Icon prep

Favicon Generator

Generate every favicon size from 16 to 512px plus the HTML link tags, ready to drop into your site head.

16–512px+ link tags
More design tools1 more
Developer Tools · 7 tools

JSON, regex, encoding, and time.

The dev utilities every workflow eventually needs — clean output, copy-friendly, no signup wall.

Flagship · Live validation

JSON Validity Counter

Paste JSON — the widget validates instantly and breaks down the structure by type (objects, arrays, scalars).

JSON
Valid4 keys · 2 deep · 96 BOpen full calculator
Pattern matching

Regex Tester

Build and test regular expressions with live highlighting and capture-group inspection.

JS / PCREflags + groups
Utilities · 5 tools

Time, testing, and templates.

Pomodoro timer, responsive-design tester, speed test, and the legal-template generators every freelancer needs.

Flagship · Focus cycles

Pomodoro Timer

Drag work and break minutes. The widget computes the cycle pattern and the equivalent full-day deep-work time.

Work (min)25
Break (min)5
Cycles6
2h 30mdeep work · classic PomodoroOpen full calculator
GDPR + CCPA

Privacy Policy Generator

Generate a GDPR + CCPA-aware privacy policy for your site. Customizable cookie + tracking disclosures.

~3 mincopy-paste ready
Key terms & formulas

The tools vocabulary, decoded.

Every definition links to the calculator that puts the term to work. Browse the full glossary →

Aspect RatioThe proportional relationship between width and height, expressed as two numbers separated by a colon (16:9, 4:3). Independent of physical size. HEXHexadecimal RGB representation like `#FF5733` or `#F53` (shorthand), where each pair of hex digits encodes one channel (00–FF = 0–255). An optional 4th pair adds alpha for transparency. HSLHue-Saturation-Lightness cylindrical model. Hue is the color angle (0–360°), Saturation is color purity (0–100%), Lightness is brightness (0–100% from black to white). Base64A binary-to-text encoding scheme that represents binary data using 64 printable ASCII characters (A–Z, a–z, 0–9, plus two additional characters). Defined by RFC 4648. Data URIA URI scheme (RFC 2397) that embeds file data directly in a URL as `data:[mime-type];base64,[encoded-data]`. Browsers render data URIs without making HTTP requests. FaviconA small icon representing a website in browser tabs, bookmarks, and home screens. Short for "favorite icon," introduced by Internet Explorer 5 in 1999. Apple Touch IconThe 180×180 PNG icon iOS Safari uses when a user adds a site to their iPhone or iPad home screen. Referenced via `<link rel="apple-touch-icon">`. JSONJavaScript Object Notation — a lightweight, text-based data interchange format defined by RFC 8259 that uses key-value pairs in objects and ordered lists in arrays. Unix TimestampThe number of seconds elapsed since January 1, 1970 00:00:00 UTC, also called POSIX time. It is timezone-independent, which is why it's ubiquitous in databases and APIs. Regular ExpressionA sequence of characters defining a search pattern, used for string matching, extraction, and replacement. Most modern languages support regex with slight dialect differences. WebPModern web format developed by Google that supports both lossy and lossless compression. Lossy WebP achieves 25–35% smaller files than equivalent JPEG at the same perceived quality. Word CountThe number of whitespace-separated tokens in a text. Excludes punctuation and formatting; includes numbers, symbols, and hyphenated compounds as single words.
ratio = (w ÷ gcd(w, h)) : (h ÷ gcd(w, h))Aspect-ratio reduction — divide both sides by the greatest common divisor: 1920×1080 ÷ 120 gives 16:9.
KB = bytes / 1024 · MB = KB / 1024Binary file-size units — compressors, upload limits, and disk tools all count in powers of 1,024.
Base64 size ≈ ⌈bytes / 3⌉ × 4Base64 encodes every 3 bytes as 4 characters, so encoded output runs about 33% larger than the original.

Frequently asked questions

Are PDF / image files uploaded to a server?

No. Every file utility on this site runs entirely client-side — the PDF/image data never leaves your browser. That's why there's no upload limit, no signup, and no waiting for processing. The drawback: very large files may be slow on older devices since all the work happens locally.

Is the privacy-policy / terms-generator legally binding?

The generated templates cover the standard GDPR + CCPA disclosures and are a solid starting point. They are NOT a substitute for an attorney's review — especially if you collect sensitive data (health, financial, biometric), process EU residents' data at scale, or operate in a regulated industry. Use them as a draft, not a final document.

Why is "16:9" the right aspect ratio for YouTube / TikTok / etc.?

16:9 (1.78) is the standard widescreen ratio: YouTube horizontal, broadcast TV, most monitors. TikTok and Instagram Reels are 9:16 (1080×1920 vertical). Square posts are 1:1 (1080×1080). The Aspect Ratio widget shows the closest common preset for any width × height combination.

Is the JSON Formatter safe for sensitive data?

Yes — JSON Formatter runs entirely in the browser. No data is sent anywhere. Same goes for Regex Tester, Diff Checker, Base64 (which works in both directions), and CSV ↔ JSON. If you're pasting secrets / PII, you're safe.

Why does "Pomodoro" use 25/5?

Francesco Cirillo named the technique in the late 1980s after his tomato-shaped kitchen timer. The 25-minute work + 5-minute break ratio is the classic; many modern variants use 50/10 (deep work blocks) or 90/15 (one ultradian rhythm cycle). The widget lets you adjust the ratio and see the daily deep-work equivalent.

619free tools

11 categories, one search box, zero signups. If it has a number, we calculate it.

Browse all calculators