• Orange color code. HTML tutorial. RGB colors. Safe palette colors

    In HTML, color can be specified in three ways:

    Setting a color in HTML by its name

    Some colors can be specified by their name, using the color name on the English. The most common keywords: black, white, red, green, blue, etc.:

    Text color – red

    The most popular colors of the World Wide Web Consortium standard Wide Web Consortium, W3C):

    ColorNameColorName ColorName ColorName
    Black Gray Silver White
    Yellow Lime Aqua Fuchsia
    Red Green Blue Purple
    Maroon Olive Navy Teal

    Example of using different color names:

    Example: specifying a color by its name

    • Try it yourself »

    Header on red background

    Header on orange background

    Heading on lime background

    White text on blue background

    Header on red background

    Header on orange background

    Heading on lime background

    White text on blue background

    Specifying Color Using RGB

    When displaying different colors on a monitor, the RGB palette is used as a basis. Any color is obtained by mixing three basic ones: R - red, G - green, B - blue. The brightness of each color is specified as a single byte and can therefore take values ​​from 0 to 255. For example, RGB(255,0,0) is displayed as red because red is set to its most high value(255), and the rest are set to 0. You can also set the color as a percentage. Each parameter indicates the brightness level of the corresponding color. For example: the values ​​rgb(127, 255, 127) and rgb(50%, 100%, 50%) will set the same medium green color:

    Example: Specifying Color Using RGB

    • Try it yourself »

    rgb(127, 255, 127)

    rgb(50%, 100%, 50%)

    rgb(127, 255, 127)

    rgb(50%, 100%, 50%)

    Set color by hexadecimal value

    Values R G B can also be specified using hexadecimal (HEX) color values ​​in the form: #RRGGBB where RR (red), GG (green) and BB (blue) are hexadecimal values ​​from 00 to FF (same as decimal 0-255) . The hexadecimal system, unlike the decimal system, is based, as its name suggests, on the number 16. The hexadecimal system uses the following signs: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. Here the numbers from 10 to 15 are replaced in Latin letters. Numbers greater than 15 in hexadecimal system represent the combination of two characters into one meaning. For example, the largest number is 255 in decimal system corresponds to the highest FF value in hexadecimal. Unlike the decimal system, a hexadecimal number is preceded by a hash symbol. # , for example, #FF0000 is shown as red because red is set to its highest value (FF) and the rest of the colors are set to their minimum value (00). Signs after the hash symbol # You can type in both uppercase and lowercase. The hexadecimal system allows you to use the abbreviated form #rgb, where each character is equivalent to double. Thus, the entry #f7O should be regarded as #ff7700.

    Example: HEX Color

    • Try it yourself »

    red: #FF0000

    green: #00FF00

    blue: #0000FF

    red: #FF0000

    green: #00FF00

    blue: #0000FF

    red+green=yellow: #FFFF00

    red+blue=purple: #FF00FF

    green+blue=cyan: #00FFFF

    List of common colors (name, HEX and RGB):

    English name Russian name Sample HEX RGB
    Amaranth Amaranth #E52B50 229 43 80
    Amber Amber #FFBF00 255 191 0
    Aqua Blue-green #00FFFF 0 255 255
    Azure Azure #007FFF 0 127 255
    Black Black #000000 0 0 0
    Blue Blue #0000FF 0 0 255
    Bondi Blue Bondi beach water #0095B6 0 149 182
    Brass Brass #B5A642 181 166 66
    Brown Brown #964B00 150 75 0
    Cerulean Azure #007BA7 0 123 167
    Dark spring green Dark spring green #177245 23 114 69
    Emerald Emerald #50C878 80 200 120
    Eggplant Eggplant #990066 153 0 102
    Fuchsia Fuchsia #FF00FF 255 0 255
    Gold Gold #FFD700 250 215 0
    Gray Grey #808080 128 128 128
    Green Green #00FF00 0 255 0
    Indigo Indigo #4B0082 75 0 130
    Jade Jade #00A86B 0 168 107
    Lime Lime #CCFF00 204 255 0
    Malachite Malachite #0BDA51 11 218 81
    Navy Dark blue #000080 0 0 128
    Ochre Ocher #CC7722 204 119 34
    Olive Olive #808000 128 128 0
    Orange Orange #FFA500 255 165 0
    Peach Peach #FFE5B4 255 229 180
    Pumpkin Pumpkin #FF7518 255 117 24
    Purple Violet #800080 128 0 128
    Red Red #FF0000 255 0 0
    Saffron Saffron #F4C430 244 196 48
    Sea Green Green sea #2E8B57 46 139 87
    Swamp green Bolotny #ACB78E 172 183 142
    Teal Blue-green #008080 0 128 128
    Ultramarine Ultramarine #120A8F 18 10 143
    Violet Violet #8B00FF 139 0 255
    Yellow Yellow #FFFF00 255 255 0

    Color codes (background) by saturation and hue.

    >>Color management

    Hexadecimal RGB color values

    Methods of describing and processing color differ from each other in what final representation they are intended for. Let us compare, for example, the representation of colors for printing and for computer monitors. In the first case, the basis is taken white the color of the paper on which three primary colors are subsequently applied: blue, purple And yellow. Mixing with each other and with the white color of paper in different proportions, these three primary colors give different color shades, except for pure black, or in the complete absence of paints they give white paper. If we add black color to them, we get CMYK- a method of transmitting color when the required color is obtained by subtracting the missing colors from white.

    In the second case, the basis is taken black the color of the monitor screen, each cell of which glows in one of three colors: red-red, green-green and blue-blue. Then, in the complete absence of any glow, we get a pure black screen color, and any of the required colors is given by the ratio of each of the three colors. In this case we will get RGB-method of color transmission. Primary colors can range from 0 to 255 , or from 0% to 100% , or can be represented as a hexadecimal value. In the figure below you can see the results of mixing primary colors.

    The hexadecimal number system, unlike the decimal number system, has not ten digits, but sixteen - hence the name. Accordingly, there can only be non-repeating variants of combinations of two digits - 256 , to continue the series of numbers after 9 letters from A to F, therefore, the series will look like this -

    0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
    To convert numbers from one number system to another and vice versa, use the calculator below. Maximum value maybe here FF - 255 .

    In this case, the color is specified by three hexadecimal numbers, each of which consists of two digits. The first number determines the intensity red colors, medium- green, last- blue colors. All numbers can take values ​​in the range from 00 to FF(from 0 to 255). For example: green color is given as #00FF00, red - like #FF0000, blue - like #0000FF, white - like #FFFFFF, complete absence of color or black is given as #000000 .

    In the form below you can specify any hexadecimal values ​​for each of the three colors and see the result of mixing them by clicking in the output field.

    REDGREENBLUE
    0 1 2 3 4 5 6 7 8 9 a b c d e f0 1 2 3 4 5 6 7 8 9 a b c d e f0 1 2 3 4 5 6 7 8 9 a b c d e f0 1 2 3 4 5 6 7 8 9 a b c d e f0 1 2 3 4 5 6 7 8 9 a b c d e f
    ...click here

    Examples of some hexadecimal RGB color values: gradations of red, blue and green.

    view code view code view code view code view code view code
    #010000 #800000 #000100 #008000 #000001 #000080
    #100000 #900000 #001000 #009000 #000010 #000090
    #200000 #A00000 #002000 #00A000 #000020 #0000A0
    #300000 #B00000 #003000 #00B000 #000030 #0000B0
    #400000 #C00000 #004000 #00C000 #000040 #0000C0
    #500000 #D00000 #005000 #00D000 #000050 #0000D0
    #600000 #E00000 #006000 #00E000 #000060 #0000E0
    #700000 #FF0000 #007000 #00FF00 #000070 #0000FF

    Specifying Color Using String Literals

    For ease of use, some colors and their combinations were assigned names that are recognized by all browsers, and it became possible to specify many of them by name. The table below shows some of the color names:

    view Name view Name view Name view Name
    White Red Orange Yellow
    Green Blue Purple Black
    Aliceblue Antiquewhite Aqua Aquamarine
    Azure Beige Bisque Blanchedalmond
    Blueviolet Brown Burlywood Cadetblue
    Chartreuse Chocolate Coral Cornflowerblue
    Cornsilk Crimson Cyan Darkblue
    Darkcyan Darkgoldenrod Darkgray Darkgreen
    Darkkhaki Darkmagenta Darkolivegreen Darkorange
    Darkorchid Darkred Darksalmon Darkseagreen
    Darkslateblue Darkslategray Darkturquoise Darkviolet
    Deeppink Deepskyblue Dimgray Dodgerblue
    Firebrick Floralwhite Forestgreen Fuschia
    Gainsboro Ghostwhite Gold Goldenrod
    Gray Greenyellow Honeydew Hotpink
    Indianred Indigo Ivory Khaki
    Lavender Lavenderblush Lemonchiffon Lightblue
    Lightcoral Lightcyan Lightcoldenrodyellow Lightgreen
    Lightgray Lightpink Lightsalmon Lightseagreen
    Lightskyblue Lightslategray Lightsteelblue Lightyellow
    Lime Limegreen Linen Magenta
    Maroon Mediumaquamarine Mediumblue Mediumorchid
    Mediumpurple Mediumseagreen Mediumslateblue Mediumspringgreen
    Mediumturquoise Mediumvioletred Midnightblue Mintcream
    Mistyrose Navajowhite Navy Oldlace
    Olive Oliverab Orangered Orchid
    Palegoldenrod Palegreen Paletteurquoise Palevioletred
    Papayawhip Peachpuff Peru Pink
    Plum Powderblue Rosybrown Royalblue
    Saddlebrown Seagreen Seashell Sienna
    Silver Skyblue Slateblue Slategray
    Snow Springgreen Steelblue Tan
    Teal Thistle Tomato Turquoise
    Violet Wheat Whitesmoke Yellowgreen
    The list of lowercase literals with color names is quite extensive and more than sufficient. If you need to set a background color that is so unusual that it doesn’t even have a name, you can use a hexadecimal value.

    Using a safe color palette

    Unfortunately, on different platforms,with different system settings, correct color rendering is a,problem. The thing is that the browser always tries to adjust the color palette of the document to suit system settings and the capabilities of the monitor, by independently mixing colors and replacing them. As a result, sometimes the user does not see exactly what the webmaster wanted to show him. A way out of this situation was found in the use of a palette, each color of which is guaranteed to be rendered equally by all browsers on different platforms. This is the so-called guaranteed palette, also called safe palette. This palette includes colors whose color components take the following values: 00 ,33 ,66 ,99 , CC,FF, in all possible ways 216 their combinations.

    FFFFFF CCCCCC 999999 666666 333333 000000 CCCC66 CCCC33 999966 999933 999900 666600 CCFF66 CCFF00 CCFF33 CCCC99 666633 333300 99FF00 99FF33 99CC66 99CC00 99CC33 669900 CCFF99 99FF99 66CC00 66CC33 669933 336600 66FF00 66FF33 33FF00 33CC00 339900 009900 33FF33 00FF33 00FF00 00CC00 33CC33 00CC33 CCFFCC 99CC99 66CC66 669966 336633 003300 99FF99 66FF66 33FF66 00FF66 339933 006600 66FF99 33FF99 00FF99 33CC66 00CC66 009933 66CC99 33CC99 00CC99 339966 009966 006633 99FFCC 66FFCC 33FFCC 00FFCC 33CCCC 009999 CCFFFF 99FFFF 66FFFF 33FFFF 00FFFF 00CCCC 99CCCC 66CCCC 339999 669999 006666 336666 66CCFF 33CCFF 00CCFF 3399CC 0099CC 003333 99CCFF 3399FF 0099FF 6699CC 336699 006699 0066FF 3366CC 0066CC 0033FF 003399 003366 6699FF 3366FF 0000FF 0000CC 0033CC 000033 3333FF 3300FF 3300CC 3333CC 000099 000066 9999CC 6666FF 6666CC 666699 333399 333366 CCCCFF 9999FF 6666FF 6600FF 330099 330066 9966CC 9966FF 6600CC 6633CC 663399 330033 CC99FF CC66FF 9933FF 9900FF 660099 663366 CC66FF CC33FF CC00FF 9900CC 996699 660066 CC99CC CC66CC CC33CC CC00CC 990099 993399 FFCCFF FF99FF FF66FF FF33FF FF00FF CC3399 FF66CC FF00CC FF33CC CC6699 CC0099 990066 FF99CC FF3399 FF0099 CC0066 993366 660033 FF6699 FF3399 FF0066 CC3366 996666 663333 CC9999 CC6666 CC3333 CC0000 990033 330000 FFCCCC FF9999 FF6666 FF3333 FF0000 CC0033 FF6633 CC3300 FF3300 FF0000 CC0000 990000 FFCC99 FFCC66 FF6600 CC6633 993300 660000 FF9900 FF9933 CC9966 CC6600 996633 663300 FFCC66 FFCC00 FFCC33 CC9900 CC9933 996600 FFFFCC FFFF99 FFFF66 FFFF33 FFFF00 CCCC00
    view code view code view code view code view code view code

    Vlad Merzhevich

    In HTML, color is specified in one of two ways: using hexadecimal code and by the name of certain colors. The method based on the hexadecimal number system is predominantly used, as it is the most universal.

    Hexadecimal colors

    To set colors in HTML, numbers are used. hexadecimal code. The hexadecimal system, unlike the decimal system, is based, as its name suggests, on the number 16. The numbers will be as follows: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C , D, E, F. Numbers from 10 to 15 are replaced by Latin letters. In table 6.1 shows the correspondence between decimal and hexadecimal numbers.

    Numbers greater than 15 in the hexadecimal system are formed by combining two numbers into one (Table 6.2). For example, the number 255 in decimal corresponds to the number FF in hexadecimal.

    To avoid confusion in defining the number system, a hexadecimal number is preceded by a hash symbol #, for example #aa69cc. In this case, the case does not matter, so it is permissible to write #F0F0F0 or #f0f0f0.

    A typical color used in HTML looks like this.

    Here the background color of the web page is set to #FA8E47. The hash symbol # in front of a number means it is hexadecimal. The first two digits (FA) define the red component of the color, the third through fourth digits (8E) define the green component, and the last two digits (47) define the blue component. The end result will be this color.

    F.A. + 8E + 47 = FA8E47

    Each of the three colors - red, green and blue - can take values ​​from 00 to FF, resulting in a total of 256 shades. Thus, the total number of colors can be 256x256x256 = 16,777,216 combinations. A color model based on red, green and blue components is called RGB (red, green, blue). This model is additive (from add - add), in which the addition of all three components forms the color white.

    To make it easier to navigate hexadecimal colors, take into account some rules.

    • If the values ​​of the color components are the same (for example: #D6D6D6), then the result will be a gray tint. How larger number, the lighter the color, with values ​​ranging from #000000 (black) to #FFFFFF (white).
    • A bright red color is formed if the red component is made maximum (FF) and the remaining components are set to zero. A color with a value of #FF0000 is the reddest possible red shade. The situation is similar with green(#00FF00) and blue (#0000FF).
    • Yellow (#FFFF00) is made by mixing red and green. This is clearly visible on the color wheel (Fig. 6.1), which presents the primary colors (red, green, blue) and complementary or additional ones. These include yellow, cyan and violet (also called magenta). In general, any color can be obtained by mixing colors close to it. Thus, cyan (#00FFFF) is obtained by combining blue and green.

    Rice. 6.1. Color wheel

    Colors based on hexadecimal values ​​do not have to be empirically selected. Suitable for this purpose graphic editor able to work with different color models, For example, Adobe Photoshop. In Fig. Figure 6.2 shows the window for selecting a color in this program; the resulting hexadecimal value of the current color is outlined with a line. You can copy and paste it into your code.

    Rice. 6.2. Window for choosing a color in Photoshop program

    Web colors

    If you set the monitor's color rendering quality to 8 bits (256 colors), then the same color can be displayed in different browsers in my own way. This is due to the way graphics are displayed, when the browser works with its own palette and cannot show a color that is not in its palette. In this case, the color is replaced by a combination of pixels of other, close to it, colors that imitate the given one. To ensure that the color remains the same across different browsers, a palette of so-called web colors was introduced. Web colors are those colors for which each component - red, green and blue - is set to one of six values ​​- 0 (00), 51 (33), 102 (66), 153 (99), 204 (CC), 255 (FF). The hexadecimal value of this component is indicated in parentheses. The total number of colors from all possible combinations gives 6x6x6 - 216 colors. An example web color is #33FF66.

    The main feature of web color is that it appears the same in all browsers. IN at the moment The relevance of web colors is very small due to the improvement in the quality of monitors and the expansion of their capabilities.

    Colors by name

    To avoid having to remember a set of numbers, you can use the names of commonly used colors instead. In table 6.3 shows the names of popular color names.

    Table 6.3. Names of some colors
    Color name Color Description Hexadecimal value
    black Black #000000
    blue Blue #0000FF
    fuchsia Light purple #FF00FF
    gray Dark gray #808080
    green Green #008000
    lime Light green #00FF00
    maroon Dark red #800000
    navy Dark blue #000080
    olive Olive #808000
    purple Dark purple #800080
    red Red #FF0000
    silver Light gray #C0C0C0
    teal Blue-green #008080
    white White #FFFFFF
    yellow Yellow #FFFF00

    It doesn't matter whether you specify a color by its name or by using hexadecimal numbers. These methods are equal in their effect. Example 6.1 shows how to set the background and text colors of a web page.

    Example 6.1. Background and text color

    Colors

    Example text

    IN in this example The background color is set using the bgcolor attribute of the tag , and the text color through the text attribute. For variety, the value of the text attribute is set to a hexadecimal number, and the bgcolor attribute is set to a reserved one keyword teal.

    Minecraft Codes flowers, or Minecraft codes formatting, allow any player to add flowers and format text in every possible way directly in Minecraft. Color codes from &0-9 - to &a-f. Add them before your text. Messages from players may contain color codes, which allow you to add color to your sentences.

    Colors and formatting codes

    The ampersand sign (&) followed by hexadecimal number in messages signals the client to switch colors when displaying text. Additionally, text can be formatted with an & followed by a letter. You can add different colors to books, command blocks, server name, server description (motd), world names, signs, and even player names.

    It's very easy to format your text in configs or in game using the color chart below. &r is used to reset all codes, i.e. &mAAA&rBBB will be displayed as AAA BBB.

    We present a table of existing color codes in Minecraft for your convenience:

    CodeNameTechnical NameSymbol colorSymbol shadow color
    RGBHexRGBHex
    &0 Blackblack0 0 0 000000 0 0 0 000000
    &1 Dark bluedark_blue0 0 170 0000AA0 0 42 00002A
    &2 Dark greendark_green0 170 0 00AA000 42 0 002A00
    &3 Dark blue-greendark_aqua0 170 170 00AAA0 42 42 002A2A
    &4 Dark reddark_red170 0 0 AA000042 0 0 2A0000
    &5 Dark purpledark_purple170 0 170 AA00AA42 0 42 2A002A
    &6 Goldgold255 170 0 FFAA0042 42 0 2A2A00
    &7 Greygray170 170 170 AAAAAA42 42 42 2A2A2A
    &8 Dark graydark_gray85 85 85 555555 21 21 21 151515
    &9 Blueblue85 85 255 5555FF21 21 63 15153F
    &aGreengreen85 255 85 55FF5521 63 21 153F15
    &bBlue-greenaqua85 255 255 55FFFF21 63 63 153F3F
    &cRedred255 85 85 FF555563 21 21 3F1515
    &dLight purplelight_purple255 85 255 FF55FF63 21 63 3F153F
    &eYellowyellow255 255 85 FFFF5563 63 21 3F3F15
    &fWhitewhite255 255 255 FFFFFF63 63 63 3F3F3F

    Sometimes it is necessary underline, cross out, highlight any text. This is done using text formatting. It is used in exactly the same way as colors (we put before the text code, for example &lMinecraft = Minecraft.

    For your convenience, below is a table of formatting codes:

    CodeName
    &kMagic text
    &lBold text
    &mStrikethrough text
    &nUnderlined text
    &oItalic text
    &rText without formatting