Skip to main content Skip to docs navigation

#fd522b 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 Flame Angelfish and its hex is #FD4C29 Nearest Color Name

Color Hue/Base color: Orange

Hex #fd522b Color code in RGB color code model is created after adding 99.22% red color, 32.16% green color and 16.86% blue color. Hex #fd522b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 83% yellow and 0.78% black.

Hex #fd522b color code is between #ff5533 web safe hex color code and #ee4422 web safe hex color code. #ff5533 is the nearest web safe color code. You can see here many more shades of #fd522b color code.

RGB Chart

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

Color Table

Hex Color Code fd522b #fd522b
RGB Decimal 253, 82, 43 253, 82, 43
RGB Percent 99%, 32%, 17% rgb(99%, 32%, 17%)
CSS RGBa 253, 82, 43,1 rgba(253,82,43,1)
CMYK Model cmyk(0%,68%,83%,0.78%)
HSL Color Space 11,98% ,58% hsl(11,98% ,58%)
HSV Color Space 11°, 83%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01010010 00101011
Octal 375 122 53
Decimal 253 82 43
Hex fd 52 2b

Different shades of #fd522b color code.

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

Darkest of #fd522b
#8e1b01
Darker of #fd522b
#c02502
Dark of #fd522b
#f32f02
Base of #fd522b
#fd522b
Light of #fd522b
#fd7b5e
Lighter
#fea490
Lightest
#fecec3

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

#fd522b
#2bd6fd

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

Split Complementary

#fd522b
#2bfdbb
#2b6dfd

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

Analogous Color

#fd2b7f
#fd2b5c
#fd522b
#fd982b
#fdef2b

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

#fd522b
#522bfd
#2bfd52

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

#fd522b
#2bfd52
#2bd6fd
#fd2bd6

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

#fd522b
#6dfd2b
#2bd6fd
#bb2bfd

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

#5b1201
#8e1b01
#c02502
#f32f02
#fd522b
#fd7b5e
#fea490
#fecec3
#fff7f5

Tints of #fd522b Color

#fd522b
#fd6542
#fd785a
#fd8b71
#fd9e89
#feb2a0
#fec5b8
#fed8cf
#feebe7
#ffffff

Shades of #fd522b color code

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

#fd522b
#e04826
#c43f21
#a8361c
#8c2d17
#702413
#541b0e
#381209
#1c0904
#000000

Tones

#fd522b
#e85f40
#d26d56
#bd7a6b
#a78881

Tones

Similar Color like #fd522b color

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

#fe532c
#ff542d
#ff552e
#ff562f
#ff5730
#ff5831
#ff5932
#ff5a33
#ff5b34
#ff5c35
#ff5d36
#ff5e37
#ff5f38
#ff6039
#fc512a
#fb5029
#fa4f28
#f94e27
#f84d26
#f74c25
#f64b24
#f54a23
#f44922
#f34821
#f24720
#f1461f
#f0451e
#ef441d

Download this Dark Orange

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

#fd522b Color Code Preview on Black Background Color

This is how #fd522b Color will look on black background color. Color contrast ratio is 6.42

#fd522b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd522b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd522b

#fd522b color code is use for CSS Background Color

Background color for the above div is #fd522b

HTML with inline CSS

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

#fd522b color code is use for CSS Border Color

CSS Border color for the above div is #fd522b

HTML with inline CSS

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

CSS Border Left color for the above div is #fd522b

HTML with inline CSS

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

CSS Border Right color for the above div is #fd522b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd522b

HTML with inline CSS

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

CSS Border Top color for the above div is #fd522b

HTML with inline CSS

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

#fd522b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd522b Color code Preview on White Background

This is how #fd522b Color code will look on white background color. Color contrast ratio is 3.27

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

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