Skip to main content Skip to docs navigation

#fd463d 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 Dusk Orange and its hex is #FE4C40 Nearest Color Name

Color Hue/Base color: Orange

Hex #fd463d Color code in RGB color code model is created after adding 99.22% red color, 27.45% green color and 23.92% blue color. Hex #fd463d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 76% yellow and 0.78% black.

Hex #fd463d color code is between #ff4444 web safe hex color code and #ee5533 web safe hex color code. #ff4444 is the nearest web safe color code. You can see here many more shades of #fd463d color code.

RGB Chart

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

Color Table

Hex Color Code fd463d #fd463d
RGB Decimal 253, 70, 61 253, 70, 61
RGB Percent 99%, 27%, 24% rgb(99%, 27%, 24%)
CSS RGBa 253, 70, 61,1 rgba(253,70,61,1)
CMYK Model cmyk(0%,72%,76%,0.78%)
HSL Color Space 3,98% ,62% hsl(3,98% ,62%)
HSV Color Space 3°, 76%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01000110 00111101
Octal 375 106 75
Decimal 253 70 61
Hex fd 46 3d

Different shades of #fd463d color code.

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

Darkest of #fd463d
#9f0902
Darker of #fd463d
#d20c02
Dark of #fd463d
#fc160b
Base of #fd463d
#fd463d
Light of #fd463d
#fe766f
Lighter
#fea6a2
Lightest
#ffd6d4

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

#fd463d
#3df4fd

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

Split Complementary

#fd463d
#3dfda6
#3d94fd

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

Analogous Color

#fd3da4
#fd3d84
#fd463d
#fd863d
#fdd63d

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

#fd463d
#463dfd
#3dfd46

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

#fd463d
#3dfd46
#3df4fd
#fd3df4

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

#fd463d
#94fd3d
#3df4fd
#a63dfd

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

#6d0601
#9f0902
#d20c02
#fc160b
#fd463d
#fe766f
#fea6a2
#ffd6d4
#ffffff

Tints of #fd463d Color

#fd463d
#fd5a52
#fd6f68
#fd837d
#fd9893
#feaca8
#fec1be
#fed5d3
#feeae9
#ffffff

Shades of #fd463d color code

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

#fd463d
#e03e36
#c4362f
#a82e28
#8c2621
#701f1b
#541714
#380f0d
#1c0706
#000000

Tones

#fd463d
#e95851
#d66a64
#c27b78
#af8d8b

Tones

Similar Color like #fd463d color

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

#fe473e
#ff483f
#ff4940
#ff4a41
#ff4b42
#ff4c43
#ff4d44
#ff4e45
#ff4f46
#ff5047
#ff5148
#ff5249
#ff534a
#ff544b
#fc453c
#fb443b
#fa433a
#f94239
#f84138
#f74037
#f63f36
#f53e35
#f43d34
#f33c33
#f23b32
#f13a31
#f03930
#ef382f

Download this Dark Orange

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

#fd463d Color Code Preview on Black Background Color

This is how #fd463d Color will look on black background color. Color contrast ratio is 6.12

#fd463d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd463d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd463d

#fd463d color code is use for CSS Background Color

Background color for the above div is #fd463d

HTML with inline CSS

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

#fd463d color code is use for CSS Border Color

CSS Border color for the above div is #fd463d

HTML with inline CSS

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

CSS Border Left color for the above div is #fd463d

HTML with inline CSS

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

CSS Border Right color for the above div is #fd463d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd463d

HTML with inline CSS

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

CSS Border Top color for the above div is #fd463d

HTML with inline CSS

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

#fd463d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd463d Color code Preview on White Background

This is how #fd463d Color code will look on white background color. Color contrast ratio is 3.43

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

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