Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
What the Hex?
Search
Christian Naths
July 23, 2012
Programming
2
190
What the Hex?
A beginners guide to understanding hex colour values, commonly used in CSS.
Christian Naths
July 23, 2012
Tweet
Share
More Decks by Christian Naths
See All by Christian Naths
Fundamental Design Principles – For People Who Can't Design Good.
christiannaths
4
2.4k
Other Decks in Programming
See All in Programming
プロダクトエンジニアのしごと 〜 受託 × 高難度を乗り越えるOptium開発 〜
algoartis
0
210
REALITY コマンド作成チュートリアル
nishiuriraku
0
120
プロフェッショナルとしての成長「問題の深掘り」が導く真のスキルアップ / issue-analysis-and-skill-up
minodriven
8
1.9k
AIコーディングの理想と現実
tomohisa
37
39k
ニーリーQAのこれまでとこれから
nealle
2
770
GitHub Copilot for Azureを使い倒したい
ymd65536
1
330
Jakarta EE Meets AI
ivargrimstad
0
870
インプロセスQAにおいて大事にしていること / In-process QA Meetup
medley
0
170
はじめてのPDFKit.pdf
shomakato
0
100
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
10
3.8k
SwiftDataのカスタムデータストアを試してみた
1mash0
0
150
Golangci-lint v2爆誕: 君たちはどうすべきか
logica0419
1
250
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.3k
The World Runs on Bad Software
bkeepers
PRO
68
11k
GraphQLとの向き合い方2022年版
quramy
46
14k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Producing Creativity
orderedlist
PRO
344
40k
Writing Fast Ruby
sferik
628
61k
Done Done
chrislema
184
16k
Designing for humans not robots
tammielis
253
25k
Typedesign – Prime Four
hannesfritz
41
2.6k
Six Lessons from altMBA
skipperchong
28
3.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Building an army of robots
kneath
305
45k
Transcript
WHAT THE HEX? 1
THE CONVERSION Dec 0 1 2 3 4 5 6
7 8 9 10 11 12 Hex 00 01 02 03 04 05 06 07 08 09 0A 0B 0C Dec 13 14 15 16 17 18 19 20 21 22 23 24 25 Hex 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 Dec 243244 245 246 247 248 249 250 251 252 253 254 255 Hex F3 F4 F5 F6 F7 FC FD 2
3
7F 10 21 R G B 4
27 36 4C R G B 5
R G B EF BD 43 6
R G B D8 9D A3 7
EC E2 24 R G B 8
21 CE 04 R G B 9
4C 3C 2F R G B 10
http://yizzle.com/whatthehex/ PRACTICE! 11