Skip to main content Skip to docs navigation

#fa240b 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 Spectacular Scarlet and its hex is #F72305 Nearest Color Name

Color Hue/Base color: Red

Hex #fa240b Color code in RGB color code model is created after adding 98.04% red color, 14.12% green color and 4.31% blue color. Hex #fa240b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 86% magenta, 96% yellow and 1.96% black.

Hex #fa240b color code is between #ff2211 web safe hex color code and #ee3300 web safe hex color code. #ff2211 is the nearest web safe color code. You can see here many more shades of #fa240b color code.

RGB Chart

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

Color Table

Hex Color Code fa240b #fa240b
RGB Decimal 250, 36, 11 250, 36, 11
RGB Percent 98%, 14%, 4% rgb(98%, 14%, 4%)
CSS RGBa 250, 36, 11,1 rgba(250,36,11,1)
CMYK Model cmyk(0%,86%,96%,1.96%)
HSL Color Space 6,96% ,51% hsl(6,96% ,51%)
HSV Color Space 6°, 96%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 00100100 00001011
Octal 372 44 13
Decimal 250 36 11
Hex fa 24 0b

Different shades of #fa240b color code.

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

Darkest of #fa240b
#6a0d02
Darker of #fa240b
#9c1303
Dark of #fa240b
#ce1904
Base of #fa240b
#fa240b
Light of #fa240b
#fb513d
Lighter
#fc7e6f
Lightest
#fdaba1

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

#fa240b
#0be1fa

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

Split Complementary

#fa240b
#0bfa9c
#0b69fa

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

Analogous Color

#fa0b7d
#fa0b56
#fa240b
#fa740b
#fad70b

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

#fa240b
#240bfa
#0bfa24

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

#fa240b
#0bfa24
#0be1fa
#fa0be1

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

#fa240b
#69fa0b
#0be1fa
#9c0bfa

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

#380701
#6a0d02
#9c1303
#ce1904
#fa240b
#fb513d
#fc7e6f
#fdaba1
#fed7d3

Tints of #fa240b Color

#fa240b
#fa3c26
#fb5441
#fb6d5c
#fc8577
#fc9d92
#fdb6ad
#fdcec8
#fee6e3
#ffffff

Shades of #fa240b color code

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

#fa240b
#de2009
#c21c08
#a61807
#8a1406
#6f1004
#530c03
#370802
#1b0401
#000000

Tones

#fa240b
#e13824
#c84b3d
#af5f56
#96736f

Tones

Similar Color like #fa240b color

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

#fb250c
#fc260d
#fd270e
#fe280f
#ff2910
#ff2a11
#ff2b12
#ff2c13
#ff2d14
#ff2e15
#ff2f16
#ff3017
#ff3118
#ff3219
#f9230a
#f82209
#f72108
#f62007
#f51f06
#f41e05
#f31d04
#f21c03
#f11b02
#f01a01
#ef1900
#ee1800
#ed1700
#ec1600

Download this Dark Red

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

#fa240b Color Code Preview on Black Background Color

This is how #fa240b Color will look on black background color. Color contrast ratio is 5.32

#fa240b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa240b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa240b

#fa240b color code is use for CSS Background Color

Background color for the above div is #fa240b

HTML with inline CSS

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

#fa240b color code is use for CSS Border Color

CSS Border color for the above div is #fa240b

HTML with inline CSS

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

CSS Border Left color for the above div is #fa240b

HTML with inline CSS

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

CSS Border Right color for the above div is #fa240b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa240b

HTML with inline CSS

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

CSS Border Top color for the above div is #fa240b

HTML with inline CSS

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

#fa240b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa240b Color code Preview on White Background

This is how #fa240b Color code will look on white background color. Color contrast ratio is 3.95

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

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