0 | Black | |
1 | Brown | |
2 | Red | |
3 | Orange | |
4 | Yellow | |
5 | Green | |
6 | Blue | |
7 | Violet | |
8 | Gray | |
9 | White |
The color code works like this: there are (at least) three color bands on the resistor. The first band indicates the first digit in the resistance. The second band indicates the second digit. The third digit is a multiplier.
So, for example, if the bands were Yellow, Violet, and Orange, this translates to 4, 7, and 3. The resistance value would be 47 × 1000 or 47 K Ω.
The computation would look like this:
R = ((10 * a) + b) * 10 c
where a, b, and c are the translated values of the three color bands, in order.
No comments:
Post a Comment