Skip to main content Skip to docs navigation

#fec255 hex color | Download Dark Yellow 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 Orange Delight and its hex is #FFC355 Nearest Color Name

Color Hue/Base color: Yellow

Hex #fec255 Color code in RGB color code model is created after adding 99.61% red color, 76.08% green color and 33.33% blue color. Hex #fec255 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 67% yellow and 0.39% black.

Hex #fec255 color code is between #ffbb44 web safe hex color code and #eecc66 web safe hex color code. #ffbb44 is the nearest web safe color code. You can see here many more shades of #fec255 color code.

RGB Chart

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

Color Table

Hex Color Code fec255 #fec255
RGB Decimal 254, 194, 85 254, 194, 85
RGB Percent 100%, 76%, 33% rgb(100%, 76%, 33%)
CSS RGBa 254, 194, 85,1 rgba(254,194,85,1)
CMYK Model cmyk(0%,24%,67%,0.39%)
HSL Color Space 39,99% ,66% hsl(39,99% ,66%)
HSV Color Space 39°, 67%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11000010 01010101
Octal 376 302 125
Decimal 254 194 85
Hex fe c2 55

Different shades of #fec255 color code.

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

Darkest of #fec255
#b97801
Darker of #fec255
#ec9801
Dark of #fec255
#feb022
Base of #fec255
#fec255
Light of #fec255
#fed488
Lighter
#ffe6ba
Lightest
#fff9ed

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

#fec255
#5591fe

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

Split Complementary

#fec255
#55e5fe
#6e55fe

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

Analogous Color

#fe5f55
#fe7c55
#fec255
#fefa55
#bbfe55

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

#fec255
#c255fe
#55fec2

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

#fec255
#55fec2
#5591fe
#fe5591

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

#fec255
#55fe6e
#5591fe
#fe55e5

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

#865701
#b97801
#ec9801
#feb022
#fec255
#fed488
#ffe6ba
#fff9ed
#ffffff

Tints of #fec255 Color

#fec255
#fec867
#fecf7a
#fed68d
#fedda0
#fee3b3
#feeac6
#fef1d9
#fef8ec
#ffffff

Shades of #fec255 color code

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

#fec255
#e1ac4b
#c59642
#a98138
#8d6b2f
#705625
#54401c
#382b12
#1c1509
#000000

Tones

#fec255
#edbd66
#dcb877
#cbb388
#baae99

Tones

Similar Color like #fec255 color

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

#ffc356
#ffc457
#ffc558
#ffc659
#ffc75a
#ffc85b
#ffc95c
#ffca5d
#ffcb5e
#ffcc5f
#ffcd60
#ffce61
#ffcf62
#ffd063
#fdc154
#fcc053
#fbbf52
#fabe51
#f9bd50
#f8bc4f
#f7bb4e
#f6ba4d
#f5b94c
#f4b84b
#f3b74a
#f2b649
#f1b548
#f0b447

Download this Dark Yellow

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

#fec255 Color Code Preview on Black Background Color

This is how #fec255 Color will look on black background color. Color contrast ratio is 13.06

#fec255 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec255

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec255

#fec255 color code is use for CSS Background Color

Background color for the above div is #fec255

HTML with inline CSS

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

#fec255 color code is use for CSS Border Color

CSS Border color for the above div is #fec255

HTML with inline CSS

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

CSS Border Left color for the above div is #fec255

HTML with inline CSS

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

CSS Border Right color for the above div is #fec255

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fec255

HTML with inline CSS

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

CSS Border Top color for the above div is #fec255

HTML with inline CSS

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

#fec255 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fec255 Color code Preview on White Background

This is how #fec255 Color code will look on white background color. Color contrast ratio is 1.61

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

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