Skip to main content Skip to docs navigation

#fdb520 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 Mango Loco and its hex is #FEB81C Nearest Color Name

Color Hue/Base color: Orange

Hex #fdb520 Color code in RGB color code model is created after adding 99.22% red color, 70.98% green color and 12.55% blue color. Hex #fdb520 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 87% yellow and 0.78% black.

Hex #fdb520 color code is between #ffbb22 web safe hex color code and #eeaa11 web safe hex color code. #ffbb22 is the nearest web safe color code. You can see here many more shades of #fdb520 color code.

RGB Chart

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

Color Table

Hex Color Code fdb520 #fdb520
RGB Decimal 253, 181, 32 253, 181, 32
RGB Percent 99%, 71%, 13% rgb(99%, 71%, 13%)
CSS RGBa 253, 181, 32,1 rgba(253,181,32,1)
CMYK Model cmyk(0%,28%,87%,0.78%)
HSL Color Space 40,98% ,56% hsl(40,98% ,56%)
HSV Color Space 40°, 87%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10110101 00100000
Octal 375 265 40
Decimal 253 181 32
Hex fd b5 20

Different shades of #fdb520 color code.

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

Darkest of #fdb520
#835901
Darker of #fdb520
#b57b02
Dark of #fdb520
#e89d02
Base of #fdb520
#fdb520
Light of #fdb520
#fdc653
Lighter
#fed785
Lightest
#fee7b8

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

#fdb520
#2068fd

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

Split Complementary

#fdb520
#20d7fd
#4620fd

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

Analogous Color

#fd3420
#fd5920
#fdb520
#fbfd20
#9ffd20

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

#fdb520
#b520fd
#20fdb5

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

#fdb520
#20fdb5
#2068fd
#fd2068

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

#fdb520
#20fd46
#2068fd
#fd20d7

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

#503601
#835901
#b57b02
#e89d02
#fdb520
#fdc653
#fed785
#fee7b8
#fff8ea

Tints of #fdb520 Color

#fdb520
#fdbd38
#fdc551
#fdcd6a
#fdd583
#fede9b
#fee6b4
#feeecd
#fef6e6
#ffffff

Shades of #fdb520 color code

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

#fdb520
#e0a01c
#c48c18
#a87815
#8c6411
#70500e
#543c0a
#382807
#1c1403
#000000

Tones

#fdb520
#e6ad36
#d0a54d
#b99d63
#a3967a

Tones

Similar Color like #fdb520 color

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

#feb621
#ffb722
#ffb823
#ffb924
#ffba25
#ffbb26
#ffbc27
#ffbd28
#ffbe29
#ffbf2a
#ffc02b
#ffc12c
#ffc22d
#ffc32e
#fcb41f
#fbb31e
#fab21d
#f9b11c
#f8b01b
#f7af1a
#f6ae19
#f5ad18
#f4ac17
#f3ab16
#f2aa15
#f1a914
#f0a813
#efa712

Download this Dark Orange

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

#fdb520 Color Code Preview on Black Background Color

This is how #fdb520 Color will look on black background color. Color contrast ratio is 11.81

#fdb520 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdb520

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdb520

#fdb520 color code is use for CSS Background Color

Background color for the above div is #fdb520

HTML with inline CSS

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

#fdb520 color code is use for CSS Border Color

CSS Border color for the above div is #fdb520

HTML with inline CSS

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

CSS Border Left color for the above div is #fdb520

HTML with inline CSS

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

CSS Border Right color for the above div is #fdb520

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdb520

HTML with inline CSS

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

CSS Border Top color for the above div is #fdb520

HTML with inline CSS

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

#fdb520 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdb520 Color code Preview on White Background

This is how #fdb520 Color code will look on white background color. Color contrast ratio is 1.78

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

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