The color code for a standard 330 ohm resistor with a 5% tolerance is Orange, Orange, Brown, Gold (4-band). If you are using a precision 1% tolerance resistor, the 5-band code is Orange, Orange, Black, Black, Brown. You can identify the reading direction by locating the Gold or Brown tolerance band, which is always spaced slightly wider and placed on the far right.
The 330 Ohm Resistor Color Code Reference Table
Before you solder, verify your component against this breakdown. The table below maps exactly what each physical band translates to in mathematical value, covering both the common 5% carbon/metal film types and the 1% precision metal film types you will find in modern kits.
| Band Position | 4-Band (5% Tol) | 5-Band (1% Tol) | Mathematical Meaning |
|---|---|---|---|
| Band 1 (Digit 1) | Orange (3) | Orange (3) | First significant digit is 3 |
| Band 2 (Digit 2) | Orange (3) | Orange (3) | Second significant digit is 3 |
| Band 3 (Digit 3) | N/A | Black (0) | Third significant digit is 0 (5-band only) |
| Multiplier | Brown (×10) | Black (×1) | Multiplier applied to the digits |
| Tolerance | Gold (±5%) | Brown (±1%) | Acceptable drift range from 330Ω |
What this means in practice: For the 4-band version, you take the digits '33' and multiply by 10, yielding 330Ω. The Gold band means the actual measured resistance can legally fall anywhere between 313.5Ω and 346.5Ω. For the 5-band version, you take the digits '330' and multiply by 1, yielding 330Ω. The Brown tolerance band restricts the acceptable range to a much tighter 326.7Ω to 333.3Ω.
Standard Variants: IEC, MIL-SPEC, and Faded Components
Resistor color codes are not universal across every era and application. Depending on where you source your parts or what equipment you are repairing, you will encounter different standards.
Global and Regional Standards
- IEC 60062 (Global Standard): This is the international standard that defines the color codes used on 99% of modern through-hole resistors. If you are buying from Mouser, Digi-Key, or Amazon, they follow IEC 60062.
- Old British Standard (BS1852): While the physical color bands remained the same, older UK schematics and silk-screens often used the letter 'R' to denote the decimal point or ohms. You will frequently see '330R' on European PCBs instead of '330Ω'. This is a schematic variant, not a physical band variant, but it trips up many beginners reading old UK repair manuals.
- US Military (MIL-PRF-55342 / MIL-R-10509): Military and aerospace resistors sometimes feature a 6th band. This extra band indicates the reliability or failure rate per 1,000 hours of operation (e.g., a Yellow 6th band means a 0.001% failure rate). If you see a 330 ohm resistor with 5 standard bands plus a random Yellow or Red band on the far left, it is a MIL-SPEC component. Read the standard 5 bands normally and ignore the reliability band for value calculation.
Never guess the value of a resistor if the paint is scorched, chipped, or faded from heat. Older carbon composition resistors (common in 1970s audio gear) permanently drift to a higher resistance when subjected to thermal stress. A faded 330Ω resistor might actually measure 450Ω on a bench. If the bands are compromised, desolder one leg and measure it directly with a digital multimeter (DMM) in resistance mode. Refer to Adafruit's multimeter guide for proper probing technique to avoid reading your own finger resistance in parallel.
Rows and Bands People Get Wrong
Even experienced engineers misread resistors under poor lighting. Here are the specific bands on a 330 ohm resistor that cause the most bench errors, and how to avoid them.
- Orange (3) vs. Red (2): Under warm 2700K LED bench lighting or incandescent bulbs, the Orange band on a 330Ω resistor can easily look Red. If you misread it as Red-Red-Brown-Gold, you will build your circuit with a 220Ω resistor. Fix: Always verify resistors under 5000K daylight-balanced lighting, or use a cheap component tester (like the TC1 or LCR-T4) to confirm before soldering.
- The Brown Multiplier (×10) vs. Red Multiplier (×100): The third band on a 4-band 330Ω resistor is Brown. If you mistake it for Red, you will read the value as 3,300Ω (3.3kΩ). Brown is notoriously difficult to distinguish from dark Orange or Red on cheaply manufactured resistors with thick epoxy coatings.
- Reading Direction (The Tolerance Gap): People frequently read the Gold tolerance band as the first digit (which doesn't exist in standard EIA tables, but causes confusion). Look at the physical spacing: the gap between the multiplier band and the tolerance band is visibly wider than the gaps between the digit bands. Gold and Silver are almost never used as significant digits, so if you see them, they anchor the right side of the component.
Frequently Asked Questions
What is the color code for a 330 ohm resistor in SMD?
Surface-mount device (SMD) resistors do not use color bands; they use printed numeric codes. For a standard 5% tolerance 0805 or 0603 SMD resistor, the code is 331 (meaning 33 × 10¹ = 330Ω). If you are using a 1% precision SMD resistor (usually 0805 size with a 4-digit code), the marking will be 3300 (meaning 330 × 10⁰ = 330Ω). If the SMD package is tiny (0402 or 0201), it will likely have no marking at all, and you must rely on your component tape reel or measure it with micro-tweezers.
Can I use a 330 ohm resistor for a 5V Arduino LED circuit?
Yes, 330Ω is the ideal 'safe' value for standard indicator LEDs on a 5V Arduino Uno or Nano GPIO pin. Let's run the Ohm's Law math: A standard red LED has a forward voltage (Vf) of about 2.0V. Subtracting that from the 5V supply leaves 3.0V to drop across the resistor. Dividing 3.0V by 330Ω yields 9.09mA. While a standard LED is rated for 20mA, running it at ~9mA produces nearly full perceived brightness while drastically reducing thermal stress on both the LED and the ATmega328P microcontroller's internal GPIO limits. Note: If you are using an ESP32 (3.3V logic), 330Ω will yield only ~3.9mA, which may look dim; drop to a 100Ω or 150Ω resistor for 3.3V systems.
How do I tell the difference between a 330 ohm and 33 ohm resistor?
The difference lies entirely in the multiplier band (the third band on a 4-band resistor). A 330Ω resistor has a Brown multiplier band (×10), making the math 33 × 10 = 330. A 33Ω resistor has a Black multiplier band (×1), making the math 33 × 1 = 33. Because Brown and Black can sometimes look similar in dim light or on resistors with thick, glossy epoxy coats, always double-check the multiplier band. Using a 33Ω resistor in a circuit designed for 330Ω will allow 10 times the intended current to flow, which will instantly blow a standard 20mA LED and potentially damage your driving transistor or microcontroller pin.






