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

#fcd80a hex color - Yellow - Warm color - Information

#fcd80a hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #fcd80a Color code in RGB color code model is created after adding 98.82% red color, 84.71% green color and 3.92% blue color. Hex #fcd80a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 96% yellow and 1.18% black.

Hex #fcd80a color code is between #ffdd11 web safe hex color code and #eecc00 web safe hex color code. #ffdd11 is the nearest web safe color code. You can see here many more shades of #fcd80a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fcd80a #fcd80a
RGB Decimal 252, 216, 10 rgb(252, 216, 10)
RGB Percent 99%, 85%, 4% rgb(99%, 85%, 4%)
CSS RGBa 252, 216, 10,1 rgba(252,216,10,1)
CMYK Model cmyk(0%,14%,96%,1.18%)
HSL Color Space 51,98% ,51% hsl(51,98% ,51%)
HSV Color Space 51°, 96%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11011000 00001010
Octal 374 330 12
Decimal 252 216 10
Hex fc d8 0a

Different shades of #fcd80a color code.

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

Light Shade of #fcd80a
#fde03c
Dark Shade of #fcd80a
#d0b203
Saturated Shade of #fcd80a
#ffda07
Desaturated Shade of #fcd80a
#f0cf16
Grey scale Shade of #fcd80a
#838383
Brighten Shade
#fff123
Most Readable Shade
#000000

Shades of #fcd80a color code

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

#fcd80a
#e0c008
#c4a807
#a89006
#8c7805
#706004
#544803
#383002
#1c1801
#000000

Similar Color like #fcd80a color

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

#fdd90b
#feda0c
#ffdb0d
#ffdc0e
#ffdd0f
#ffde10
#ffdf11
#ffe012
#ffe113
#ffe214
#ffe315
#ffe416
#ffe517
#ffe618
#fbd709
#fad608
#f9d507
#f8d406
#f7d305
#f6d204
#f5d103
#f4d002
#f3cf01
#f2ce00
#f1cd00
#f0cc00
#efcb00
#eeca00

Monochromatic Color with #fcd80a

#fcd80a
#272202
#524603
#7c6b05
#a78f07
#d1b408

Tints of #fcd80a Color

#fcd80a
#fcdc25
#fce040
#fde55b
#fde976
#fded92
#fef2ad
#fef6c8
#fefae3
#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

#fcd80a
#0a2efc

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

Split Complementary

#fcd80a
#0aa7fc
#5f0afc

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

Analogous Color

#fc770a
#fca80a
#fcd80a
#f0fc0a
#bffc0a

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

#fcd80a
#0afcd8
#d80afc

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

#fcd80a
#0afc5f
#0a2efc
#fc0aa7

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

#fcd80a
#0a2efc
#5f0afc
#a7fc0a

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 #fcd80a 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.

#fcd80a Color Code Preview on Black Background Color

This is how #fcd80a Color will look on black background color. Color contrast ratio is 14.97

#fcd80a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd80a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcd80a

#fcd80a color code is use for CSS Background Color

Background color for the above div is #fcd80a

HTML with inline CSS

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

#fcd80a color code is use for CSS Border Color

CSS Border color for the above div is #fcd80a

HTML with inline CSS

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

CSS Border Left color for the above div is #fcd80a

HTML with inline CSS

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

CSS Border Right color for the above div is #fcd80a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcd80a

HTML with inline CSS

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

CSS Border Top color for the above div is #fcd80a

HTML with inline CSS

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

#fcd80a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcd80a Color code Preview on White Background

This is how #fcd80a Color code will look on white background color. Color contrast ratio is 1.40

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.