Passive Components
Lesson 1 of 6beginner
16 min read

Resistors in Depth

Colour codes, power ratings, tolerance, and selection

Theory

🎧 Listen to this lesson

Why a Whole Lesson on Resistors?

You already know a resistor opposes current flow. But in real-world design you need to pick the right resistor — the right value, tolerance, power rating, and package. Choosing poorly can lead to inaccurate circuits, overheating, or outright failure.

Reading the Colour Code

Through-hole resistors have coloured bands painted on their body that encode the resistance value. The most common schemes are 4-band and 5-band codes.

  • 4-band: Band 1 = first digit, Band 2 = second digit, Band 3 = multiplier (number of zeros), Band 4 = tolerance.
  • 5-band: Band 1 = first digit, Band 2 = second digit, Band 3 = third digit, Band 4 = multiplier, Band 5 = tolerance.
  • Colour values: Black=0, Brown=1, Red=2, Orange=3, Yellow=4, Green=5, Blue=6, Violet=7, Grey=8, White=9.
  • Tolerance band colours: Brown=±1%, Red=±2%, Gold=±5%, Silver=±10%.
Tip
Memory aid: 'Bad Boys Race Our Young Girls But Violet Generally Wins' — the first letter of each word matches the first letter of each colour from Black (0) to White (9).

Example: A resistor with bands Brown-Black-Red-Gold reads 1-0-×100 = 1,000 Ω (1 kΩ) with ±5% tolerance. That means the actual value can be anywhere from 950 Ω to 1,050 Ω.

Preferred Values (E-Series)

Resistors are not manufactured in every possible value. Instead, they follow standard sets called E-series. The most common is E12 (12 values per decade): 10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82. These are spaced logarithmically so every value is roughly the same percentage apart. The higher-precision E24, E48, and E96 series have more values.

Info
If your calculation calls for 137 Ω but that value doesn't exist, you'd typically choose the nearest E12 value (150 Ω) or combine two standard resistors in series or parallel.

Tolerance

Tolerance tells you how far the actual resistance can be from the marked value, expressed as a percentage. A 1 kΩ ± 5 % resistor can be between 950 Ω and 1,050 Ω. For most hobby circuits ±5 % (gold band) is fine. Precision work (audio, measurement) often requires ±1 % (brown band) or better.

Power Rating

Every resistor converts electrical energy into heat. The power rating tells you how much heat the resistor can safely dissipate (in Watts) without overheating. Common through-hole resistors are rated at ¼ W or ½ W. Wire-wound resistors can handle 5 W, 10 W, or more.

Warning
Always check: P = V²/R or P = I²R. If the power exceeds the resistor's rating, it will overheat, discolour, smoke, or even catch fire. Use a resistor rated for at least 50 % more than the calculated power.

Surface-Mount (SMD) Resistors

Modern electronics mostly use SMD resistors — tiny rectangular chips soldered directly to the circuit board. Instead of colour bands, SMD resistors have a 3- or 4-digit number printed on top. A code of '472' means 47 × 10² = 4,700 Ω (4.7 kΩ). A code starting with 'R' means the R replaces the decimal point: '4R7' = 4.7 Ω.

Choosing the Right Resistor

  • Step 1: Calculate the required resistance value using Ohm's Law or circuit analysis.
  • Step 2: Pick the nearest standard (E-series) value.
  • Step 3: Calculate the power dissipated — choose a resistor with a power rating at least 1.5× higher.
  • Step 4: Decide on tolerance — ±5 % for general use, ±1 % for precision.
  • Step 5: Choose the package — through-hole for prototyping, SMD for production boards.

Formulas

Interactive Diagram

Interactive Circuit Diagram

12.0V470ΩI = 25.5mAP = 306.4mW
12V
1V24V
470Ω
10Ω10000Ω

Calculator

V=I×RV = I \times R

Enter any 2 values to calculate the rest

Circuit Challenges

Challenge 1 of 2
Power Rating Check

A 220 Ω resistor is connected to a 9V supply. Calculate the power dissipated and determine if a ¼ W (0.25 W) resistor is adequate.

P=V2RP = \frac{V^2}{R}
+9V220ΩRA
9V
220Ω
? W

Calculate & fill in:

W

Knowledge Check

Question 1 of 5

A 4-band resistor has colours Brown-Black-Red-Gold. What is its value and tolerance?