crispedge.com

Color picker

Loading...

#fecaa6 hex color - Orange - Warm color - Information

#fecaa6 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fecaa6 Color code in RGB color code model is created after adding 99.61% red color, 79.22% green color and 65.1% blue color. Hex #fecaa6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 35% yellow and 0% black.

Hex #fecaa6 color code is between #ffccaa web safe hex color code and #eebb99 web safe hex color code. #ffccaa is the nearest web safe color code. You can see here many more shades of #fecaa6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefecaa6#fecaa6
RGB Decimal254, 202, 166rgb(254, 202, 166)
RGB Percent100%, 79%, 65%rgb(100%, 79%, 65%)
CSS RGBa254, 202, 166,1rgba(254,202,166,1)
CMYK Modelcmyk(0%,20%,35%,0%)
HSL Color Space25,98% ,82%hsl(25,98% ,82%)
HSV Color Space25°, 35%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100101010100110
Octal376312246
Decimal254202166
Hexfecaa6

Different shades of #fecaa6 color code.

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

Light Shade of #fecaa6
#ffe8d8
Dark Shade of #fecaa6
#fdac74
Saturated Shade of #fecaa6
#ffcaa5
Desaturated Shade of #fecaa6
#f9cbaa
Grey scale Shade of #fecaa6
#d2d2d2
Brighten Shade
#ffe3bf
Most Readable Shade
#000000

Shades of #fecaa6 color code

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

#fecaa6
#e1b393
#c59d81
#a9866e
#8d705c
#705949
#544337
#382c24
#1c1612
#000000

Similar Color like #fecaa6 color

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

#ffcba7
#ffcca8
#ffcda9
#ffceaa
#ffcfab
#ffd0ac
#ffd1ad
#ffd2ae
#ffd3af
#ffd4b0
#ffd5b1
#ffd6b2
#ffd7b3
#ffd8b4
#fdc9a5
#fcc8a4
#fbc7a3
#fac6a2
#f9c5a1
#f8c4a0
#f7c39f
#f6c29e
#f5c19d
#f4c09c
#f3bf9b
#f2be9a
#f1bd99
#f0bc98

Monochromatic Color with #fecaa6

#fecaa6
#29211b
#544337
#7e6553
#a9866e
#d3a88a

Tints of #fecaa6 Color

#fecaa6
#fecfaf
#fed5b9
#fedbc3
#fee1cd
#fee7d7
#feede1
#fef3eb
#fef9f5
#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

#fecaa6
#a6dafe

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

Split Complementary

#fecaa6
#a6fef6
#a6aefe

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

Analogous Color

#fea7a6
#feb8a6
#fecaa6
#fedca6
#feeda6

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

#fecaa6
#a6feca
#caa6fe

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

#fecaa6
#aefea6
#a6dafe
#f6a6fe

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

#fecaa6
#a6dafe
#a6aefe
#fef6a6

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 #fecaa6 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.

#fecaa6 Color Code Preview on Black Background Color

This is how #fecaa6 Color will look on black background color. Color contrast ratio is 14.21

#fecaa6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecaa6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fecaa6

#fecaa6 color code is use for CSS Background Color

Background color for the above div is #fecaa6

HTML with inline CSS

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

#fecaa6 color code is use for CSS Border Color

CSS Border color for the above div is #fecaa6

HTML with inline CSS

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

CSS Border Left color for the above div is #fecaa6

HTML with inline CSS

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

CSS Border Right color for the above div is #fecaa6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fecaa6

HTML with inline CSS

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

CSS Border Top color for the above div is #fecaa6

HTML with inline CSS

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

#fecaa6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fecaa6 Color code Preview on White Background

This is how #fecaa6 Color code will look on white background color. Color contrast ratio is 1.48

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

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,202,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,218,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,202,166,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.