Skip to main content Skip to docs navigation

#fdcd31 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 Golden Spell and its hex is #FECC36 Nearest Color Name

Color Hue/Base color: Orange

Hex #fdcd31 Color code in RGB color code model is created after adding 99.22% red color, 80.39% green color and 19.22% blue color. Hex #fdcd31 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 81% yellow and 0.78% black.

Hex #fdcd31 color code is between #ffcc33 web safe hex color code and #eedd22 web safe hex color code. #ffcc33 is the nearest web safe color code. You can see here many more shades of #fdcd31 color code.

RGB Chart

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

Color Table

Hex Color Code fdcd31 #fdcd31
RGB Decimal 253, 205, 49 253, 205, 49
RGB Percent 99%, 80%, 19% rgb(99%, 80%, 19%)
CSS RGBa 253, 205, 49,1 rgba(253,205,49,1)
CMYK Model cmyk(0%,19%,81%,0.78%)
HSL Color Space 46,98% ,59% hsl(46,98% ,59%)
HSV Color Space 46°, 81%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11001101 00110001
Octal 375 315 61
Decimal 253 205 49
Hex fd cd 31

Different shades of #fdcd31 color code.

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

Darkest of #fdcd31
#947101
Darker of #fdcd31
#c69802
Dark of #fdcd31
#f9bf02
Base of #fdcd31
#fdcd31
Light of #fdcd31
#fdd964
Lighter
#fee696
Lightest
#fef2c9

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

#fdcd31
#3161fd

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

Split Complementary

#fdcd31
#31c7fd
#6731fd

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

Analogous Color

#fd5631
#fd7831
#fdcd31
#e9fd31
#94fd31

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

#fdcd31
#cd31fd
#31fdcd

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

#fdcd31
#31fdcd
#3161fd
#fd3161

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

#fdcd31
#31fd67
#3161fd
#fd31c7

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

#614a01
#947101
#c69802
#f9bf02
#fdcd31
#fdd964
#fee696
#fef2c9
#fffefb

Tints of #fdcd31 Color

#fdcd31
#fdd247
#fdd85e
#fddd75
#fde38c
#fee8a3
#feeeba
#fef3d1
#fef9e8
#ffffff

Shades of #fdcd31 color code

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

#fdcd31
#e0b62b
#c49f26
#a88820
#8c711b
#705b15
#544410
#382d0a
#1c1605
#000000

Tones

#fdcd31
#e8c246
#d3b75b
#bfac6f
#aaa184

Tones

Similar Color like #fdcd31 color

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

#fece32
#ffcf33
#ffd034
#ffd135
#ffd236
#ffd337
#ffd438
#ffd539
#ffd63a
#ffd73b
#ffd83c
#ffd93d
#ffda3e
#ffdb3f
#fccc30
#fbcb2f
#faca2e
#f9c92d
#f8c82c
#f7c72b
#f6c62a
#f5c529
#f4c428
#f3c327
#f2c226
#f1c125
#f0c024
#efbf23

Download this Dark Orange

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

#fdcd31 Color Code Preview on Black Background Color

This is how #fdcd31 Color will look on black background color. Color contrast ratio is 13.95

#fdcd31 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcd31

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcd31

#fdcd31 color code is use for CSS Background Color

Background color for the above div is #fdcd31

HTML with inline CSS

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

#fdcd31 color code is use for CSS Border Color

CSS Border color for the above div is #fdcd31

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcd31

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcd31

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcd31

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcd31

HTML with inline CSS

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

#fdcd31 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcd31 Color code Preview on White Background

This is how #fdcd31 Color code will look on white background color. Color contrast ratio is 1.51

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

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