Skip to main content Skip to docs navigation

#fdda71 hex color | Download Light Yellow BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Hawaiian Pineapple and its hex is #FDD773 Nearest Color Name

Color Hue/Base color: Yellow

Hex #fdda71 Color code in RGB color code model is created after adding 99.22% red color, 85.49% green color and 44.31% blue color. Hex #fdda71 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 55% yellow and 0.78% black.

Hex #fdda71 color code is between #ffdd77 web safe hex color code and #eecc66 web safe hex color code. #ffdd77 is the nearest web safe color code. You can see here many more shades of #fdda71 color code.

RGB Chart

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

Color Table

Hex Color Code fdda71 #fdda71
RGB Decimal 253, 218, 113 253, 218, 113
RGB Percent 99%, 85%, 44% rgb(99%, 85%, 44%)
CSS RGBa 253, 218, 113,1 rgba(253,218,113,1)
CMYK Model cmyk(0%,14%,55%,0.78%)
HSL Color Space 45,97% ,72% hsl(45,97% ,72%)
HSV Color Space 45°, 55%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11011010 01110001
Octal 375 332 161
Decimal 253 218 113
Hex fd da 71

Different shades of #fdda71 color code.

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

Darkest of #fdda71
#d29e03
Darker of #fdda71
#fcc00c
Dark of #fdda71
#fccd3f
Base of #fdda71
#fdda71
Light of #fdda71
#fee7a3
Lighter
#fef4d6
Lightest
#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

#fdda71
#7194fd

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

Split Complementary

#fdda71
#71dafd
#9471fd

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

Analogous Color

#fd8871
#fda071
#fdda71
#f1fd71
#b7fd71

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

#fdda71
#da71fd
#71fdda

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

#fdda71
#71fdda
#7194fd
#fd7194

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fdda71
#71fd94
#7194fd
#fd71da

Square 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).

Monochromatic Color with #fdda71

#a07802
#d29e03
#fcc00c
#fccd3f
#fdda71
#fee7a3
#fef4d6
#ffffff
#ffffff

Tints of #fdda71 Color

#fdda71
#fdde80
#fde290
#fde6a0
#fdeab0
#feeebf
#fef2cf
#fef6df
#fefaef
#ffffff

Shades of #fdda71 color code

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

#fdda71
#e0c164
#c4a957
#a8914b
#8c793e
#706032
#544825
#383019
#1c180c
#000000

Tones

#fdda71
#efd37f
#e0cc8e
#d2c49c
#c3bdab

Tones

Similar Color like #fdda71 color

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

#fedb72
#ffdc73
#ffdd74
#ffde75
#ffdf76
#ffe077
#ffe178
#ffe279
#ffe37a
#ffe47b
#ffe57c
#ffe67d
#ffe77e
#ffe87f
#fcd970
#fbd86f
#fad76e
#f9d66d
#f8d56c
#f7d46b
#f6d36a
#f5d269
#f4d168
#f3d067
#f2cf66
#f1ce65
#f0cd64
#efcc63

Download this Light Yellow

Hex #fdda71 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.

#fdda71 Color Code Preview on Black Background Color

This is how #fdda71 Color will look on black background color. Color contrast ratio is 15.44

#fdda71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdda71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdda71

#fdda71 color code is use for CSS Background Color

Background color for the above div is #fdda71

HTML with inline CSS

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

#fdda71 color code is use for CSS Border Color

CSS Border color for the above div is #fdda71

HTML with inline CSS

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

CSS Border Left color for the above div is #fdda71

HTML with inline CSS

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

CSS Border Right color for the above div is #fdda71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdda71

HTML with inline CSS

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

CSS Border Top color for the above div is #fdda71

HTML with inline CSS

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

#fdda71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdda71 Color code Preview on White Background

This is how #fdda71 Color code will look on white background color. Color contrast ratio is 1.36

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,218,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,148,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,218,113,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }