Skip to main content Skip to docs navigation

#FCD450 hex color | Westfall Yellow | Download Dark Yellow 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

Color Hue/Base color: Yellow

Hex #FCD450 Color Code is also known as | Westfall Yellow color.

Hex #FCD450 Color code in RGB color code model is created after adding 98.82% red color, 83.14% green color and 31.37% blue color. Hex #FCD450 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 68% yellow and 1.18% black.

Hex #FCD450 color code is between #ffcc55 web safe hex color code and #eedd44 web safe hex color code. #ffcc55 is the nearest web safe color code. You can see here many more shades of #FCD450 color code.

RGB Chart

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

Color Table

Hex Color Code FCD450 #FCD450
RGB Decimal 252, 212, 80 252, 212, 80
RGB Percent 99%, 83%, 31% rgb(99%, 83%, 31%)
CSS RGBa 252, 212, 80,1 rgba(252,212,80,1)
CMYK Model cmyk(0%,16%,68%,1.18%)
HSL Color Space 46,97% ,65% hsl(46,97% ,65%)
HSV Color Space 46°, 68%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11010100 01010000
Octal 374 324 120
Decimal 252 212 80
Hex FC D4 50

Different shades of #FCD450 color code.

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

Darkest of #FCD450
#b08803
Darker of #FCD450
#e2ae04
Dark of #FCD450
#fbc81e
Base of #FCD450
#fcd450
Light of #FCD450
#fde082
Lighter
#feedb4
Lightest
#fff9e6

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

#fcd450
#5078fc

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

Split Complementary

#FCD450
#50cefc
#7e50fc

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

Analogous Color

#fc7050
#fc8c50
#fcd450
#ebfc50
#a3fc50

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

#FCD450
#d450fc
#50fcd4

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

#FCD450
#50fcd4
#5078fc
#fc5078

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

#FCD450
#50fc7e
#5078fc
#fc50ce

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

#7e6102
#b08803
#e2ae04
#fbc81e
#fcd450
#fde082
#feedb4
#fff9e6
#ffffff

Tints of #FCD450 Color

#fcd450
#fcd863
#fcdd76
#fde28a
#fde79d
#fdebb1
#fef0c4
#fef5d8
#fefaeb
#ffffff

Shades of #FCD450 color code

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

#fcd450
#e0bc47
#c4a43e
#a88d35
#8c752c
#705e23
#54461a
#382f11
#1c1708
#000000

Tones

#fcd450
#eaca62
#d8c174
#c7b785
#b5ae97

Tones

Similar Color like #FCD450 color

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

#fdd551
#fed652
#ffd753
#ffd854
#ffd955
#ffda56
#ffdb57
#ffdc58
#ffdd59
#ffde5a
#ffdf5b
#ffe05c
#ffe15d
#ffe25e
#fbd34f
#fad24e
#f9d14d
#f8d04c
#f7cf4b
#f6ce4a
#f5cd49
#f4cc48
#f3cb47
#f2ca46
#f1c945
#f0c844
#efc743
#eec642

Download this Dark Yellow

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

#FCD450 Color Code Preview on Black Background Color

This is how #FCD450 Color will look on black background color. Color contrast ratio is 14.67

#FCD450 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #FCD450

HTML with inline CSS

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

Your Example Paragraph content text in with font color #FCD450

#FCD450 color code is use for CSS Background Color

Background color for the above div is #FCD450

HTML with inline CSS

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

#FCD450 color code is use for CSS Border Color

CSS Border color for the above div is #FCD450

HTML with inline CSS

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

CSS Border Left color for the above div is #FCD450

HTML with inline CSS

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

CSS Border Right color for the above div is #FCD450

HTML with inline CSS

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

CSS Border Bottom color for the above div is #FCD450

HTML with inline CSS

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

CSS Border Top color for the above div is #FCD450

HTML with inline CSS

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

#FCD450 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#FCD450 Color code Preview on White Background

This is how #FCD450 Color code will look on white background color. Color contrast ratio is 1.43

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

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(252,212,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,120,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,212,80,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }