crispedge.com

Color picker

Loading...

#fde25e hex color - Yellow - Warm color - Information

#fde25e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fde25e Color code in RGB color code model is created after adding 99.22% red color, 88.63% green color and 36.86% blue color. Hex #fde25e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 63% yellow and 1% black.

Hex #fde25e color code is between #ffdd66 web safe hex color code and #eeee55 web safe hex color code. #ffdd66 is the nearest web safe color code. You can see here many more shades of #fde25e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefde25e#fde25e
RGB Decimal253, 226, 94rgb(253, 226, 94)
RGB Percent99%, 89%, 37%rgb(99%, 89%, 37%)
CSS RGBa253, 226, 94,1rgba(253,226,94,1)
CMYK Modelcmyk(0%,11%,63%,1%)
HSL Color Space50,98% ,68%hsl(50,98% ,68%)
HSV Color Space50°, 63%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011110001001011110
Octal375342136
Decimal25322694
Hexfde25e

Different shades of #fde25e color code.

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

Light Shade of #fde25e
#feeb90
Dark Shade of #fde25e
#fcd92c
Saturated Shade of #fde25e
#ffe35c
Desaturated Shade of #fde25e
#f5dd66
Grey scale Shade of #fde25e
#adadad
Brighten Shade
#fffb77
Most Readable Shade
#000000

Shades of #fde25e color code

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

#fde25e
#e0c853
#c4af49
#a8963e
#8c7d34
#706429
#544b1f
#383214
#1c190a
#000000

Similar Color like #fde25e color

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

#fee35f
#ffe460
#ffe561
#ffe662
#ffe763
#ffe864
#ffe965
#ffea66
#ffeb67
#ffec68
#ffed69
#ffee6a
#ffef6b
#fff06c
#fce15d
#fbe05c
#fadf5b
#f9de5a
#f8dd59
#f7dc58
#f6db57
#f5da56
#f4d955
#f3d854
#f2d753
#f1d652
#f0d551
#efd450

Monochromatic Color with #fde25e

#fde25e
#28240f
#534a1f
#7d702f
#a8963e
#d2bc4e

Tints of #fde25e Color

#fde25e
#fde56f
#fde881
#fdeb93
#fdeea5
#fef2b7
#fef5c9
#fef8db
#fefbed
#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

#fde25e
#5e79fd

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

Split Complementary

#fde25e
#5ec9fd
#935efd

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

Analogous Color

#fda25e
#fdc25e
#fde25e
#f8fd5e
#d8fd5e

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

#fde25e
#5efde2
#e25efd

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

#fde25e
#5efd92
#5e79fd
#fd5ec8

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

#fde25e
#5e79fd
#935efd
#c9fd5e

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

#fde25e Color Code Preview on Black Background Color

This is how #fde25e Color will look on black background color. Color contrast ratio is 16.22

#fde25e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde25e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fde25e

#fde25e color code is use for CSS Background Color

Background color for the above div is #fde25e

HTML with inline CSS

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

#fde25e color code is use for CSS Border Color

CSS Border color for the above div is #fde25e

HTML with inline CSS

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

CSS Border Left color for the above div is #fde25e

HTML with inline CSS

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

CSS Border Right color for the above div is #fde25e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fde25e

HTML with inline CSS

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

CSS Border Top color for the above div is #fde25e

HTML with inline CSS

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

#fde25e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fde25e Color code Preview on White Background

This is how #fde25e Color code will look on white background color. Color contrast ratio is 1.29

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

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,226,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,121,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,226,94,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.