crispedge.com

Color picker

Loading...

#fed41d hex color - Yellow - Warm color - Information

#fed41d hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fed41d Color code in RGB color code model is created after adding 99.61% red color, 83.14% green color and 11.37% blue color. Hex #fed41d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 89% yellow and 0% black.

Hex #fed41d color code is between #ffcc22 web safe hex color code and #eedd11 web safe hex color code. #ffcc22 is the nearest web safe color code. You can see here many more shades of #fed41d color code.

0 Likes 0 Comments | 22 Views

RGB Chart

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

Color Table

Hex Color Codefed41d#fed41d
RGB Decimal254, 212, 29rgb(254, 212, 29)
RGB Percent100%, 83%, 11%rgb(100%, 83%, 11%)
CSS RGBa254, 212, 29,1rgba(254,212,29,1)
CMYK Modelcmyk(0%,17%,89%,0%)
HSL Color Space49,99% ,55%hsl(49,99% ,55%)
HSV Color Space49°, 89%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101010000011101
Octal37632435
Decimal25421229
Hexfed41d

Different shades of #fed41d color code.

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

Light Shade of #fed41d
#fede50
Dark Shade of #fed41d
#e7bc01
Saturated Shade of #fed41d
#ffd51c
Desaturated Shade of #fed41d
#f3cd28
Grey scale Shade of #fed41d
#8d8d8d
Brighten Shade
#ffed36
Most Readable Shade
#000000

Shades of #fed41d color code

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

#fed41d
#e1bc19
#c5a416
#a98d13
#8d7510
#705e0c
#544609
#382f06
#1c1703
#000000

Similar Color like #fed41d color

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

#ffd51e
#ffd61f
#ffd720
#ffd821
#ffd922
#ffda23
#ffdb24
#ffdc25
#ffdd26
#ffde27
#ffdf28
#ffe029
#ffe12a
#ffe22b
#fdd31c
#fcd21b
#fbd11a
#fad019
#f9cf18
#f8ce17
#f7cd16
#f6cc15
#f5cb14
#f4ca13
#f3c912
#f2c811
#f1c710
#f0c60f

Monochromatic Color with #fed41d

#fed41d
#292305
#54460a
#7e6a0e
#a98d13
#d3b118

Tints of #fed41d Color

#fed41d
#fed836
#fedd4f
#fee268
#fee781
#feeb9a
#fef0b3
#fef5cc
#fefae5
#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

#fed41d
#1d47fe

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

Split Complementary

#fed41d
#1db7fe
#641dfe

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

Analogous Color

#fe7a1d
#fea71d
#fed41d
#fbfe1d
#cefe1d

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

#fed41d
#1dfed4
#d41dfe

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

#fed41d
#1dfe64
#1d47fe
#fe1db7

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

#fed41d
#1d47fe
#641dfe
#b7fe1d

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

#fed41d Color Code Preview on Black Background Color

This is how #fed41d Color will look on black background color. Color contrast ratio is 14.65

#fed41d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed41d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed41d

#fed41d color code is use for CSS Background Color

Background color for the above div is #fed41d

HTML with inline CSS

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

#fed41d color code is use for CSS Border Color

CSS Border color for the above div is #fed41d

HTML with inline CSS

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

CSS Border Left color for the above div is #fed41d

HTML with inline CSS

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

CSS Border Right color for the above div is #fed41d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed41d

HTML with inline CSS

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

CSS Border Top color for the above div is #fed41d

HTML with inline CSS

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

#fed41d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed41d Color code Preview on White Background

This is how #fed41d Color code will look on white background color. Color contrast ratio is 1.43

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

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

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.