Skip to main content Skip to docs navigation

#fa511f hex color | Download Dark Red 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 Exotic Orange and its hex is #F84F1D Nearest Color Name

Color Hue/Base color: Red

Hex #fa511f Color code in RGB color code model is created after adding 98.04% red color, 31.76% green color and 12.16% blue color. Hex #fa511f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 88% yellow and 1.96% black.

Hex #fa511f color code is between #ff5522 web safe hex color code and #ee4411 web safe hex color code. #ff5522 is the nearest web safe color code. You can see here many more shades of #fa511f color code.

RGB Chart

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

Color Table

Hex Color Code fa511f #fa511f
RGB Decimal 250, 81, 31 250, 81, 31
RGB Percent 98%, 32%, 12% rgb(98%, 32%, 12%)
CSS RGBa 250, 81, 31,1 rgba(250,81,31,1)
CMYK Model cmyk(0%,68%,88%,1.96%)
HSL Color Space 14,96% ,55% hsl(14,96% ,55%)
HSV Color Space 14°, 88%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 01010001 00011111
Octal 372 121 37
Decimal 250 81 31
Hex fa 51 1f

Different shades of #fa511f color code.

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

Darkest of #fa511f
#7d1f03
Darker of #fa511f
#af2b04
Dark of #fa511f
#e13705
Base of #fa511f
#fa511f
Light of #fa511f
#fb7851
Lighter
#fc9f83
Lightest
#fdc5b5

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

#fa511f
#1fc8fa

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

Split Complementary

#fa511f
#1ffabf
#1f5bfa

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

Analogous Color

#fa1f6d
#fa1f48
#fa511f
#fa9a1f
#faf51f

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

#fa511f
#511ffa
#1ffa51

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

#fa511f
#1ffa51
#1fc8fa
#fa1fc8

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

#fa511f
#5bfa1f
#1fc8fa
#bf1ffa

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

#4b1202
#7d1f03
#af2b04
#e13705
#fa511f
#fb7851
#fc9f83
#fdc5b5
#feece7

Tints of #fa511f Color

#fa511f
#fa6437
#fb7750
#fb8b69
#fc9e82
#fcb19b
#fdc5b4
#fdd8cd
#feebe6
#ffffff

Shades of #fa511f color code

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

#fa511f
#de481b
#c23f18
#a63614
#8a2d11
#6f240d
#531b0a
#371206
#1b0903
#000000

Tones

#fa511f
#e35d36
#cc6a4d
#b57664
#9e837b

Tones

Similar Color like #fa511f color

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

#fb5220
#fc5321
#fd5422
#fe5523
#ff5624
#ff5725
#ff5826
#ff5927
#ff5a28
#ff5b29
#ff5c2a
#ff5d2b
#ff5e2c
#ff5f2d
#f9501e
#f84f1d
#f74e1c
#f64d1b
#f54c1a
#f44b19
#f34a18
#f24917
#f14816
#f04715
#ef4614
#ee4513
#ed4412
#ec4311

Download this Dark Red

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

#fa511f Color Code Preview on Black Background Color

This is how #fa511f Color will look on black background color. Color contrast ratio is 6.26

#fa511f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa511f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa511f

#fa511f color code is use for CSS Background Color

Background color for the above div is #fa511f

HTML with inline CSS

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

#fa511f color code is use for CSS Border Color

CSS Border color for the above div is #fa511f

HTML with inline CSS

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

CSS Border Left color for the above div is #fa511f

HTML with inline CSS

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

CSS Border Right color for the above div is #fa511f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa511f

HTML with inline CSS

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

CSS Border Top color for the above div is #fa511f

HTML with inline CSS

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

#fa511f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa511f Color code Preview on White Background

This is how #fa511f Color code will look on white background color. Color contrast ratio is 3.35

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

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