The exact 3.3 k resistor color code (3300 ohms) depends on the precision format of the component. For a standard 5% tolerance 4-band resistor, the colors are Orange-Orange-Red-Gold. For a 1% tolerance 5-band resistor, the sequence is Orange-Orange-Black-Brown-Brown. Because 3.3 kΩ is a standard E24 series value, it is heavily used in modern electronics as an I2C pull-up resistor for 3.3V logic systems like the ESP32 and Raspberry Pi, where it provides an optimal ~1mA sink current.

The 3.3 k Resistor Color Code Reference Tables

The global standard for through-hole resistor marking is IEC 60062. The table below breaks down the exact band colors required to yield 3.3 kΩ across the three most common through-hole formats. Read the bands starting from the end closest to the lead, moving toward the center.

Band Position 4-Band (5% Tol) 5-Band (1% Tol) 6-Band (1% Tol, 50ppm) Function / Multiplier Math
Band 1 (Digit 1) Orange (3) Orange (3) Orange (3) First significant digit
Band 2 (Digit 2) Orange (3) Orange (3) Orange (3) Second significant digit
Band 3 (Digit 3) N/A Black (0) Black (0) Third significant digit (5/6-band only)
Multiplier Band Red (x100) Brown (x10) Brown (x10) 4-band: 33 x 100 = 3300. 5-band: 330 x 10 = 3300.
Tolerance Band Gold (±5%) Brown (±1%) Brown (±1%) Acceptable deviation from 3300Ω
Tempco Band N/A N/A Brown (100ppm) or Red (50ppm) Resistance drift per °C change

What this means in practice: In the 4-band system, you read two digits (3 and 3) and multiply by the red band's factor (10² or 100). In the 5-band system, you read three digits (3, 3, and 0) and multiply by the brown band's factor (10¹ or 10). Both mathematical paths arrive at exactly 3300 ohms. The 6-band system simply adds a temperature coefficient band to the 5-band layout, critical for precision analog circuits where ambient temperature shifts could alter bias voltages.

Standard Variants: IEC 60062, Vintage UK, and SMD Equivalents

While IEC 60062 governs modern through-hole components globally, you will encounter different coding standards when repairing legacy equipment or designing modern printed circuit boards (PCBs). Regional and era-specific variants require entirely different interpretation frameworks.

Standard / Era 3.3 kΩ Marking Format Where You Will Find It Decoding Rule
Modern IEC 60062 Orange-Orange-Red-Gold All modern through-hole kits, consumer electronics, hobbyist parts Color bands read left-to-right, tolerance spaced wider
Vintage UK/EU (Mullard) Body: Orange, Tip: Orange, Dot: Red 1950s-1970s British and European valve radios, early transistor amps Body = Digit 1, Tip = Digit 2, Painted Dot = Multiplier
Military MIL-R-10509 Orange-Orange-Red (No Gold/Silver) Mid-century US military surplus, aviation, and telecom gear Assumes ±20% tolerance if no 4th band is present
Modern SMD (EIA-96 / 3-Digit) Printed '332' Modern PCBs, surface-mount 0805/0603 packages Digits 3 and 3, multiplier 10² (100). 33 x 100 = 3300

If you are restoring a vintage UK amplifier and find a resistor with an orange body, an orange painted tip, and a single red dot in the middle, you are looking at a 3.3 kΩ part using the old Mullard body-tip-dot system. Do not attempt to apply modern IEC band logic to these components, as the physical orientation of the part does not dictate reading direction—the body color is always the first digit.

Bands People Get Wrong and Faded Marking Hazards

Resistor color codes are notoriously difficult to read under poor lighting or when components have been subjected to years of thermal stress. When identifying a suspected 3.3 kΩ resistor, watch for these specific failure modes and visual traps.

Warning: The Red vs. Orange Thermal Fade
Carbon composition and early carbon film resistors run hot. Over time, UV exposure and thermal cycling cause the Red multiplier band to fade into a muddy brown or bright orange. If your 4-band resistor looks like Orange-Orange-Orange-Gold, it is highly likely a faded 3.3 kΩ (Orange-Orange-Red) rather than a 33 kΩ resistor. Always verify suspected faded multipliers with a digital multimeter (DMM).

The Gold vs. Yellow Tolerance Trap: In 5-band 3.3 kΩ resistors, the fourth band is Brown (multiplier). If you mistakenly read the fifth band (tolerance) as a digit, you will miscalculate the value. Gold (±5%) has a distinct metallic, reflective sheen. Yellow (digit 4) is flat and matte. If the band catches the light like metal, it is a tolerance marker, not a digit.

Reading Direction Errors: Manufacturers print the tolerance band (Gold, Silver, or Brown) with a noticeably wider physical gap between it and the preceding multiplier band. If the spacing is perfectly uniform, look for the metallic Gold or Silver band—these colors are never used as significant digits in the IEC 60062 standard, only as multipliers or tolerances. Finding a Gold band instantly tells you which end of the resistor to start reading from.

Safe Interpretation When Markings Are Missing or Burned

When a 3.3 kΩ resistor has been subjected to an overcurrent event, the epoxy coating may char, completely obliterating the color bands. In these cases, visual identification is impossible, and you must rely on electrical measurement and circuit context.

Step 1: Isolate the Component
Never trust an in-circuit resistance measurement. If you measure a 3.3 kΩ pull-up resistor while it is still soldered to an ESP32 breakout board, the DMM will read the parallel equivalent of the resistor and the microcontroller's internal GPIO protection diodes. This will yield a falsely low reading. Desolder at least one leg of the resistor, lifting it completely off the PCB pad to break the parallel circuit.

Step 2: Measure and Evaluate Drift
Set your DMM to the 20kΩ range. A healthy 5% 3.3 kΩ resistor will read between 3135Ω and 3465Ω. If the component has suffered thermal damage but the bands are gone, check the reading against the manufacturer's drift specifications. Carbon film resistors typically fail open or drift high (increasing in resistance) when burned. If your isolated measurement reads 4.1 kΩ or higher, the carbon track has degraded; discard the part and replace it with a modern metal film equivalent, which offers superior thermal stability and a tighter 1% tolerance.

Bench Tip: Use the E24 Series to Guess Missing Values
If a resistor is completely illegible but measures roughly 3280Ω out of circuit, do not assume it is a custom value. Standard through-hole resistors follow the E24 logarithmic series. 3.3 kΩ is a standard E24 value; 3.2 kΩ or 3.4 kΩ are not. Round your measured value to the nearest E24 standard value to determine the original design intent before ordering replacements.

By cross-referencing the physical band colors with the IEC 60062 tables, accounting for thermal fade, and verifying with isolated DMM measurements, you can confidently identify and replace 3.3 kΩ resistors in both modern microcontroller projects and vintage analog restorations.