The 300 ohm resistor color code is Orange, Black, Brown (plus a Gold tolerance band) for standard 4-band resistors, and Orange, Black, Black, Black (plus a Brown tolerance band) for 5-band precision resistors. Unlike mains wiring, resistor band colors do not change by region; they are universally standardized.

The 300 Ohm Resistor Color Code Reference Table

Below is the exact band breakdown for a 300Ω resistor across the three most common physical formats you will encounter on a workbench. The 4-band version is standard for general-purpose carbon and metal film resistors (typically ±5% tolerance), while the 5-band and 6-band versions are used for ±1% precision metal film resistors.

FormatBand 1 (Digit)Band 2 (Digit)Band 3 (Digit/Mult)Band 4 (Mult/Tol)Band 5 (Tol/Temp)Band 6 (Tempco)
4-Band (5%)Orange (3)Black (0)Brown (×10)Gold (±5%)N/AN/A
5-Band (1%)Orange (3)Black (0)Black (0)Black (×1)Brown (±1%)N/A
6-Band (1%)Orange (3)Black (0)Black (0)Black (×1)Brown (±1%)Red (50ppm)

To decode any other resistor value, use the master IEC 60062 reference chart below. This is the globally recognized standard for resistor color coding.

ColorDigit ValueMultiplierToleranceTemp Coeff (ppm/K)
Black0×1 (10^0)250
Brown1×10 (10^1)±1%100
Red2×100 (10^2)±2%50
Orange3×1k (10^3)15
Yellow4×10k (10^4)25
Green5×100k (10^5)±0.5%
Blue6×1M (10^6)±0.25%10
Violet7×10M (10^7)±0.1%5
Gray8±0.05%
White9
Gold×0.1±5%
Silver×0.01±10%

Decoding the Bands and Global Standard Variants

A frequent point of confusion for hobbyists crossing over from home electrical work is the assumption that component marking colors follow regional wiring codes. They do not. It is critical to separate mains wiring standards from component standards.

The Wiring vs. Component Misconception

  • Mains Wiring (Regional): In the US, the NEC dictates black (hot), white (neutral), and bare/green (ground). In the EU and modern UK, IEC 60446 dictates brown (hot), blue (neutral), and green/yellow (earth). The old UK standard (pre-1970) used red (hot) and black (neutral).
  • Resistors (Universal): Resistors ignore all regional wiring codes. The color bands are governed exclusively by IEC 60062 (and the US military equivalent MIL-PRF-22684). An orange band always means '3', whether you are in London, New York, or Tokyo.

What Each Row Means in Practice

For a standard 4-band 300Ω resistor, the first two bands (Orange, Black) represent the significant digits: 3 and 0. The third band (Brown) is the multiplier, meaning 'multiply by 10'. Therefore, 30 × 10 = 300 ohms. The final band (Gold) indicates a ±5% tolerance, meaning the actual measured resistance can safely fall anywhere between 285Ω and 315Ω.

In a 5-band precision resistor, the first three bands are significant digits (Orange, Black, Black = 300). The fourth band is the multiplier (Black = ×1), yielding 300 × 1 = 300 ohms. The fifth band (Brown) dictates a tighter ±1% tolerance (297Ω to 303Ω).

Rows People Get Wrong and Faded Marking Recovery

Even with a standardized chart, visual misidentification is the leading cause of breadboard debugging errors. Here are the most common traps and how to recover when the paint fails.

The 'Rows People Get Wrong' Notes

  • Orange (3) vs. Red (2): On older carbon film resistors, UV exposure and heat can cause the orange band to darken, making it look distinctly red. If you are reading a 200Ω resistor but the circuit expects 300Ω, suspect band degradation.
  • Black (0) vs. Brown (1) Multiplier: Under warm LED bench lighting, a brown multiplier band (×10) can easily be mistaken for black (×1). This turns a 300Ω resistor (Orange-Black-Brown) into a 30Ω resistor (Orange-Black-Black) in your mental math, which will likely blow your LED or bias a transistor incorrectly.
  • Reading Backwards: Manufacturers print the tolerance band (Gold or Silver) slightly wider or spaced further from the other bands. Always start reading from the end opposite the isolated Gold/Silver band. If both ends look symmetrical, look for the band closest to the lead wire to start.

Safe Interpretation of Faded or Missing Markings

When a resistor has been subjected to extreme thermal stress (e.g., a pull-up resistor on a hot MOSFET gate), the epoxy coating turns brittle and the color bands blister or fade to a uniform brown. Do not guess the value based on a faded stripe.

Warning: In-Circuit Measurement Skew
Never trust a multimeter reading taken while the resistor is still soldered into a live or powered-down PCB. Parallel current paths through adjacent ICs, capacitors, and other resistors will almost always yield a falsely low reading. A 300Ω resistor might read as 45Ω in-circuit. Always desolder at least one leg of the resistor to lift it out of the parallel network before measuring.

Recovery Protocol:

  1. Isolate and Measure: Desolder one leg and measure with a digital multimeter (DMM) on the Ohms setting. A reading of 298.4Ω confirms a 300Ω 1% resistor.
  2. Deduce from E-Series Logic: If the resistor is completely burnt and reads open (OL), analyze the circuit context. If it is an LED current limiter on a 5V logic line with a 2V forward voltage LED targeting 10mA, use Ohm's Law: R = (5V - 2V) / 0.010A = 300Ω. You can confidently replace it with a standard E24 series 300Ω resistor.
  3. Check the BOM: For commercial boards, cross-reference the silkscreen designator (e.g., R14) with the manufacturer's open-source schematic or Bill of Materials rather than relying on visual inspection of charred components.

For a comprehensive guide on reading schematic symbols and mapping them to physical components, refer to the All About Circuits resistor reference or standard SparkFun component tutorials. Always verify your physical stock against your DMM before committing to a complex soldering run.