The direct answer to reading any standard through-hole resistor lies in the IEC 60062 standard, which assigns specific numeric values, multipliers, and tolerances to distinct color bands. Whether you are sorting a mixed bin of salvaged carbon film parts or verifying precision metal film resistors for an analog front-end, you read the bands from left to right, starting with the band closest to the lead wire. The first two or three bands represent significant digits, the next is the decimal multiplier, and the final band(s) indicate tolerance and temperature drift.

The Master Table of Color Coding Resistor Bands

How to read this table: The table below maps every standard color to its corresponding digit, multiplier, tolerance, and temperature coefficient (PPM/°C). To read a 4-band resistor, use the Digit column for bands 1 and 2, the Multiplier column for band 3, and the Tolerance column for band 4. For a 5-band resistor, use the Digit column for bands 1, 2, and 3, the Multiplier for band 4, and Tolerance for band 5. A 6-band resistor adds the Temperature Coefficient column as the final 6th band. Note that Black is never used as the first band, and the tolerance bands (Gold/Silver) are physically spaced slightly further apart on the right side of the component body to indicate reading direction.

Color Digit Value (Bands 1-3) Multiplier (Next Band) Tolerance (Final Band) Temp Coefficient (6th Band)
Black0×1 Ω (10⁰)250 ppm/°C (U)
Brown1×10 Ω (10¹)±1% (F)100 ppm/°C (S)
Red2×100 Ω (10²)±2% (G)50 ppm/°C (R)
Orange3×1 kΩ (10³)15 ppm/°C (P)
Yellow4×10 kΩ (10⁴)25 ppm/°C (Q)
Green5×100 kΩ (10⁵)±0.5% (D)20 ppm/°C (Z)
Blue6×1 MΩ (10⁶)±0.25% (C)10 ppm/°C (M)
Violet7×10 MΩ (10⁷)±0.1% (B)5 ppm/°C (K)
Gray8±0.05% (A)
White9
Gold×0.1 Ω (10⁻¹)±5% (J)
Silver×0.01 Ω (10⁻²)±10% (K)

Applying the Data: Tolerance, Temp Coefficients, and Derating

Which column applies to your installation? This depends entirely on your circuit's precision requirements and thermal environment. For general-purpose DIY builds, LED current limiting, and I2C pull-up networks, columns 1 through 4 (yielding 5% tolerance) apply. However, if you are building precision analog-to-digital converter (ADC) voltage dividers, active filters, or current sense shunts, you must use 5-band resistors where the 5th column dictates a 1% or 0.5% tolerance. If your installation operates in an unheated outdoor enclosure, an automotive engine bay, or immediately adjacent to high-power switching MOSFETs, the 6th column (Temperature Coefficient) becomes your critical selection metric.

How derating rows modify the base value: Unlike wire ampacity charts (such as NEC Table 310.16) that feature explicit derating rows for conduit fill and ambient heat, the resistor color code table does not contain power derating rows. Instead, the 6th band provides the data needed to calculate value drift—the derating of the nominal resistance itself due to heat. This is measured in Parts Per Million per degree Celsius (PPM/°C).

Bench Example: Calculating Value Drift
Suppose you install a 10,000 Ω (10kΩ) 5-band metal film resistor with a Red 6th band (50 ppm/°C). If the ambient temperature inside your enclosure rises from the 20°C calibration baseline to 70°C (a ΔT of 50°C), the calculation is:
Drift = 10,000 Ω × (50 / 1,000,000) × 50°C = 25 Ω
Your 10kΩ resistor will measure 10,025 Ω under load. While 25 Ω seems negligible in a pull-up circuit, in a 16-bit ADC reference divider, this drift introduces massive conversion errors. For high-heat installations, you must select a 6-band resistor with a Violet (5 ppm/°C) or Blue (10 ppm/°C) band to lock the value.

For actual power derating (how much wattage the resistor can safely dissipate as heat rises), you must ignore the color bands and consult the manufacturer's MIL-PRF or datasheet curve. Standard 1/4W resistors typically operate at 100% rated power up to 70°C ambient, then derate linearly to 0W at 155°C.

What the Color Code Table Cannot Tell You

Relying solely on a color code calculator leaves out critical physical and electrical parameters that dictate whether a part will survive your circuit. The color bands will never tell you:

  • Power Rating (Wattage): A 1kΩ resistor can be rated for 1/8W, 1/4W, 1/2W, or 5W. You must determine this by physical size. For standard axial through-hole parts, a 0207 body size (approx 6.3mm long) is 1/4W, while a 0309 body (approx 9mm long) is 1/2W.
  • Maximum Working Voltage: Even if a resistor can handle the thermal dissipation, high voltage can arc across the internal spiral cut of a film resistor. A standard 1/4W resistor is typically limited to 250V max working voltage, regardless of its resistance value.
  • Parasitic Reactance: At high frequencies (RF or fast-switching digital edges), resistors stop acting like pure resistance. Wirewound resistors (often green or gray ceramic bodies) have high parasitic inductance, making them useless for high-frequency snubbers. Thick film resistors exhibit parasitic parallel capacitance. The color code reveals nothing about these high-frequency failure modes.
  • Composition and Noise: Carbon composition resistors (vintage or specialized audio) generate significant thermal and current noise compared to metal film. You cannot distinguish carbon film from metal film purely by the color bands; you must read the manufacturer's printed text or check the part's magnetic properties (metal film is often slightly magnetic due to the iron/nickel in the end caps, though this is not a guaranteed test).

Quick-Jump Reference: Most Common Resistor Values

For makers and repair technicians, bookmarking the entire E24 series is unnecessary. 90% of general-purpose bench work relies on a handful of standard values. Use this quick-jump reference to identify the most frequently encountered bands on your workbench, as documented in standard electronics tutorials.

Target Value 4-Band Colors Common Application
220 ΩRed, Red, Brown, GoldStandard current limiting for 5V logic LEDs (yields ~15mA).
330 ΩOrange, Orange, Brown, GoldSafe LED limiting for 3.3V microcontroller GPIO pins (ESP32/Pi).
1 kΩBrown, Black, Red, GoldGeneral pull-down, base resistor for 2N2222 NPN transistors.
4.7 kΩYellow, Violet, Red, GoldStandard I2C pull-up resistor for 5V buses (SDA/SCL lines).
10 kΩBrown, Black, Orange, GoldDefault pull-up/pull-down, voltage divider top-half, MOSFET gate pulldown.
100 kΩBrown, Black, Yellow, GoldHigh-impedance pull-ups, feedback networks in op-amp circuits.

When sorting mixed bins, always verify your visual read with a multimeter. Fading from UV exposure, heat discoloration from over-dissipation, and non-standard manufacturer band spacing can easily cause a visual misread, turning a 10kΩ pull-up into a 1kΩ short-to-ground in your mental schematic.