crispedge.com

Color picker

Loading...

#faa44f hex color - Orange - Warm color - Information

#faa44f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #faa44f Color code in RGB color code model is created after adding 98.04% red color, 64.31% green color and 30.98% blue color. Hex #faa44f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 68% yellow and 2% black.

Hex #faa44f color code is between #ffaa55 web safe hex color code and #ee9944 web safe hex color code. #ffaa55 is the nearest web safe color code. You can see here many more shades of #faa44f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefaa44f#faa44f
RGB Decimal250, 164, 79rgb(250, 164, 79)
RGB Percent98%, 64%, 31%rgb(98%, 64%, 31%)
CSS RGBa250, 164, 79,1rgba(250,164,79,1)
CMYK Modelcmyk(0%,34%,68%,2%)
HSL Color Space30,94% ,65%hsl(30,94% ,65%)
HSV Color Space30°, 68%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101010010001001111
Octal372244117
Decimal25016479
Hexfaa44f

Different shades of #faa44f color code.

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

Light Shade of #faa44f
#fbbe81
Dark Shade of #faa44f
#f98a1d
Saturated Shade of #faa44f
#ffa44a
Desaturated Shade of #faa44f
#f1a458
Grey scale Shade of #faa44f
#a4a4a4
Brighten Shade
#ffbd68
Most Readable Shade
#000000

Shades of #faa44f color code

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

#faa44f
#de9146
#c27f3d
#a66d34
#8a5b2b
#6f4823
#53361a
#372411
#1b1208
#000000

Similar Color like #faa44f color

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

#fba550
#fca651
#fda752
#fea853
#ffa954
#ffaa55
#ffab56
#ffac57
#ffad58
#ffae59
#ffaf5a
#ffb05b
#ffb15c
#ffb25d
#f9a34e
#f8a24d
#f7a14c
#f6a04b
#f59f4a
#f49e49
#f39d48
#f29c47
#f19b46
#f09a45
#ef9944
#ee9843
#ed9742
#ec9641

Monochromatic Color with #faa44f

#faa44f
#25190c
#503419
#7a5027
#a56c34
#cf8842

Tints of #faa44f Color

#faa44f
#faae62
#fbb876
#fbc289
#fccc9d
#fcd6b0
#fde0c4
#fdead7
#fef4eb
#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

#faa44f
#4fa5fa

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

Split Complementary

#faa44f
#4ffaf9
#4f50fa

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

Analogous Color

#fa604f
#fa824f
#faa44f
#fac64f
#fae84f

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

#faa44f
#4ffaa4
#a44ffa

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

#faa44f
#4ffa4f
#4fa5fa
#f94ffa

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

#faa44f
#4fa5fa
#4f50fa
#faf94f

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

#faa44f Color Code Preview on Black Background Color

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

#faa44f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa44f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faa44f

#faa44f color code is use for CSS Background Color

Background color for the above div is #faa44f

HTML with inline CSS

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

#faa44f color code is use for CSS Border Color

CSS Border color for the above div is #faa44f

HTML with inline CSS

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

CSS Border Left color for the above div is #faa44f

HTML with inline CSS

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

CSS Border Right color for the above div is #faa44f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faa44f

HTML with inline CSS

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

CSS Border Top color for the above div is #faa44f

HTML with inline CSS

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

#faa44f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faa44f Color code Preview on White Background

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

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(250,164,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,165,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,164,79,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.