Hexadecimal Colors

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Hexadecimal colors

A method of color coding RGB for HTML for the web. A complex code based on a 16-unit mathematical combination. HTML uses this six-digit numerical (0-9) and letter code (A-F) to identify specific colors that a designer has chosen; RGB conversion charts to hexadecimal code are readily available.

2
New cards

Additive primary model

A color system in which, when the values of R, G, and B (red, green, and blue) are 0, the result is black; when the values are all 255, the result is white.

3
New cards

#FFFFFF

What is the hexcode for white?

<p>What is the hexcode for white?</p>
4
New cards

#FFFF00

What is the hexcode for yellow? This hexcode shows that the combination of red and green results to yellow.

<p>What is the hexcode for yellow? This hexcode shows that the combination of red and green results to yellow.</p>
5
New cards

#0000FF

What is the hexcode for blue? This hexcode shows that there is an absence of both red and green.

<p>What is the hexcode for blue? This hexcode shows that there is an absence of both red and green.</p>
6
New cards

#00FF00

This hexcode represents the absence of red and blue.

7
New cards

#FF0000

This is the representation of red in hexcode.

<p>This is the representation of red in hexcode.</p>
8
New cards

#FF00FF

The hexcode representation of magenta (red+blue)?

<p>The hexcode representation of magenta (red+blue)?</p>
9
New cards

#000000

Black represented RGB in 32Bit Hex.

<p>Black represented RGB in 32Bit Hex.</p>
10
New cards

#00FFFF

What is the hexcode for cyan?

<p>What is the hexcode for cyan?</p>
11
New cards

CMYK, RGB, HSV

These are software color display modes

12
New cards

CMYK mode

This mode of color display imitates the results of mixing process colors. It facilitates working on-screen for print production.

13
New cards

(0%, 0%, 0%,0%)

White in CMYK mode (a total absence of ink on white paper)

14
New cards

RGB mode

This mode of screen display parallels the behavior of light. When 100% each of the three colors is mixed, the result is white.

15
New cards

(255, 255, 255)

White in RGB mode

16
New cards

(0, 0, 0)

Black in RGB Mode

17
New cards

HSV Mode

Stands for Hue, saturation, value or HSL (hue, saturation, lightness) displays a circular color map. Next to the map are three boxes one each for hue, saturation and value. The user first selects a color from the map, then instructs each of the boxes to modify that selection.

18
New cards

Gamut

The range of colors reproduced in a color mode.

19
New cards

Websafe colors

These are an informal standard of 216 colors that are generally considered web safe during the early days of personal computers.

20
New cards

Calibration

This is the setting or correcting of a measuring device or base level, usually by adjusting it to match or conform to a dependably known and unvarying measure.