Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent.

Slides:



Advertisements
Similar presentations
© 2004, Robert K. Moniot Binary and Hex How to count like a computer.
Advertisements

1 Color Theory. 2 What is Color Theory? Premeditated use of color.
CSS cont. October 5, Unit 4. Padding We can add borders around the elements of our pages To increase the space between the content and the border, use.
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Design Concepts: Module A: The Science of Color.
Most-to-Least Legible Color Combinations for Viewing on Slide Shows Color and contrast are very important tools in communication. They can be used to enhance.
4.01 HTML, CSS and Color. Introduction This presentation includes the following topics: Additive color theory Color Names RGB Colors Hex Colors.
© red ©
Math Further HTML and Web design Gavin Shaddick
RGB color model Skills: none IT concepts: combining red, green and blue light to generate colors This work is licensed under a Creative Commons Attribution-Noncommercial-
COLOR THEORY. Monochromatic Monochromatic: The shades and tints of 1 color (tints-lighter by adding white or water and shades created by adding black.
Contains 16,777,216 Colors. My Car is red My Car is red How do I add colors to my web page? Notepad Browser Works with the “Standard” colors: Red, Green,
Cascading Style Sheets 1 Color and Backgrounds. Cascading Style Sheets 2 Color and Backgrounds Computer color basics Expression of color values using.
© Maths Support Service 2007 Binary and Hexadecimal Numbers Next Slide AE98FD AE98FD.
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
Why HTML. View Code This is my home page. My name is Ali. I’m studying Educational Technology. Save as Text.
Chapter 16 Binary and Hexadecimal Numbers. §16.2 thru 16.3 – Addition and Subtraction of Binary Numbers Binary = Base 2 Addition and subtraction are similar.
CMYK vs. RGB Design. Primary colors The colors that make up the base for every other color created. Depending on whether you are looking at it from science,
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
AD 206 Intermediate CG : School of Art and Design : University of Illinois at Chicago : Spring 2009 Intro to Action Script 3 "The games of a people reveal.
Jennifer Critel TE 877. Without color, uses only black, white, and grays. ColorWheel #RGB # White255, 255, 255 Gray101140, 140, 140 Black200, 0, 0.
Kevin Murphy Web Color Basics Masters Project CS 490.
More Basic XHTML Module 2: XHTML Basics LESSON 2.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Most of the attributes of the body element specify colors for the Web page. Note: The background attribute won’t be useful till we learn about graphics.
Number Systems CIT Network Math
Module 3: Designing for Communication LESSON 1 The Elements of Design: Color Module 3: Designing for Communication LESSON 1.
Web Colors. Web Colors: Up until now, we have been using only pre- defined color names, such as "orange" and "lightblue". As web designers, we need the.
Web Design I Spring 2009 Kevin Cole Gallaudet University
CS Session 2 1 Color Theory September 22 nd, 2008.
Colors. Color of HTML Elements You can control the color of the following elements: You can control the color of the following elements: All text within.
Applying Color in CSS Web Design – Sec 4-5 Part or all of this lesson was adapted from the University of Washington’s “ Web Design & Development I ” Course.
# Red Green Blue Digital Color RGB to HEX.
HEXADECIMAL NUMBERS.
Announcements Chapter 8 for today. 2 More Digitization Light, Sound, Magic: Representing Multimedia Digitally © Lawrence Snyder, 2008.
Why HTML. This is my home page. My name is Ali. I’m studying Technology Education.
GRAPHING RELATIONSHIPS For each graph, determine the graphing relationship and record it on a white board.
HSB to RGB to HEX.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
Mixing Complementary Colors to create neutrals. Complementary colors are directly across from one another on the color wheel. When mixed they get various.
ColorsColors. Color Keywords/Names 140 color keywords/names are defined in the HTML and CSS color specification –17 standard colors (HTML accepts 16 of.
 the relationship between colors  Primary Colors: colors that cant be made by mixing other colors (red, yellow, blue)  Secondary Colors: Colors made.
Why HTML. This is my home page. My name is Ali. I’m studying Technology Education.
RED, YELLOW, and BLUE These colors cannot be made Used to make all other colors.
WHY HEXADECIMAL?. Why bother with Hexadecimal? 1. Binary numbers are difficult for us to work with. 2. Hexadecimal can be used as “shorthand” for binary.
Searching Binary and Hexadecimal numeral systems
Web Colors.
Basic HTML Tags Ryan Frazier April 30,2004 CSC113.
4.01 HTML, CSS and Color.
Hexadecimal Sweet Sixteen!.
Chapter 13 Colors & backgrounds.
Web Development & Design Foundations with HTML5 8th Edition
Design Concepts: Module A: The Science of Color
Even More HTML Richard Fisher.
5th Grade colors Vocabulary
4.01 HTML, CSS and Color.
By Brian MacMillan version all rights reserved.
Web Development & Design Foundations with HTML5
Web Colors.
Name: _______________________________
An Introduction to Color
Hexadecimal Binary Made Easier.
HTML (Hypertext Markup Language )
Two ways to discuss color 1) Addition 2) Subtraction
Beyond SignWriting Plain Text
What Color is it?.
Introduction to Color Theory
Web Colors.
4.01 HTML, CSS and Color.
BSI Symbols for Graphic Communication
Presentation transcript:

Hexadecimal Codes 1

RGB Color Wheel 2

Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent colors using 6 digits 3

What does it look like? We denote hex by placing a pound sign (#) in front of the number. Black = # # # # #CCCCCC White = #FFFFFF 4

Think About It… What would the hex code be for…  Pure Red  Pure Blue  Pure Green  White  Black 5

Which is Which? # #FF00FF #00FFFF #FFFF00 #

Which is Which? # #FF00FF #00FFFF #FFFF00 #

Shorthand When colors have repeated values in the R, G, or B locations, you can condense their hex codes #ff0000  #f00 #ffccaa  #fca #  #010 8

Color Scheme Helpers 9