@
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.

#fdcd3d hex color - Orange - Warm color - Information

#fdcd3d hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

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

Hex #fdcd3d color code is between #ffcc44 web safe hex color code and #eedd33 web safe hex color code. #ffcc44 is the nearest web safe color code. You can see here many more shades of #fdcd3d color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11111101 11001101 00111101
Octal 375 315 75
Decimal 253 205 61
Hex fd cd 3d

Different shades of #fdcd3d color code.

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

Light Shade of #fdcd3d
#feda6f
Dark Shade of #fdcd3d
#fcc00a
Saturated Shade of #fdcd3d
#ffce3b
Desaturated Shade of #fdcd3d
#f3c847
Grey scale Shade of #fdcd3d
#9d9d9d
Brighten Shade
#ffe656
Most Readable Shade
#000000

Shades of #fdcd3d color code

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

#fdcd3d
#e0b636
#c49f2f
#a88828
#8c7121
#705b1b
#544414
#382d0d
#1c1606
#000000

Similar Color like #fdcd3d color

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

#fece3e
#ffcf3f
#ffd040
#ffd141
#ffd242
#ffd343
#ffd444
#ffd545
#ffd646
#ffd747
#ffd848
#ffd949
#ffda4a
#ffdb4b
#fccc3c
#fbcb3b
#faca3a
#f9c939
#f8c838
#f7c737
#f6c636
#f5c535
#f4c434
#f3c333
#f2c232
#f1c131
#f0c030
#efbf2f

Monochromatic Color with #fdcd3d

#fdcd3d
#28210a
#534314
#7d661e
#a88829
#d2ab33

Tints of #fdcd3d Color

#fdcd3d
#fdd252
#fdd868
#fddd7d
#fde393
#fee8a8
#feeebe
#fef3d3
#fef9e9
#ffffff

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

#fdcd3d
#3d6dfd

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

Split Complementary

#fdcd3d
#3dcdfd
#6d3dfd

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

Analogous Color

#fd803d
#fda73d
#fdcd3d
#fdf33d
#e0fd3d

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

#fdcd3d
#3dfdcd
#cd3dfd

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

#fdcd3d
#3dfd6d
#3d6dfd
#fd3dcd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fdcd3d
#3d6dfd
#6d3dfd
#cdfd3d

Double Complementary 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).

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

#fdcd3d Color Code Preview on Black Background Color

This is how #fdcd3d Color will look on black background color. Color contrast ratio is 13.98

#fdcd3d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcd3d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcd3d

#fdcd3d color code is use for CSS Background Color

Background color for the above div is #fdcd3d

HTML with inline CSS

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

#fdcd3d color code is use for CSS Border Color

CSS Border color for the above div is #fdcd3d

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcd3d

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcd3d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcd3d

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcd3d

HTML with inline CSS

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

#fdcd3d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcd3d Color code Preview on White Background

This is how #fdcd3d Color code will look on white background color. Color contrast ratio is 1.50

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,205,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,109,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,205,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.