Actions

Difference between revisions of "Data Network Colors"

From Unofficial Stationeers Wiki

(Description)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:Data Network]]
 
[[Category:Data Network]]
 
== Description ==
 
== Description ==
This is a list of the colors used by various items with the logic network. These are the same colors that can be applied to physical items with a [[Spray_Can|Spray Can]].
+
This is a list of the colors used by various items with the logic network. These are the same colors that can be applied to physical items with a [[Spray_Can|Spray Can]]. These codes can be used in IC10 scripts or logic circuits to set the color of various components, such as lights.
 
 
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! Value !! Color
+
! Value !! Color !! Hex
 
|-
 
|-
| 0 || Blue
+
| 0 || Blue || #212AA5<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#212AA5;"></div>
 
|-
 
|-
| 1 || Gray
+
| 1 || Gray || #7B7B7B<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#7B7B7B;"></div>
 
|-
 
|-
| 2 || Green
+
| 2 || Green || #3F9B39<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#3F9B39;"></div>
 
|-
 
|-
| 3 || Orange
+
| 3 || Orange || #FF662B<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#FF662B;"></div>
 
|-
 
|-
| 4 || Red
+
| 4 || Red || #E70200<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#E70200;"></div>
 
|-
 
|-
| 5 || Yellow
+
| 5 || Yellow || #FFBC1B<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#FFBC1B;"></div>
 
|-
 
|-
| 6 || White
+
| 6 || White || #E7E7E7<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#E7E7E7;"></div>
 
|-
 
|-
| 7 || Black
+
| 7 || Black || #080908<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#080908;"></div>
 
|-
 
|-
| 8 || Brown
+
| 8 || Brown || #633C2B<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#633C2B;"></div>
 
|-
 
|-
| 9 || Khaki
+
| 9 || Khaki || #63633F<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#63633F;"></div>
 
|-
 
|-
| 10 || Pink
+
| 10 || Pink || #E41C99<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#E41C99;"></div>
 
|-
 
|-
| 11 || Purple
+
| 11 || Purple || #732CA7<div style="height: 20px; width: 20px; border: 1px solid black; margin-right: 5px; background-color:#732CA7;"></div>
 
|}
 
|}

Latest revision as of 10:45, 11 May 2024

Description[edit]

This is a list of the colors used by various items with the logic network. These are the same colors that can be applied to physical items with a Spray Can. These codes can be used in IC10 scripts or logic circuits to set the color of various components, such as lights.

Value Color Hex
0 Blue #212AA5
1 Gray #7B7B7B
2 Green #3F9B39
3 Orange #FF662B
4 Red #E70200
5 Yellow #FFBC1B
6 White #E7E7E7
7 Black #080908
8 Brown #633C2B
9 Khaki #63633F
10 Pink #E41C99
11 Purple #732CA7