Skip to main content Skip to docs navigation

#fcd472 hex color | Download Light 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

Woow we have a nearby visually matching color name available. It's name is Tamago Egg and its hex is #FCD575 Nearest Color Name

Color Hue/Base color: Yellow

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

Hex #fcd472 color code is between #ffcc77 web safe hex color code and #eedd66 web safe hex color code. #ffcc77 is the nearest web safe color code. You can see here many more shades of #fcd472 color code.

RGB Chart

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

Color Table

Hex Color Code fcd472 #fcd472
RGB Decimal 252, 212, 114 252, 212, 114
RGB Percent 99%, 83%, 45% rgb(99%, 83%, 45%)
CSS RGBa 252, 212, 114,1 rgba(252,212,114,1)
CMYK Model cmyk(0%,16%,55%,1.18%)
HSL Color Space 43,96% ,72% hsl(43,96% ,72%)
HSV Color Space 43°, 55%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11010100 01110010
Octal 374 324 162
Decimal 252 212 114
Hex fc d4 72

Different shades of #fcd472 color code.

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

Darkest of #fcd472
#d19504
Darker of #fcd472
#fab60e
Dark of #fcd472
#fbc540
Base of #fcd472
#fcd472
Light of #fcd472
#fde3a4
Lighter
#fef2d6
Lightest
#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

#fcd472
#729afc

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

Split Complementary

#fcd472
#72dffc
#8f72fc

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

Analogous Color

#fc8372
#fc9a72
#fcd472
#f6fc72
#bcfc72

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

#fcd472
#d472fc
#72fcd4

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

#fcd472
#72fcd4
#729afc
#fc729a

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

#fcd472
#72fc8f
#729afc
#fc72df

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

#9f7203
#d19504
#fab60e
#fbc540
#fcd472
#fde3a4
#fef2d6
#ffffff
#ffffff

Tints of #fcd472 Color

#fcd472
#fcd881
#fcdd91
#fde2a1
#fde7b0
#fdebc0
#fef0d0
#fef5df
#fefaef
#ffffff

Shades of #fcd472 color code

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

#fcd472
#e0bc65
#c4a458
#a88d4c
#8c753f
#705e32
#544626
#382f19
#1c170c
#000000

Tones

#fcd472
#eece80
#dfc88f
#d1c29d
#c2bcac

Tones

Similar Color like #fcd472 color

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

#fdd573
#fed674
#ffd775
#ffd876
#ffd977
#ffda78
#ffdb79
#ffdc7a
#ffdd7b
#ffde7c
#ffdf7d
#ffe07e
#ffe17f
#ffe280
#fbd371
#fad270
#f9d16f
#f8d06e
#f7cf6d
#f6ce6c
#f5cd6b
#f4cc6a
#f3cb69
#f2ca68
#f1c967
#f0c866
#efc765
#eec664

Download this Light Yellow

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

#fcd472 Color Code Preview on Black Background Color

This is how #fcd472 Color will look on black background color. Color contrast ratio is 14.80

#fcd472 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd472

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd472

#fcd472 color code is use for CSS Background Color

Background color for the above div is #fcd472

HTML with inline CSS

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

#fcd472 color code is use for CSS Border Color

CSS Border color for the above div is #fcd472

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd472

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd472

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd472

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd472

HTML with inline CSS

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

#fcd472 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd472 Color code Preview on White Background

This is how #fcd472 Color code will look on white background color. Color contrast ratio is 1.42

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

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