Skip to main content Skip to docs navigation

#faaf5a 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 Amber Yellow and its hex is #FAB75A Nearest Color Name

Color Hue/Base color: Orange

Hex #faaf5a Color code in RGB color code model is created after adding 98.04% red color, 68.63% green color and 35.29% blue color. Hex #faaf5a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 64% yellow and 1.96% black.

Hex #faaf5a color code is between #ffaa55 web safe hex color code and #eebb66 web safe hex color code. #ffaa55 is the nearest web safe color code. You can see here many more shades of #faaf5a color code.

RGB Chart

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

Color Table

Hex Color Code faaf5a #faaf5a
RGB Decimal 250, 175, 90 250, 175, 90
RGB Percent 98%, 69%, 35% rgb(98%, 69%, 35%)
CSS RGBa 250, 175, 90,1 rgba(250,175,90,1)
CMYK Model cmyk(0%,30%,64%,1.96%)
HSL Color Space 32,94% ,67% hsl(32,94% ,67%)
HSV Color Space 32°, 64%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 10101111 01011010
Octal 372 257 132
Decimal 250 175 90
Hex fa af 5a

Different shades of #faaf5a color code.

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

Darkest of #faaf5a
#b66305
Darker of #faaf5a
#e77e07
Dark of #faaf5a
#f99729
Base of #faaf5a
#faaf5a
Light of #faaf5a
#fcc78c
Lighter
#fddfbd
Lightest
#fff7ef

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

#faaf5a
#5aa5fa

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

Split Complementary

#faaf5a
#5af5fa
#5f5afa

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

Analogous Color

#fa5a62
#fa6c5a
#faaf5a
#fae45a
#cdfa5a

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

#faaf5a
#af5afa
#5afaaf

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

#faaf5a
#5afaaf
#5aa5fa
#fa5aa5

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

#faaf5a
#5afa5f
#5aa5fa
#fa5af5

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 #faaf5a

#844804
#b66305
#e77e07
#f99729
#faaf5a
#fcc78c
#fddfbd
#fff7ef
#ffffff

Tints of #faaf5a Color

#faaf5a
#fab76c
#fbc07e
#fbc991
#fcd2a3
#fcdbb5
#fde4c8
#fdedda
#fef6ec
#ffffff

Shades of #faaf5a color code

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

#faaf5a
#de9b50
#c28846
#a6743c
#8a6132
#6f4d28
#533a1e
#372614
#1b130a
#000000

Tones

#faaf5a
#e9ae6b
#d8ad7c
#c7ac8d
#b6ab9e

Tones

Similar Color like #faaf5a color

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

#fbb05b
#fcb15c
#fdb25d
#feb35e
#ffb45f
#ffb560
#ffb661
#ffb762
#ffb863
#ffb964
#ffba65
#ffbb66
#ffbc67
#ffbd68
#f9ae59
#f8ad58
#f7ac57
#f6ab56
#f5aa55
#f4a954
#f3a853
#f2a752
#f1a651
#f0a550
#efa44f
#eea34e
#eda24d
#eca14c

Download this Dark Orange

Hex #faaf5a 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.

#faaf5a Color Code Preview on Black Background Color

This is how #faaf5a Color will look on black background color. Color contrast ratio is 11.34

#faaf5a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaf5a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faaf5a

#faaf5a color code is use for CSS Background Color

Background color for the above div is #faaf5a

HTML with inline CSS

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

#faaf5a color code is use for CSS Border Color

CSS Border color for the above div is #faaf5a

HTML with inline CSS

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

CSS Border Left color for the above div is #faaf5a

HTML with inline CSS

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

CSS Border Right color for the above div is #faaf5a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faaf5a

HTML with inline CSS

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

CSS Border Top color for the above div is #faaf5a

HTML with inline CSS

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

#faaf5a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faaf5a Color code Preview on White Background

This is how #faaf5a Color code will look on white background color. Color contrast ratio is 1.85

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 #faaf5a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #faaf5a; }

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,175,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,165,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,175,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }