Skip to main content Skip to docs navigation

#fed65f 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 Common Dandelion and its hex is #FED85D Nearest Color Name

Color Hue/Base color: Yellow

Hex #fed65f Color code in RGB color code model is created after adding 99.61% red color, 83.92% green color and 37.25% blue color. Hex #fed65f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 63% yellow and 0.39% black.

Hex #fed65f color code is between #ffdd66 web safe hex color code and #eecc55 web safe hex color code. #ffdd66 is the nearest web safe color code. You can see here many more shades of #fed65f color code.

RGB Chart

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

Color Table

Hex Color Code fed65f #fed65f
RGB Decimal 254, 214, 95 254, 214, 95
RGB Percent 100%, 84%, 37% rgb(100%, 84%, 37%)
CSS RGBa 254, 214, 95,1 rgba(254,214,95,1)
CMYK Model cmyk(0%,16%,63%,0.39%)
HSL Color Space 45,99% ,68% hsl(45,99% ,68%)
HSV Color Space 45°, 63%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11010110 01011111
Octal 376 326 137
Decimal 254 214 95
Hex fe d6 5f

Different shades of #fed65f color code.

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

Darkest of #fed65f
#c39201
Darker of #fed65f
#f5b802
Dark of #fed65f
#fec92c
Base of #fed65f
#fed65f
Light of #fed65f
#fee392
Lighter
#fff0c4
Lightest
#fffdf7

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

#fed65f
#5f87fe

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

Split Complementary

#fed65f
#5fd6fe
#875ffe

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

Analogous Color

#fe795f
#fe945f
#fed65f
#f1fe5f
#affe5f

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

#fed65f
#d65ffe
#5ffed6

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

#fed65f
#5ffed6
#5f87fe
#fe5f87

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

#fed65f
#5ffe87
#5f87fe
#fe5fd6

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

#906c01
#c39201
#f5b802
#fec92c
#fed65f
#fee392
#fff0c4
#fffdf7
#ffffff

Tints of #fed65f Color

#fed65f
#feda70
#fedf82
#fee394
#fee8a6
#feecb7
#fef1c9
#fef5db
#fefaed
#ffffff

Shades of #fed65f color code

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

#fed65f
#e1be54
#c5a649
#a98e3f
#8d7634
#705f2a
#54471f
#382f15
#1c170a
#000000

Tones

#fed65f
#eece6f
#dec67f
#cebe8f
#beb69f

Tones

Similar Color like #fed65f color

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

#ffd760
#ffd861
#ffd962
#ffda63
#ffdb64
#ffdc65
#ffdd66
#ffde67
#ffdf68
#ffe069
#ffe16a
#ffe26b
#ffe36c
#ffe46d
#fdd55e
#fcd45d
#fbd35c
#fad25b
#f9d15a
#f8d059
#f7cf58
#f6ce57
#f5cd56
#f4cc55
#f3cb54
#f2ca53
#f1c952
#f0c851

Download this Dark Yellow

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

#fed65f Color Code Preview on Black Background Color

This is how #fed65f Color will look on black background color. Color contrast ratio is 15.00

#fed65f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed65f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed65f

#fed65f color code is use for CSS Background Color

Background color for the above div is #fed65f

HTML with inline CSS

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

#fed65f color code is use for CSS Border Color

CSS Border color for the above div is #fed65f

HTML with inline CSS

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

CSS Border Left color for the above div is #fed65f

HTML with inline CSS

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

CSS Border Right color for the above div is #fed65f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed65f

HTML with inline CSS

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

CSS Border Top color for the above div is #fed65f

HTML with inline CSS

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

#fed65f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed65f Color code Preview on White Background

This is how #fed65f Color code will look on white background color. Color contrast ratio is 1.40

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

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