Skip to main content Skip to docs navigation

#facd2d 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 Banner and its hex is #FCC62A Nearest Color Name

Color Hue/Base color: Orange

Hex #facd2d Color code in RGB color code model is created after adding 98.04% red color, 80.39% green color and 17.65% blue color. Hex #facd2d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 82% yellow and 1.96% black.

Hex #facd2d 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 #facd2d color code.

RGB Chart

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

Color Table

Hex Color Code facd2d #facd2d
RGB Decimal 250, 205, 45 250, 205, 45
RGB Percent 98%, 80%, 18% rgb(98%, 80%, 18%)
CSS RGBa 250, 205, 45,1 rgba(250,205,45,1)
CMYK Model cmyk(0%,18%,82%,1.96%)
HSL Color Space 47,95% ,58% hsl(47,95% ,58%)
HSV Color Space 47°, 82%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111010 11001101 00101101
Octal 372 315 55
Decimal 250 205 45
Hex fa cd 2d

Different shades of #facd2d color code.

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

Darkest of #facd2d
#8b6d03
Darker of #facd2d
#bc9404
Dark of #facd2d
#eebb06
Base of #facd2d
#facd2d
Light of #facd2d
#fbd95f
Lighter
#fce591
Lightest
#fef1c2

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

#facd2d
#2d5afa

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

Split Complementary

#facd2d
#2dc0fa
#662dfa

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

Analogous Color

#fa552d
#fa782d
#facd2d
#e3fa2d
#8dfa2d

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

#facd2d
#cd2dfa
#2dfacd

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

#facd2d
#2dfacd
#2d5afa
#fa2d5a

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

#facd2d
#2dfa66
#2d5afa
#fa2dc0

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

#594602
#8b6d03
#bc9404
#eebb06
#facd2d
#fbd95f
#fce591
#fef1c2
#fffcf4

Tints of #facd2d Color

#facd2d
#fad244
#fbd85b
#fbdd73
#fce38a
#fce8a1
#fdeeb9
#fdf3d0
#fef9e7
#ffffff

Shades of #facd2d color code

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

#facd2d
#deb628
#c29f23
#a6881e
#8a7119
#6f5b14
#53440f
#372d0a
#1b1605
#000000

Tones

#facd2d
#e4c142
#cfb558
#b9a96d
#a49d83

Tones

Similar Color like #facd2d color

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

#fbce2e
#fccf2f
#fdd030
#fed131
#ffd232
#ffd333
#ffd434
#ffd535
#ffd636
#ffd737
#ffd838
#ffd939
#ffda3a
#ffdb3b
#f9cc2c
#f8cb2b
#f7ca2a
#f6c929
#f5c828
#f4c727
#f3c626
#f2c525
#f1c424
#f0c323
#efc222
#eec121
#edc020
#ecbf1f

Download this Dark Orange

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

#facd2d Color Code Preview on Black Background Color

This is how #facd2d Color will look on black background color. Color contrast ratio is 13.84

#facd2d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #facd2d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #facd2d

#facd2d color code is use for CSS Background Color

Background color for the above div is #facd2d

HTML with inline CSS

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

#facd2d color code is use for CSS Border Color

CSS Border color for the above div is #facd2d

HTML with inline CSS

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

CSS Border Left color for the above div is #facd2d

HTML with inline CSS

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

CSS Border Right color for the above div is #facd2d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #facd2d

HTML with inline CSS

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

CSS Border Top color for the above div is #facd2d

HTML with inline CSS

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

#facd2d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#facd2d Color code Preview on White Background

This is how #facd2d Color code will look on white background color. Color contrast ratio is 1.52

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

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