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

#fef53e hex color - Green - Warm color - Information

#fef53e hex color - Green - Warm color

Color Hue/Base color: Green

Hex #fef53e Color code in RGB color code model is created after adding 99.61% red color, 96.08% green color and 24.31% blue color. Hex #fef53e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 76% yellow and 0.39% black.

Hex #fef53e color code is between #ffee44 web safe hex color code and #eeff33 web safe hex color code. #ffee44 is the nearest web safe color code. You can see here many more shades of #fef53e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code fef53e #fef53e
RGB Decimal 254, 245, 62 rgb(254, 245, 62)
RGB Percent 100%, 96%, 24% rgb(100%, 96%, 24%)
CSS RGBa 254, 245, 62,1 rgba(254,245,62,1)
CMYK Model cmyk(0%,4%,76%,0.39%)
HSL Color Space 57,99% ,62% hsl(57,99% ,62%)
HSV Color Space 57°, 76%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111110 11110101 00111110
Octal 376 365 76
Decimal 254 245 62
Hex fe f5 3e

Different shades of #fef53e color code.

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

Light Shade of #fef53e
#fef871
Dark Shade of #fef53e
#fef20b
Saturated Shade of #fef53e
#fff63d
Desaturated Shade of #fef53e
#f4ec48
Grey scale Shade of #fef53e
#9e9e9e
Brighten Shade
#ffff57
Most Readable Shade
#000000

Shades of #fef53e color code

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

#fef53e
#e1d937
#c5be30
#a9a329
#8d8822
#706c1b
#545114
#38360d
#1c1b06
#000000

Similar Color like #fef53e color

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

#fff63f
#fff740
#fff841
#fff942
#fffa43
#fffb44
#fffc45
#fffd46
#fffe47
#ffff48
#ffff49
#ffff4a
#ffff4b
#ffff4c
#fdf43d
#fcf33c
#fbf23b
#faf13a
#f9f039
#f8ef38
#f7ee37
#f6ed36
#f5ec35
#f4eb34
#f3ea33
#f2e932
#f1e831
#f0e730

Monochromatic Color with #fef53e

#fef53e
#29280a
#545115
#7e7a1f
#a9a329
#d3cc34

Tints of #fef53e Color

#fef53e
#fef653
#fef768
#fef87e
#fef993
#fefaa9
#fefbbe
#fefcd4
#fefde9
#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

#fef53e
#3e47fe

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

Split Complementary

#fef53e
#3ea7fe
#953efe

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

Analogous Color

#fea83e
#fecf3e
#fef53e
#e1fe3e
#bafe3e

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

#fef53e
#3efef5
#f53efe

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

#fef53e
#3efe95
#3e47fe
#fe3ea7

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

#fef53e
#3e47fe
#953efe
#a7fe3e

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

#fef53e Color Code Preview on Black Background Color

This is how #fef53e Color will look on black background color. Color contrast ratio is 18.34

#fef53e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fef53e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fef53e

#fef53e color code is use for CSS Background Color

Background color for the above div is #fef53e

HTML with inline CSS

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

#fef53e color code is use for CSS Border Color

CSS Border color for the above div is #fef53e

HTML with inline CSS

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

CSS Border Left color for the above div is #fef53e

HTML with inline CSS

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

CSS Border Right color for the above div is #fef53e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fef53e

HTML with inline CSS

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

CSS Border Top color for the above div is #fef53e

HTML with inline CSS

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

#fef53e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fef53e Color code Preview on White Background

This is how #fef53e Color code will look on white background color. Color contrast ratio is 1.14

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.