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

#fde48a hex color - Yellow - Warm color - Information

#fde48a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fde48a Color code in RGB color code model is created after adding 99.22% red color, 89.41% green color and 54.12% blue color. Hex #fde48a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 45% yellow and 0.78% black.

Hex #fde48a color code is between #ffdd88 web safe hex color code and #eeee99 web safe hex color code. #ffdd88 is the nearest web safe color code. You can see here many more shades of #fde48a 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 fde48a #fde48a
RGB Decimal 253, 228, 138 rgb(253, 228, 138)
RGB Percent 99%, 89%, 54% rgb(99%, 89%, 54%)
CSS RGBa 253, 228, 138,1 rgba(253,228,138,1)
CMYK Model cmyk(0%,10%,45%,0.78%)
HSL Color Space 47,97% ,77% hsl(47,97% ,77%)
HSV Color Space 47°, 45%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11100100 10001010
Octal 375 344 212
Decimal 253 228 138
Hex fd e4 8a

Different shades of #fde48a color code.

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

Light Shade of #fde48a
#fef0bc
Dark Shade of #fde48a
#fcd858
Saturated Shade of #fde48a
#ffe588
Desaturated Shade of #fde48a
#f7e190
Grey scale Shade of #fde48a
#c3c3c3
Brighten Shade
#fffda3
Most Readable Shade
#000000

Shades of #fde48a color code

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

#fde48a
#e0ca7a
#c4b16b
#a8985c
#8c7e4c
#70653d
#544c2e
#38321e
#1c190f
#000000

Similar Color like #fde48a color

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

#fee58b
#ffe68c
#ffe78d
#ffe88e
#ffe98f
#ffea90
#ffeb91
#ffec92
#ffed93
#ffee94
#ffef95
#fff096
#fff197
#fff298
#fce389
#fbe288
#fae187
#f9e086
#f8df85
#f7de84
#f6dd83
#f5dc82
#f4db81
#f3da80
#f2d97f
#f1d87e
#f0d77d
#efd67c

Monochromatic Color with #fde48a

#fde48a
#282416
#534b2d
#7d7144
#a8975c
#d2be73

Tints of #fde48a Color

#fde48a
#fde797
#fdeaa4
#fdedb1
#fdf0be
#fef3cb
#fef6d8
#fef9e5
#fefcf2
#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

#fde48a
#8aa3fd

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

Split Complementary

#fde48a
#8addfd
#ab8afd

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

Analogous Color

#fdb68a
#fdcd8a
#fde48a
#fdfb8a
#e8fd8a

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

#fde48a
#8afde4
#e48afd

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

#fde48a
#8afdaa
#8aa3fd
#fd8adc

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

#fde48a
#8aa3fd
#ab8afd
#ddfd8a

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

#fde48a Color Code Preview on Black Background Color

This is how #fde48a Color will look on black background color. Color contrast ratio is 16.64

#fde48a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde48a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde48a

#fde48a color code is use for CSS Background Color

Background color for the above div is #fde48a

HTML with inline CSS

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

#fde48a color code is use for CSS Border Color

CSS Border color for the above div is #fde48a

HTML with inline CSS

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

CSS Border Left color for the above div is #fde48a

HTML with inline CSS

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

CSS Border Right color for the above div is #fde48a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fde48a

HTML with inline CSS

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

CSS Border Top color for the above div is #fde48a

HTML with inline CSS

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

#fde48a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fde48a Color code Preview on White Background

This is how #fde48a Color code will look on white background color. Color contrast ratio is 1.26

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

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,228,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,163,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,228,138,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.