Skip to main content Skip to docs navigation

#fece90 hex color | Download Light 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 Goldenrod Yellow and its hex is #FFCE8F Nearest Color Name

Color Hue/Base color: Orange

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

Hex #fece90 color code is between #ffcc88 web safe hex color code and #eedd99 web safe hex color code. #ffcc88 is the nearest web safe color code. You can see here many more shades of #fece90 color code.

RGB Chart

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

Color Table

Hex Color Code fece90 #fece90
RGB Decimal 254, 206, 144 254, 206, 144
RGB Percent 100%, 81%, 56% rgb(100%, 81%, 56%)
CSS RGBa 254, 206, 144,1 rgba(254,206,144,1)
CMYK Model cmyk(0%,19%,43%,0.39%)
HSL Color Space 34,98% ,78% hsl(34,98% ,78%)
HSV Color Space 34°, 43%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11001110 10010000
Octal 376 316 220
Decimal 254 206 144
Hex fe ce 90

Different shades of #fece90 color code.

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

Darkest of #fece90
#f38a02
Darker of #fece90
#fda12b
Dark of #fece90
#feb85d
Base of #fece90
#fece90
Light of #fece90
#fee4c3
Lighter
#fffbf5
Lightest
#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

#fece90
#90c0fe

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

Split Complementary

#fece90
#90f7fe
#9790fe

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

Analogous Color

#fe9092
#fea090
#fece90
#fef390
#dbfe90

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

#fece90
#ce90fe
#90fece

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

#fece90
#90fece
#90c0fe
#fe90c0

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

#fece90
#90fe97
#90c0fe
#fe90f7

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

#c06d02
#f38a02
#fda12b
#feb85d
#fece90
#fee4c3
#fffbf5
#ffffff
#ffffff

Tints of #fece90 Color

#fece90
#fed39c
#fed8a8
#fedeb5
#fee3c1
#fee9cd
#feeeda
#fef4e6
#fef9f2
#ffffff

Shades of #fece90 color code

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

#fece90
#e1b780
#c5a070
#a98960
#8d7250
#705b40
#544430
#382d20
#1c1610
#000000

Tones

#fece90
#f3cd9b
#e8cba6
#dccab2
#d1c8bd

Tones

Similar Color like #fece90 color

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

#ffcf91
#ffd092
#ffd193
#ffd294
#ffd395
#ffd496
#ffd597
#ffd698
#ffd799
#ffd89a
#ffd99b
#ffda9c
#ffdb9d
#ffdc9e
#fdcd8f
#fccc8e
#fbcb8d
#faca8c
#f9c98b
#f8c88a
#f7c789
#f6c688
#f5c587
#f4c486
#f3c385
#f2c284
#f1c183
#f0c082

Download this Light Orange

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

#fece90 Color Code Preview on Black Background Color

This is how #fece90 Color will look on black background color. Color contrast ratio is 14.45

#fece90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fece90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fece90

#fece90 color code is use for CSS Background Color

Background color for the above div is #fece90

HTML with inline CSS

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

#fece90 color code is use for CSS Border Color

CSS Border color for the above div is #fece90

HTML with inline CSS

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

CSS Border Left color for the above div is #fece90

HTML with inline CSS

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

CSS Border Right color for the above div is #fece90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fece90

HTML with inline CSS

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

CSS Border Top color for the above div is #fece90

HTML with inline CSS

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

#fece90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fece90 Color code Preview on White Background

This is how #fece90 Color code will look on white background color. Color contrast ratio is 1.45

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

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