crispedge.com

Color picker

Loading...

#fdd5af hex color - Orange - Warm color - Information

#fdd5af hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fdd5af Color code in RGB color code model is created after adding 99.22% red color, 83.53% green color and 68.63% blue color. Hex #fdd5af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 31% yellow and 1% black.

Hex #fdd5af color code is between #ffddaa web safe hex color code and #eeccbb web safe hex color code. #ffddaa is the nearest web safe color code. You can see here many more shades of #fdd5af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefdd5af#fdd5af
RGB Decimal253, 213, 175rgb(253, 213, 175)
RGB Percent99%, 84%, 69%rgb(99%, 84%, 69%)
CSS RGBa253, 213, 175,1rgba(253,213,175,1)
CMYK Modelcmyk(0%,16%,31%,1%)
HSL Color Space29,95% ,84%hsl(29,95% ,84%)
HSV Color Space29°, 31%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011101010110101111
Octal375325257
Decimal253213175
Hexfdd5af

Different shades of #fdd5af color code.

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

Light Shade of #fdd5af
#feefe1
Dark Shade of #fdd5af
#fcbb7d
Saturated Shade of #fdd5af
#ffd5ad
Desaturated Shade of #fdd5af
#f9d5b3
Grey scale Shade of #fdd5af
#d6d6d6
Brighten Shade
#ffeec8
Most Readable Shade
#000000

Shades of #fdd5af color code

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

#fdd5af
#e0bd9b
#c4a588
#a88e74
#8c7661
#705e4d
#54473a
#382f26
#1c1713
#000000

Similar Color like #fdd5af color

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

#fed6b0
#ffd7b1
#ffd8b2
#ffd9b3
#ffdab4
#ffdbb5
#ffdcb6
#ffddb7
#ffdeb8
#ffdfb9
#ffe0ba
#ffe1bb
#ffe2bc
#ffe3bd
#fcd4ae
#fbd3ad
#fad2ac
#f9d1ab
#f8d0aa
#f7cfa9
#f6cea8
#f5cda7
#f4cca6
#f3cba5
#f2caa4
#f1c9a3
#f0c8a2
#efc7a1

Monochromatic Color with #fdd5af

#fdd5af
#28221c
#534639
#7d6a57
#a88d74
#d2b192

Tints of #fdd5af Color

#fdd5af
#fdd9b7
#fddec0
#fde3c9
#fde7d2
#feecdb
#fef1e4
#fef5ed
#fefaf6
#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

#fdd5af
#afd7fd

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

Split Complementary

#fdd5af
#affdfc
#afb0fd

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

Analogous Color

#fdb6af
#fdc5af
#fdd5af
#fde5af
#fdf4af

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

#fdd5af
#affdd5
#d5affd

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

#fdd5af
#b0fdaf
#afd7fd
#fcaffd

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

#fdd5af
#afd7fd
#afb0fd
#fdfcaf

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

#fdd5af Color Code Preview on Black Background Color

This is how #fdd5af Color will look on black background color. Color contrast ratio is 15.31

#fdd5af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdd5af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdd5af

#fdd5af color code is use for CSS Background Color

Background color for the above div is #fdd5af

HTML with inline CSS

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

#fdd5af color code is use for CSS Border Color

CSS Border color for the above div is #fdd5af

HTML with inline CSS

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

CSS Border Left color for the above div is #fdd5af

HTML with inline CSS

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

CSS Border Right color for the above div is #fdd5af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdd5af

HTML with inline CSS

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

CSS Border Top color for the above div is #fdd5af

HTML with inline CSS

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

#fdd5af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdd5af Color code Preview on White Background

This is how #fdd5af Color code will look on white background color. Color contrast ratio is 1.37

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

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,213,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,215,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,213,175,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.