An resistor is a passive component that limits current and produces a voltage drop. Choosing one isn’t just about its value in ohms: tolerance, power, and manufacturing technology also matter.
When you’re buying components or salvaging an old board, you’ll encounter a zoo of cylinders in different colors, sizes, and materials. Let’s see how to distinguish and use them correctly.
The Color Code: Reading the Bands
Unlike other components where the value is written in text (like “10k”), axial resistors (the ones with legs) are too small and round to print legible numbers. The historical solution was to paint colored bands.
How to Decode Four Bands
Most “standard” resistors (the beige/cream ones) have 4 bands.
- 1st Band: First digit.
- 2nd Band: Second digit.
- 3rd Band: Multiplier (number of zeros).
- 4th Band: Tolerance (slightly separated from the others).
Classic Example: Red - Red - Brown - Gold
- Red (2)
- Red (2)
- Brown (x10 or one zero)
- Result:
2 2 0 = 220 Ohms. - Gold: +/- 5% tolerance.
Five Bands and Higher Precision
Metal film resistors (blue) are more precise (1%). To provide more resolution, they add a third significant digit. Example: Brown - Black - Black - Red - Brown
- 1 - 0 - 0 - (x100) ->
10000 Ohms= 10kΩ at 1%.
Workshop Trick: Don’t try to memorize the whole table today. Just remember this: Black (0), Brown (1), Red (2). That covers 80% of what you’ll see (1k, 10k, 220, 100, 2k2…). For the rest, use a multimeter or an app.
Power: Thermal Dissipation
This is the parameter beginners ignore until they smell something burning. A resistor limits current by converting excess electrical energy into HEAT (Joule Effect).
Every resistor has a wattage (W) limit it can dissipate before being destroyed. The physical size of the resistor indicates its power rating:
- 1/4 W (0.25W): The standard. These are the small ones you use on a breadboard.
- 1/2 W (0.5W): Slightly thicker.
- 1 W, 2 W, 5 W: These are large. 5W resistors are often white ceramic bricks.
When Should I Worry?
Always calculate the dissipated power:
Practical Case:
You want to drop 12V to 6V to power a fan drawing 200mA (0.2A) using a
- Calculate the power:
W. - If you use a standard 1/4 W resistor, it will glow red hot and burn out in seconds.
- You need a resistor of at least 2 W and must check its temperature and mounting conditions.
Material Types: Carbon vs. Metal
Not all resistors are made the same. The material defines the quality of your signal.
Carbon Film Resistors
- Color: Typically Beige or Cream.
- Tolerance: Usually 5%, depending on the series.
- Characteristics: They are cheap and can exhibit more excess noise and poorer stability than an equivalent metal film resistor. Thermal noise also depends on value, temperature, and bandwidth.
- Use: Driving LEDs, digital pull-ups, quick prototypes.
Metal Film Resistors
- Color: Typically Blue.
- Tolerance: Good (1%).
- Characteristics: They are generally more stable and produce less excess noise.
- Use: Audio, instrumentation, precision sensors, voltage dividers.
Wirewound and Ceramic Resistors
- Appearance: Coils of wire on ceramic or white rectangular blocks.
- Use: High Power. These are the only ones that can handle 5W, 10W, or 50W.
- Drawback: Being a wire coil, they have inductance. They are not suitable for high frequencies, only for brute DC power or audio.
Commercial Values: The E12 Series
You might calculate a resistor and get: “I need 500 Ohms”. You go to the store and they say: “That doesn’t exist. I have 470 or 560”. Why?
Resistors are manufactured following a standardized logarithmic scale to cover the entire range of values with the fewest possible models.
The E12 Series (10% Standard)
Divides each decade (from 10 to 100, from 100 to 1000) into 12 logical steps:
10, 12, 15, 18, 22, 27, 33, 39, 47, 56, 68, 82
Any resistor you buy will be one of these numbers multiplied by 10, 100, 1000…
- Does 220 exist? Yes (22 x 10).
- Does 500 exist? No. The closest is 470 (47 x 10) or 560 (56 x 10).
What if I need exactly 500Ω for a precision instrument? Well, first, you might want to reconsider your design. But if you really need it:
- Use the E24 or E96 Series (precision 1% resistors with many more intermediate values).
- Or put two 1kΩ resistors in parallel (Req = 500Ω).
- Or use a potentiometer (variable resistor) and adjust it by hand.