@
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.

#fec50f hex color - Yellow - Warm color - Information

#fec50f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fec50f Color code in RGB color code model is created after adding 99.61% red color, 77.25% green color and 5.88% blue color. Hex #fec50f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 94% yellow and 0.39% black.

Hex #fec50f color code is between #ffcc11 web safe hex color code and #eebb00 web safe hex color code. #ffcc11 is the nearest web safe color code. You can see here many more shades of #fec50f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefec50f#fec50f
RGB Decimal254, 197, 15rgb(254, 197, 15)
RGB Percent100%, 77%, 6%rgb(100%, 77%, 6%)
CSS RGBa254, 197, 15,1rgba(254,197,15,1)
CMYK Modelcmyk(0%,22%,94%,0.39%)
HSL Color Space46,99% ,53%hsl(46,99% ,53%)
HSV Color Space46°, 94%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101100010100001111
Octal37630517
Decimal25419715
Hexfec50f

Different shades of #fec50f color code.

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

Light Shade of #fec50f
#fed142
Dark Shade of #fec50f
#d9a601
Saturated Shade of #fec50f
#ffc60e
Desaturated Shade of #fec50f
#f2bf1b
Grey scale Shade of #fec50f
#868686
Brighten Shade
#ffde28
Most Readable Shade
#000000

Shades of #fec50f color code

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

#fec50f
#e1af0d
#c5990b
#a9830a
#8d6d08
#705706
#544105
#382b03
#1c1501
#000000

Similar Color like #fec50f color

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

#ffc610
#ffc711
#ffc812
#ffc913
#ffca14
#ffcb15
#ffcc16
#ffcd17
#ffce18
#ffcf19
#ffd01a
#ffd11b
#ffd21c
#ffd31d
#fdc40e
#fcc30d
#fbc20c
#fac10b
#f9c00a
#f8bf09
#f7be08
#f6bd07
#f5bc06
#f4bb05
#f3ba04
#f2b903
#f1b802
#f0b701

Monochromatic Color with #fec50f

#fec50f
#292002
#544105
#7e6207
#a9830a
#d3a40c

Tints of #fec50f Color

#fec50f
#fecb29
#fed144
#fed85f
#fede79
#fee594
#feebaf
#fef2c9
#fef8e4
#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

#fec50f
#0f48fe

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

Split Complementary

#fec50f
#0fc0fe
#4e0ffe

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

Analogous Color

#fe650f
#fe950f
#fec50f
#fef50f
#d7fe0f

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

#fec50f
#0ffec5
#c50ffe

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

#fec50f
#0ffe4d
#0f48fe
#fe0fbf

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

#fec50f
#0f48fe
#4e0ffe
#c0fe0f

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

#fec50f Color Code Preview on Black Background Color

This is how #fec50f Color will look on black background color. Color contrast ratio is 13.21

#fec50f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec50f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fec50f

#fec50f color code is use for CSS Background Color

Background color for the above div is #fec50f

HTML with inline CSS

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

#fec50f color code is use for CSS Border Color

CSS Border color for the above div is #fec50f

HTML with inline CSS

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

CSS Border Left color for the above div is #fec50f

HTML with inline CSS

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

CSS Border Right color for the above div is #fec50f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fec50f

HTML with inline CSS

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

CSS Border Top color for the above div is #fec50f

HTML with inline CSS

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

#fec50f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fec50f Color code Preview on White Background

This is how #fec50f Color code will look on white background color. Color contrast ratio is 1.59

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.