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

#fde52a hex color - Green - Warm color - Information

#fde52a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #fde52a Color code in RGB color code model is created after adding 99.22% red color, 89.8% green color and 16.47% blue color. Hex #fde52a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 83% yellow and 0.78% black.

Hex #fde52a color code is between #ffdd22 web safe hex color code and #eeee33 web safe hex color code. #ffdd22 is the nearest web safe color code. You can see here many more shades of #fde52a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fde52a #fde52a
RGB Decimal 253, 229, 42 rgb(253, 229, 42)
RGB Percent 99%, 90%, 16% rgb(99%, 90%, 16%)
CSS RGBa 253, 229, 42,1 rgba(253,229,42,1)
CMYK Model cmyk(0%,9%,83%,0.78%)
HSL Color Space 53,98% ,58% hsl(53,98% ,58%)
HSV Color Space 53°, 83%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11100101 00101010
Octal 375 345 52
Decimal 253 229 42
Hex fd e5 2a

Different shades of #fde52a color code.

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

Light Shade of #fde52a
#fdeb5d
Dark Shade of #fde52a
#f2d602
Saturated Shade of #fde52a
#ffe728
Desaturated Shade of #fde52a
#f2dd35
Grey scale Shade of #fde52a
#939393
Brighten Shade
#fffe43
Most Readable Shade
#000000

Shades of #fde52a color code

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

#fde52a
#e0cb25
#c4b220
#a8981c
#8c7f17
#706512
#544c0e
#383209
#1c1904
#000000

Similar Color like #fde52a color

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

#fee62b
#ffe72c
#ffe82d
#ffe92e
#ffea2f
#ffeb30
#ffec31
#ffed32
#ffee33
#ffef34
#fff035
#fff136
#fff237
#fff338
#fce429
#fbe328
#fae227
#f9e126
#f8e025
#f7df24
#f6de23
#f5dd22
#f4dc21
#f3db20
#f2da1f
#f1d91e
#f0d81d
#efd71c

Monochromatic Color with #fde52a

#fde52a
#282507
#534b0e
#7d7215
#a8981c
#d2bf23

Tints of #fde52a Color

#fde52a
#fde741
#fdea59
#fded71
#fdf088
#fef3a0
#fef6b8
#fef9cf
#fefce7
#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

#fde52a
#2a42fd

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

Split Complementary

#fde52a
#2aacfd
#7b2afd

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

Analogous Color

#fd912a
#fdbb2a
#fde52a
#ebfd2a
#c1fd2a

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

#fde52a
#2afde5
#e52afd

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

#fde52a
#2afd7b
#2a42fd
#fd2aab

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

#fde52a
#2a42fd
#7b2afd
#acfd2a

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

#fde52a Color Code Preview on Black Background Color

This is how #fde52a Color will look on black background color. Color contrast ratio is 16.42

#fde52a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde52a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde52a

#fde52a color code is use for CSS Background Color

Background color for the above div is #fde52a

HTML with inline CSS

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

#fde52a color code is use for CSS Border Color

CSS Border color for the above div is #fde52a

HTML with inline CSS

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

CSS Border Left color for the above div is #fde52a

HTML with inline CSS

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

CSS Border Right color for the above div is #fde52a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fde52a

HTML with inline CSS

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

CSS Border Top color for the above div is #fde52a

HTML with inline CSS

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

#fde52a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fde52a Color code Preview on White Background

This is how #fde52a Color code will look on white background color. Color contrast ratio is 1.28

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

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(253,229,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(42,66,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,229,42,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.