KCharselect unicode block name

Decode 4/5/6-band resistor colors into a value - or reverse a value into bands.

Used only for 5- and 6-band resistors.
Ω
Mode na juyawa: kimar da za'a yanka cikin bands.
QPrintPreviewDialog
QPrintPreviewDialog
QFileDialog
Band colours

Results update as you type.

Shin wannan Kalkulator ya ba ka amsa madaidaiciya?

[Translation temporarily unavailable. Please try again.]

a 4-band part the value is (10 × digit1 + digit2) × 10^multiplier ohms; 5- and 6-band parts add a third significant digit for tighter precision (and, on 6-band parts, a temperature-coefficient band). Each colour maps to a fixed number: black 0, brown 1, red 2, orange 3, yellow 4, green 5, blue 6, violet 7, grey 8, white 9, with gold and silver serving as ×0.1 and ×0.01 multipliers or ±5% and ±10% tolerances. The calculator returns the nominal resistance, the tolerance and the guaranteed value range.Switch to reverse (encode) mode to go the other way: type a target resistance pattern and the tool rounds it to the nearest value

Tambayoyi da ake yi da yawa

Ta yaya ake aiki da launi na resistor?

The first two (or three) bands give the significant digits, the next is a ×10ⁿ multiplier and the last is the tolerance. Brown-Black-Red-Gold = 1, 0, ×100, ±5% = 1 kΩ ±5%.

Mẽne ne ma'anar wannan ƙungiya ta haƙuri?

Tolerance is how far the real resistance may stray from the nominal value. A ±5% 1 kΩ resistor can measure anywhere from 950 Ω to 1050 Ω.

Ta yaya modin juyawa ke zaɓar bands?

Yana kwance manufarka zuwa mafi kusa da kima da za'a iya nunawa da bangarorin adadin, sa'an nan ya zaɓi mai yawa don haka karatun ya haɗu - launuka masu kama da waɗanda za ka karanta daga wani mai riƙe gaskiya na wannan kima.

QFileDialog

A 4-band resistor has two digit bands; a 5-band adds a third digit for tighter tolerances like ±1%; and a 6-band adds a final temperature-coefficient band showing how much the value drifts per degree. More bands generally means a more precise part.

Wanne ƙarshen maɓallin da zan karanta farko?

Kuma idan sun yi ĩmãni, to, ku yi salla, kuma ku bãyar da zakka, kuma ku yi ɗã'a, kuma ku yi tawãli'u, kuma ku yi haƙuri. Kuma kada ku yi ɗã'a ga Allah fãce da gaskiya.

Me ya sa ake amfani da zare da azurfa?

A cikin matsayi na mai yawa, zinariya tana nufin ×0.1 kuma azurfa tana nufin ×0.01, tana ba da darajar sub-ohm. A cikin matsayi na yardar zinariya tana nufin ±5% kuma azurfa tana nufin ±10% — mafi yawan yardar yau da kullum.

Me yasa ba zan iya daidaita matsin lamba na da aka auna da alamun?

The bands give a nominal value plus a tolerance window. A ±5% 1 kΩ resistor may legitimately measure anywhere from 950 Ω to 1,050 Ω, and temperature and age can shift it further, so a small mismatch on a multimeter is completely normal.

❤️ QFileDialog Calculator.Free? Share

𝕏  X Facebook Reddit
[Translation temporarily unavailable. Please try again.]

[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →

Endpoint

GET https://calculator.free/api/v1/resistor-color-code/

curl

curl "https://calculator.free/api/v1/resistor-color-code/?mode=decode&bands=4&band1=1&band2=0&multiplier=2&tolerance=5"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/resistor-color-code/?" + new URLSearchParams({
    "mode": "decode",
    "bands": "4",
    "band1": "1",
    "band2": "0",
    "multiplier": "2",
    "tolerance": "5"
  }));
const data = await r.json();
console.log(data.results);

Results are estimates for general guidance only, not financial, medical or tax advice.