crispedge.com

Color picker

Loading...

#fece9e hex color - Orange - Warm color - Information

#fece9e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fece9e Color code in RGB color code model is created after adding 99.61% red color, 80.78% green color and 61.96% blue color. Hex #fece9e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 38% yellow and 0% black.

Hex #fece9e color code is between #ffcc99 web safe hex color code and #eeddaa web safe hex color code. #ffcc99 is the nearest web safe color code. You can see here many more shades of #fece9e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefece9e#fece9e
RGB Decimal254, 206, 158rgb(254, 206, 158)
RGB Percent100%, 81%, 62%rgb(100%, 81%, 62%)
CSS RGBa254, 206, 158,1rgba(254,206,158,1)
CMYK Modelcmyk(0%,19%,38%,0%)
HSL Color Space30,98% ,81%hsl(30,98% ,81%)
HSV Color Space30°, 38%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100111010011110
Octal376316236
Decimal254206158
Hexfece9e

Different shades of #fece9e color code.

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

Light Shade of #fece9e
#ffe7d0
Dark Shade of #fece9e
#fdb46c
Saturated Shade of #fece9e
#ffce9d
Desaturated Shade of #fece9e
#f9cea3
Grey scale Shade of #fece9e
#cecece
Brighten Shade
#ffe7b7
Most Readable Shade
#000000

Shades of #fece9e color code

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

#fece9e
#e1b78c
#c5a07a
#a98969
#8d7257
#705b46
#544434
#382d23
#1c1611
#000000

Similar Color like #fece9e color

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

#ffcf9f
#ffd0a0
#ffd1a1
#ffd2a2
#ffd3a3
#ffd4a4
#ffd5a5
#ffd6a6
#ffd7a7
#ffd8a8
#ffd9a9
#ffdaaa
#ffdbab
#ffdcac
#fdcd9d
#fccc9c
#fbcb9b
#faca9a
#f9c999
#f8c898
#f7c797
#f6c696
#f5c595
#f4c494
#f3c393
#f2c292
#f1c191
#f0c090

Monochromatic Color with #fece9e

#fece9e
#29221a
#544434
#7e674f
#a98969
#d3ac84

Tints of #fece9e Color

#fece9e
#fed3a8
#fed8b3
#fedebe
#fee3c9
#fee9d3
#feeede
#fef4e9
#fef9f4
#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

#fece9e
#9ecefe

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

Split Complementary

#fece9e
#9efefe
#9e9efe

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

Analogous Color

#fea89e
#febb9e
#fece9e
#fee19e
#fef49e

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

#fece9e
#9efece
#ce9efe

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

#fece9e
#9efe9e
#9ecefe
#fe9efe

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

#fece9e
#9ecefe
#9e9efe
#fefe9e

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

#fece9e Color Code Preview on Black Background Color

This is how #fece9e Color will look on black background color. Color contrast ratio is 14.54

#fece9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fece9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fece9e

#fece9e color code is use for CSS Background Color

Background color for the above div is #fece9e

HTML with inline CSS

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

#fece9e color code is use for CSS Border Color

CSS Border color for the above div is #fece9e

HTML with inline CSS

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

CSS Border Left color for the above div is #fece9e

HTML with inline CSS

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

CSS Border Right color for the above div is #fece9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fece9e

HTML with inline CSS

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

CSS Border Top color for the above div is #fece9e

HTML with inline CSS

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

#fece9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fece9e Color code Preview on White Background

This is how #fece9e Color code will look on white background color. Color contrast ratio is 1.44

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.