crispedge.com

Color picker

Loading...

#fda96b hex color - Orange - Warm color - Information

#fda96b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fda96b Color code in RGB color code model is created after adding 99.22% red color, 66.27% green color and 41.96% blue color. Hex #fda96b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 58% yellow and 1% black.

Hex #fda96b color code is between #ffaa66 web safe hex color code and #ee9977 web safe hex color code. #ffaa66 is the nearest web safe color code. You can see here many more shades of #fda96b color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefda96b#fda96b
RGB Decimal253, 169, 107rgb(253, 169, 107)
RGB Percent99%, 66%, 42%rgb(99%, 66%, 42%)
CSS RGBa253, 169, 107,1rgba(253,169,107,1)
CMYK Modelcmyk(0%,33%,58%,1%)
HSL Color Space25,97% ,71%hsl(25,97% ,71%)
HSV Color Space25°, 58%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011010100101101011
Octal375251153
Decimal253169107
Hexfda96b

Different shades of #fda96b color code.

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

Light Shade of #fda96b
#fec69d
Dark Shade of #fda96b
#fc8c39
Saturated Shade of #fda96b
#ffa969
Desaturated Shade of #fda96b
#f5aa72
Grey scale Shade of #fda96b
#b4b4b4
Brighten Shade
#ffc284
Most Readable Shade
#000000

Shades of #fda96b color code

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

#fda96b
#e0965f
#c48353
#a87047
#8c5d3b
#704b2f
#543823
#382517
#1c120b
#000000

Similar Color like #fda96b color

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

#feaa6c
#ffab6d
#ffac6e
#ffad6f
#ffae70
#ffaf71
#ffb072
#ffb173
#ffb274
#ffb375
#ffb476
#ffb577
#ffb678
#ffb779
#fca86a
#fba769
#faa668
#f9a567
#f8a466
#f7a365
#f6a264
#f5a163
#f4a062
#f39f61
#f29e60
#f19d5f
#f09c5e
#ef9b5d

Monochromatic Color with #fda96b

#fda96b
#281b11
#533723
#7d5435
#a87047
#d28d59

Tints of #fda96b Color

#fda96b
#fdb27b
#fdbc8b
#fdc59c
#fdcfac
#fed8bd
#fee2cd
#feebde
#fef5ee
#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

#fda96b
#6bbffd

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

Split Complementary

#fda96b
#6bfdf2
#6b76fd

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

Analogous Color

#fd6f6b
#fd8c6b
#fda96b
#fdc66b
#fde36b

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

#fda96b
#6bfda9
#a96bfd

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

#fda96b
#76fd6b
#6bbffd
#f26bfd

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

#fda96b
#6bbffd
#6b76fd
#fdf26b

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

#fda96b Color Code Preview on Black Background Color

This is how #fda96b Color will look on black background color. Color contrast ratio is 11.06

#fda96b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda96b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda96b

#fda96b color code is use for CSS Background Color

Background color for the above div is #fda96b

HTML with inline CSS

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

#fda96b color code is use for CSS Border Color

CSS Border color for the above div is #fda96b

HTML with inline CSS

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

CSS Border Left color for the above div is #fda96b

HTML with inline CSS

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

CSS Border Right color for the above div is #fda96b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fda96b

HTML with inline CSS

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

CSS Border Top color for the above div is #fda96b

HTML with inline CSS

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

#fda96b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fda96b Color code Preview on White Background

This is how #fda96b Color code will look on white background color. Color contrast ratio is 1.90

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

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,169,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,191,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,169,107,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.