Skip to main content Skip to docs navigation

#fa442c hex color | Download Dark Orange 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 Strawberry Spinach Red and its hex is #FA4224 Nearest Color Name

Color Hue/Base color: Orange

Hex #fa442c Color code in RGB color code model is created after adding 98.04% red color, 26.67% green color and 17.25% blue color. Hex #fa442c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 82% yellow and 1.96% black.

Hex #fa442c color code is between #ff3333 web safe hex color code and #ee5522 web safe hex color code. #ff3333 is the nearest web safe color code. You can see here many more shades of #fa442c color code.

RGB Chart

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

Color Table

Hex Color Code fa442c #fa442c
RGB Decimal 250, 68, 44 250, 68, 44
RGB Percent 98%, 27%, 17% rgb(98%, 27%, 17%)
CSS RGBa 250, 68, 44,1 rgba(250,68,44,1)
CMYK Model cmyk(0%,73%,82%,1.96%)
HSL Color Space 7,95% ,58% hsl(7,95% ,58%)
HSV Color Space 7°, 82%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01000100 00101100
Octal 372 104 54
Decimal 250 68 44
Hex fa 44 2c

Different shades of #fa442c color code.

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

Darkest of #fa442c
#8a1303
Darker of #fa442c
#bc1a04
Dark of #fa442c
#ed2106
Base of #fa442c
#fa442c
Light of #fa442c
#fb705e
Lighter
#fc9c90
Lightest
#fec8c1

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

#fa442c
#2ce2fa

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

Split Complementary

#fa442c
#2cfaab
#2c7bfa

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

Analogous Color

#fa2c8c
#fa2c6a
#fa442c
#fa892c
#fadf2c

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

#fa442c
#442cfa
#2cfa44

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

#fa442c
#2cfa44
#2ce2fa
#fa2ce2

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

#fa442c
#7bfa2c
#2ce2fa
#ab2cfa

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 #fa442c

#580c02
#8a1303
#bc1a04
#ed2106
#fa442c
#fb705e
#fc9c90
#fec8c1
#fff5f3

Tints of #fa442c Color

#fa442c
#fa5843
#fb6d5a
#fb8272
#fc9789
#fcaba1
#fdc0b8
#fdd5d0
#feeae7
#ffffff

Shades of #fa442c color code

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

#fa442c
#de3c27
#c23422
#a62d1d
#8a2518
#6f1e13
#53160e
#370f09
#1b0704
#000000

Tones

#fa442c
#e45542
#cf6557
#b9766d
#a48682

Tones

Similar Color like #fa442c color

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

#fb452d
#fc462e
#fd472f
#fe4830
#ff4931
#ff4a32
#ff4b33
#ff4c34
#ff4d35
#ff4e36
#ff4f37
#ff5038
#ff5139
#ff523a
#f9432b
#f8422a
#f74129
#f64028
#f53f27
#f43e26
#f33d25
#f23c24
#f13b23
#f03a22
#ef3921
#ee3820
#ed371f
#ec361e

Download this Dark Orange

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

#fa442c Color Code Preview on Black Background Color

This is how #fa442c Color will look on black background color. Color contrast ratio is 5.93

#fa442c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa442c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa442c

#fa442c color code is use for CSS Background Color

Background color for the above div is #fa442c

HTML with inline CSS

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

#fa442c color code is use for CSS Border Color

CSS Border color for the above div is #fa442c

HTML with inline CSS

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

CSS Border Left color for the above div is #fa442c

HTML with inline CSS

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

CSS Border Right color for the above div is #fa442c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa442c

HTML with inline CSS

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

CSS Border Top color for the above div is #fa442c

HTML with inline CSS

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

#fa442c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa442c Color code Preview on White Background

This is how #fa442c Color code will look on white background color. Color contrast ratio is 3.54

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

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(250,68,44,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,226,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,68,44,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }