Skip to main content Skip to docs navigation

#faa211 hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Beer and its hex is #FCAA12 Nearest Color Name

Color Hue/Base color: Orange

Hex #faa211 Color code in RGB color code model is created after adding 98.04% red color, 63.53% green color and 6.67% blue color. Hex #faa211 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 93% yellow and 1.96% black.

Hex #faa211 color code is between #ffaa00 web safe hex color code and #ee9900 web safe hex color code. #ffaa00 is the nearest web safe color code. You can see here many more shades of #faa211 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code faa211 #faa211
RGB Decimal 250, 162, 17 250, 162, 17
RGB Percent 98%, 64%, 7% rgb(98%, 64%, 7%)
CSS RGBa 250, 162, 17,1 rgba(250,162,17,1)
CMYK Model cmyk(0%,35%,93%,1.96%)
HSL Color Space 37,96% ,52% hsl(37,96% ,52%)
HSV Color Space 37°, 93%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 10100010 00010001
Octal 372 242 21
Decimal 250 162 17
Hex fa a2 11

Different shades of #faa211 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #faa211
#704602
Darker of #faa211
#a26603
Dark of #faa211
#d48504
Base of #faa211
#faa211
Light of #faa211
#fbb643
Lighter
#fcc975
Lightest
#fddda7

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#faa211
#1169fa

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#faa211
#11ddfa
#2d11fa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fa1a11
#fa4111
#faa211
#faf011
#a3fa11

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#faa211
#a211fa
#11faa2

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#faa211
#11faa2
#1169fa
#fa1169

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#faa211
#11fa2d
#1169fa
#fa11dd

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #faa211

#3e2701
#704602
#a26603
#d48504
#faa211
#fbb643
#fcc975
#fddda7
#fef0d9

Tints of #faa211 Color

#faa211
#faac2b
#fbb645
#fbc160
#fccb7a
#fcd595
#fde0af
#fdeaca
#fef4e4
#ffffff

Shades of #faa211 color code

Generate more color scales with scales (color stack) generator.

#faa211
#de900f
#c27e0d
#a66c0b
#8a5a09
#6f4807
#533605
#372403
#1b1201
#000000

Tones

#faa211
#e29c29
#c99642
#b1905a
#998a72

Tones

Similar Color like #faa211 color

Find visually similar hex color codes nearing to #faa211 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fba312
#fca413
#fda514
#fea615
#ffa716
#ffa817
#ffa918
#ffaa19
#ffab1a
#ffac1b
#ffad1c
#ffae1d
#ffaf1e
#ffb01f
#f9a110
#f8a00f
#f79f0e
#f69e0d
#f59d0c
#f49c0b
#f39b0a
#f29a09
#f19908
#f09807
#ef9706
#ee9605
#ed9504
#ec9403

Download this Dark Orange

Hex #faa211 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#faa211 Color Code Preview on Black Background Color

This is how #faa211 Color will look on black background color. Color contrast ratio is 10.24

#faa211 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#faa211">Your Example Paragraph content text in with font color #faa211 </p>

Your Example Paragraph content text in with font color #faa211

HTML with inline CSS

<div style="color:#faa211">Your Paragraph text in with font color #faa211 </div>

Your Example Paragraph content text in with font color #faa211

#faa211 color code is use for CSS Background Color

Background color for the above div is #faa211

HTML with inline CSS

<div style="background-color:#faa211;"></div>

#faa211 color code is use for CSS Border Color

CSS Border color for the above div is #faa211

HTML with inline CSS

<div style="border:5px solid #faa211;"></div>

CSS Border Left color for the above div is #faa211

HTML with inline CSS

<div style="border-left:5px solid #faa211;"></div>

CSS Border Right color for the above div is #faa211

HTML with inline CSS

<div style="border-right:5px solid #faa211;"></div>

CSS Border Bottom color for the above div is #faa211

HTML with inline CSS

<div style="border-bottom:5px solid #faa211;"></div>

CSS Border Top color for the above div is #faa211

HTML with inline CSS

<div style="border-top:5px solid #faa211;"></div>

#faa211 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#faa211; } .examplecolorclass {color:#faa211; } .examplebordercolor {border:3px solid #faa211; }

#faa211 Color code Preview on White Background

This is how #faa211 Color code will look on white background color. Color contrast ratio is 2.05

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #faa211; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #faa211; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(250,162,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,105,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,162,17,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }