Skip to main content Skip to docs navigation

#fd745b 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 Grapefruit Pulp and its hex is #FE6F5E Nearest Color Name

Color Hue/Base color: Orange

Hex #fd745b Color code in RGB color code model is created after adding 99.22% red color, 45.49% green color and 35.69% blue color. Hex #fd745b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 64% yellow and 0.78% black.

Hex #fd745b color code is between #ff7755 web safe hex color code and #ee6666 web safe hex color code. #ff7755 is the nearest web safe color code. You can see here many more shades of #fd745b color code.

RGB Chart

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

Color Table

Hex Color Code fd745b #fd745b
RGB Decimal 253, 116, 91 253, 116, 91
RGB Percent 99%, 45%, 36% rgb(99%, 45%, 36%)
CSS RGBa 253, 116, 91,1 rgba(253,116,91,1)
CMYK Model cmyk(0%,54%,64%,0.78%)
HSL Color Space 9,98% ,67% hsl(9,98% ,67%)
HSV Color Space 9°, 64%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01110100 01011011
Octal 375 164 133
Decimal 253 116 91
Hex fd 74 5b

Different shades of #fd745b color code.

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

Darkest of #fd745b
#bd1f02
Darker of #fd745b
#ef2703
Dark of #fd745b
#fc4929
Base of #fd745b
#fd745b
Light of #fd745b
#fe9f8d
Lighter
#fec9c0
Lightest
#fff4f2

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

#fd745b
#5be4fd

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

Split Complementary

#fd745b
#5bfdc5
#5b93fd

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

Analogous Color

#fd5ba0
#fd5b85
#fd745b
#fdaa5b
#fdee5b

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

#fd745b
#745bfd
#5bfd74

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

#fd745b
#5bfd74
#5be4fd
#fd5be4

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

#fd745b
#93fd5b
#5be4fd
#c55bfd

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

#8a1702
#bd1f02
#ef2703
#fc4929
#fd745b
#fe9f8d
#fec9c0
#fff4f2
#ffffff

Tints of #fd745b Color

#fd745b
#fd836d
#fd927f
#fda291
#fdb1a3
#fec1b6
#fed0c8
#fee0da
#feefec
#ffffff

Shades of #fd745b color code

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

#fd745b
#e06750
#c45a46
#a84d3c
#8c4032
#703328
#54261e
#381914
#1c0c0a
#000000

Tones

#fd745b
#ec7f6c
#dc8b7c
#cb968d
#bba29d

Tones

Similar Color like #fd745b color

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

#fe755c
#ff765d
#ff775e
#ff785f
#ff7960
#ff7a61
#ff7b62
#ff7c63
#ff7d64
#ff7e65
#ff7f66
#ff8067
#ff8168
#ff8269
#fc735a
#fb7259
#fa7158
#f97057
#f86f56
#f76e55
#f66d54
#f56c53
#f46b52
#f36a51
#f26950
#f1684f
#f0674e
#ef664d

Download this Dark Orange

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

#fd745b Color Code Preview on Black Background Color

This is how #fd745b Color will look on black background color. Color contrast ratio is 7.83

#fd745b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd745b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd745b

#fd745b color code is use for CSS Background Color

Background color for the above div is #fd745b

HTML with inline CSS

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

#fd745b color code is use for CSS Border Color

CSS Border color for the above div is #fd745b

HTML with inline CSS

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

CSS Border Left color for the above div is #fd745b

HTML with inline CSS

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

CSS Border Right color for the above div is #fd745b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd745b

HTML with inline CSS

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

CSS Border Top color for the above div is #fd745b

HTML with inline CSS

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

#fd745b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd745b Color code Preview on White Background

This is how #fd745b Color code will look on white background color. Color contrast ratio is 2.68

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

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