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

#fda16c hex color - Orange - Warm color - Information

#fda16c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fda16c Color code in RGB color code model is created after adding 99.22% red color, 63.14% green color and 42.35% blue color. Hex #fda16c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 57% yellow and 0.78% black.

Hex #fda16c color code is between #ff9966 web safe hex color code and #eeaa77 web safe hex color code. #ff9966 is the nearest web safe color code. You can see here many more shades of #fda16c 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 fda16c #fda16c
RGB Decimal 253, 161, 108 rgb(253, 161, 108)
RGB Percent 99%, 63%, 42% rgb(99%, 63%, 42%)
CSS RGBa 253, 161, 108,1 rgba(253,161,108,1)
CMYK Model cmyk(0%,36%,57%,0.78%)
HSL Color Space 22,97% ,71% hsl(22,97% ,71%)
HSV Color Space 22°, 57%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10100001 01101100
Octal 375 241 154
Decimal 253 161 108
Hex fd a1 6c

Different shades of #fda16c color code.

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

Light Shade of #fda16c
#fec19e
Dark Shade of #fda16c
#fc813a
Saturated Shade of #fda16c
#ffa06a
Desaturated Shade of #fda16c
#f6a373
Grey scale Shade of #fda16c
#b4b4b4
Brighten Shade
#ffba85
Most Readable Shade
#000000

Shades of #fda16c color code

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

#fda16c
#e08f60
#c47d54
#a86b48
#8c593c
#704730
#543524
#382318
#1c110c
#000000

Similar Color like #fda16c color

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

#fea26d
#ffa36e
#ffa46f
#ffa570
#ffa671
#ffa772
#ffa873
#ffa974
#ffaa75
#ffab76
#ffac77
#ffad78
#ffae79
#ffaf7a
#fca06b
#fb9f6a
#fa9e69
#f99d68
#f89c67
#f79b66
#f69a65
#f59964
#f49863
#f39762
#f29661
#f19560
#f0945f
#ef935e

Monochromatic Color with #fda16c

#fda16c
#281a11
#533523
#7d5036
#a86b48
#d2865a

Tints of #fda16c Color

#fda16c
#fdab7c
#fdb58c
#fdc09d
#fdcaad
#fed5bd
#fedfce
#feeade
#fef4ee
#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

#fda16c
#6cc8fd

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

Split Complementary

#fda16c
#6cfdea
#6c7ffd

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

Analogous Color

#fd6c71
#fd846c
#fda16c
#fdbe6c
#fddb6c

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

#fda16c
#6cfda1
#a16cfd

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

#fda16c
#7ffd6c
#6cc8fd
#e96cfd

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

#fda16c
#6cc8fd
#6c7ffd
#fdea6c

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

#fda16c Color Code Preview on Black Background Color

This is how #fda16c Color will look on black background color. Color contrast ratio is 10.49

#fda16c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda16c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda16c

#fda16c color code is use for CSS Background Color

Background color for the above div is #fda16c

HTML with inline CSS

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

#fda16c color code is use for CSS Border Color

CSS Border color for the above div is #fda16c

HTML with inline CSS

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

CSS Border Left color for the above div is #fda16c

HTML with inline CSS

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

CSS Border Right color for the above div is #fda16c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fda16c

HTML with inline CSS

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

CSS Border Top color for the above div is #fda16c

HTML with inline CSS

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

#fda16c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fda16c Color code Preview on White Background

This is how #fda16c Color code will look on white background color. Color contrast ratio is 2.00

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

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,161,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,200,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,161,108,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.