Skip to main content Skip to docs navigation

#feae79 hex color - Orange - Warm color - Information

#feae79 hex color - Orange - Warm color

On this page
@
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 Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #feae79 Color code in RGB color code model is created after adding 99.61% red color, 68.24% green color and 47.45% blue color. Hex #feae79 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 52% yellow and 0.39% black.

Hex #feae79 color code is between #ffaa77 web safe hex color code and #eebb88 web safe hex color code. #ffaa77 is the nearest web safe color code. You can see here many more shades of #feae79 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code feae79 #feae79
RGB Decimal 254, 174, 121 rgb(254, 174, 121)
RGB Percent 100%, 68%, 47% rgb(100%, 68%, 47%)
CSS RGBa 254, 174, 121,1 rgba(254,174,121,1)
CMYK Model cmyk(0%,31%,52%,0.39%)
HSL Color Space 24,99% ,74% hsl(24,99% ,74%)
HSV Color Space 24°, 52%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 10101110 01111001
Octal 376 256 171
Decimal 254 174 121
Hex fe ae 79

Different shades of #feae79 color code.

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

Light Shade of #feae79
#fecdac
Dark Shade of #feae79
#fe8f46
Saturated Shade of #feae79
#ffae78
Desaturated Shade of #feae79
#f7af80
Grey scale Shade of #feae79
#bbbbbb
Brighten Shade
#ffc792
Most Readable Shade
#000000

Shades of #feae79 color code

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

#feae79
#e19a6b
#c5875e
#a97450
#8d6043
#704d35
#543a28
#38261a
#1c130d
#000000

Similar Color like #feae79 color

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

#ffaf7a
#ffb07b
#ffb17c
#ffb27d
#ffb37e
#ffb47f
#ffb580
#ffb681
#ffb782
#ffb883
#ffb984
#ffba85
#ffbb86
#ffbc87
#fdad78
#fcac77
#fbab76
#faaa75
#f9a974
#f8a873
#f7a772
#f6a671
#f5a570
#f4a46f
#f3a36e
#f2a26d
#f1a16c
#f0a06b

Monochromatic Color with #feae79

#feae79
#291c14
#543a28
#7e573c
#a97451
#d39165

Tints of #feae79 Color

#feae79
#feb787
#fec096
#fec9a5
#fed2b4
#fedbc3
#fee4d2
#feede1
#fef6f0
#ffffff

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

#feae79
#79c9fe

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

Split Complementary

#feae79
#79fef1
#7987fe

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

Analogous Color

#fe7979
#fe9379
#feae79
#fec979
#fee379

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

#feae79
#79feae
#ae79fe

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

#feae79
#86fe79
#79c9fe
#f079fe

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

Double Complementary Color

#feae79
#79c9fe
#7987fe
#fef179

Double Complementary 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).

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

#feae79 Color Code Preview on Black Background Color

This is how #feae79 Color will look on black background color. Color contrast ratio is 11.54

#feae79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feae79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #feae79

#feae79 color code is use for CSS Background Color

Background color for the above div is #feae79

HTML with inline CSS

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

#feae79 color code is use for CSS Border Color

CSS Border color for the above div is #feae79

HTML with inline CSS

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

CSS Border Left color for the above div is #feae79

HTML with inline CSS

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

CSS Border Right color for the above div is #feae79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #feae79

HTML with inline CSS

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

CSS Border Top color for the above div is #feae79

HTML with inline CSS

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

#feae79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#feae79 Color code Preview on White Background

This is how #feae79 Color code will look on white background color. Color contrast ratio is 1.82

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(254,174,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,201,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,174,121,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.


Fatal error: Uncaught Error: Undefined constant "GETPOSTTYPE" in /var/www/html/ce/wp-content/themes/crispedge/footer.php:18 Stack trace: #0 /var/www/html/ce/wp-includes/template.php(810): require_once() #1 /var/www/html/ce/wp-includes/template.php(745): load_template() #2 /var/www/html/ce/wp-includes/general-template.php(92): locate_template() #3 /var/www/html/ce/wp-content/themes/crispedge/page-color.php(1495): get_footer() #4 /var/www/html/ce/wp-includes/template-loader.php(106): include('...') #5 /var/www/html/ce/wp-blog-header.php(19): require_once('...') #6 /var/www/html/ce/index.php(17): require('...') #7 {main} thrown in /var/www/html/ce/wp-content/themes/crispedge/footer.php on line 18