Orange = FFA500 = RGB(255, 165, 0) Maroon = #800000 = RGB(128, 0, 0) Fuchsia = #FF00FF = RGB(255, 0, 255) Lime = #00FF00 = RGB(0, 255, 0) Aqua = #00FFFF = RGB(0, 255, 255) Teal = #008080 = RGB(0, 128, 128) ...
Table 24.2 lists some of the codes for certain colours. Table 24.2. Hexadecimal colours ColourCodeColourCode White #FFFFFF Dark red #C91F16 Light red #DC640D Orange #F1A60A Yellow #FCE503 Light green #BED20F Dark green #088343 Light blue #009DBE Dark blue #0D3981 Purple #3A0B59 ...
Explore our detailed Hexadecimal Digits (Hex-Codes) Cheatsheet, an invaluable resource for programmers and tech enthusiasts. Get easy access to binary-bit patterns, decimal-byte representations, and ASCII character mappings. Ideal for quick lookups and l
Yellow Orange#FCAF45252,175,69 Salomie#FFDC80255,220,128 Color NameColorHex CodeR,G, B San Marino#4267B266,103,178 White#FFFFFF255,255,255 Color NameColorHex CodeR,G, B Cornflower Blue#4285F466,133,244 Punch#DB4437219,68,55
The colors of the rainbow are red, orange, yellow, green, blue, indigo and violet. Interesting fact, that on the ground we only see a semi-circle rainbow but from very high up you can see a rainbow in a full circle. Pro tips Master online text tools You can pass input to this ...
Device Screenshots for Hexacdecimal CalculatorGreen Positive Hexadecimal OutputGreen Negative Hexadecimal OutputRed Negative Hexadecimal White Text OutputOrange Three Tab Positive Hexadecimal OutputBinary CalculatorAddition, subtraction, multiplication, division AND, OR, XOR, NOT 1's compliment, 2's compliment...
orange crush21°#F87531 #FA9D6D #FCC6AA #FEEEE6 ivoryblack22°#292421 #75675E #B7ACA5 #F4F2F1 darktan22°#97694F #BC957F #D9C3B7 #F6F1EE vandykebrown22°#5E2605 #D8570B #F7A06D #FEEFE7 apricot22°#FBA16C #FCBB95 #FDD5BD #FEEFE6 cadmiumorange22°#FF6103 #FF904...
mobile-friendly version of these color charts. This chart helps you pick a hexadecimal color code from more than 1,100 named colors for use in HTML Web page features. Click on the color set closest to the hue that you want, and you'll see a chart with color names and hex codes. You...
.orange {color:#ff6600;} Do this: .orange {color:#f60;} Hexadecimal Colors Hexadecimal values are base-16, so they are usually shorter than base-10 numbers. To specify 0 to 255 in hex, you’d use00toff, saving a byte for higher colors. ...