Skip to main content Skip to docs navigation

#fe975a 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 Papaya and its hex is #FE985C Nearest Color Name

Color Hue/Base color: Orange

Hex #fe975a Color code in RGB color code model is created after adding 99.61% red color, 59.22% green color and 35.29% blue color. Hex #fe975a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 65% yellow and 0.39% black.

Hex #fe975a color code is between #ff9955 web safe hex color code and #ee8866 web safe hex color code. #ff9955 is the nearest web safe color code. You can see here many more shades of #fe975a color code.

RGB Chart

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

Color Table

Hex Color Code fe975a #fe975a
RGB Decimal 254, 151, 90 254, 151, 90
RGB Percent 100%, 59%, 35% rgb(100%, 59%, 35%)
CSS RGBa 254, 151, 90,1 rgba(254,151,90,1)
CMYK Model cmyk(0%,41%,65%,0.39%)
HSL Color Space 22,99% ,67% hsl(22,99% ,67%)
HSV Color Space 22°, 65%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 10010111 01011010
Octal 376 227 132
Decimal 254 151 90
Hex fe 97 5a

Different shades of #fe975a color code.

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

Darkest of #fe975a
#be4701
Darker of #fe975a
#f15a01
Dark of #fe975a
#fe7727
Base of #fe975a
#fe975a
Light of #fe975a
#feb78d
Lighter
#ffd7bf
Lightest
#fff7f2

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

#fe975a
#5ac1fe

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

Split Complementary

#fe975a
#5afee9
#5a6ffe

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

Analogous Color

#fe5a7d
#fe5a61
#fe975a
#fece5a
#eafe5a

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

#fe975a
#975afe
#5afe97

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

#fe975a
#5afe97
#5ac1fe
#fe5ac1

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

#fe975a
#6ffe5a
#5ac1fe
#e95afe

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

#8b3401
#be4701
#f15a01
#fe7727
#fe975a
#feb78d
#ffd7bf
#fff7f2
#ffffff

Tints of #fe975a Color

#fe975a
#fea26c
#feae7e
#feb991
#fec5a3
#fed0b5
#fedcc8
#fee7da
#fef3ec
#ffffff

Shades of #fe975a color code

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

#fe975a
#e18650
#c57546
#a9643c
#8d5332
#704328
#54321e
#382114
#1c100a
#000000

Tones

#fe975a
#ed9b6b
#dda07b
#cca48c
#bca89c

Tones

Similar Color like #fe975a color

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

#ff985b
#ff995c
#ff9a5d
#ff9b5e
#ff9c5f
#ff9d60
#ff9e61
#ff9f62
#ffa063
#ffa164
#ffa265
#ffa366
#ffa467
#ffa568
#fd9659
#fc9558
#fb9457
#fa9356
#f99255
#f89154
#f79053
#f68f52
#f58e51
#f48d50
#f38c4f
#f28b4e
#f18a4d
#f0894c

Download this Dark Orange

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

#fe975a Color Code Preview on Black Background Color

This is how #fe975a Color will look on black background color. Color contrast ratio is 9.79

#fe975a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe975a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe975a

#fe975a color code is use for CSS Background Color

Background color for the above div is #fe975a

HTML with inline CSS

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

#fe975a color code is use for CSS Border Color

CSS Border color for the above div is #fe975a

HTML with inline CSS

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

CSS Border Left color for the above div is #fe975a

HTML with inline CSS

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

CSS Border Right color for the above div is #fe975a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe975a

HTML with inline CSS

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

CSS Border Top color for the above div is #fe975a

HTML with inline CSS

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

#fe975a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe975a Color code Preview on White Background

This is how #fe975a Color code will look on white background color. Color contrast ratio is 2.15

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

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