Hexadecimal Arithmetic Calculator
Perform arithmetic on two numbers and see the results as decimal values. Enter values as decimal equivalents of hex digits.
Sum Val
271
Diff Val239
Prod Val4,080
Div Val15.9375
Mod Val15
Hexadecimal Arithmetic
Hex Addition/Subtraction
Hex arithmetic works like decimal but in base-16. This calculator accepts decimal inputs (enter the decimal equivalent of your hex number) and displays results in decimal.
Conversions
To convert between hex and decimal, use the Hex to Decimal converter.
Example Calculation
Operations on 255 (FF in hex) and 16 (10 in hex).
- 01255 + 16 = 271 (hex: FF + 10 = 10F)
- 02255 - 16 = 239 (hex: FF - 10 = EF)
- 03255 × 16 = 4080 (hex: FF × 10 = FF0)
- 04255 / 16 = 15.9375
- 05255 mod 16 = 15 (hex: F)
Frequently Asked Questions
Learn More
How to Calculate Percentages - Complete Guide
Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.