Skip to main content Skip to docs navigation

#fcc271 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 Liquid Gold and its hex is #FDC675 Nearest Color Name

Color Hue/Base color: Yellow

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

Hex #fcc271 color code is between #ffbb77 web safe hex color code and #eecc66 web safe hex color code. #ffbb77 is the nearest web safe color code. You can see here many more shades of #fcc271 color code.

RGB Chart

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

Color Table

Hex Color Code fcc271 #fcc271
RGB Decimal 252, 194, 113 252, 194, 113
RGB Percent 99%, 76%, 44% rgb(99%, 76%, 44%)
CSS RGBa 252, 194, 113,1 rgba(252,194,113,1)
CMYK Model cmyk(0%,23%,55%,1.18%)
HSL Color Space 35,96% ,72% hsl(35,96% ,72%)
HSV Color Space 35°, 55%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11000010 01110001
Octal 374 302 161
Decimal 252 194 113
Hex fc c2 71

Different shades of #fcc271 color code.

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

Darkest of #fcc271
#d07b04
Darker of #fcc271
#fa970d
Dark of #fcc271
#fbad3f
Base of #fcc271
#fcc271
Light of #fcc271
#fdd7a3
Lighter
#feedd5
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

#fcc271
#71abfc

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

Split Complementary

#fcc271
#71f1fc
#7c71fc

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

Analogous Color

#fc7171
#fc8871
#fcc271
#fcf071
#cefc71

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

#fcc271
#c271fc
#71fcc2

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

#fcc271
#71fcc2
#71abfc
#fc71ab

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

#fcc271
#71fc7c
#71abfc
#fc71f1

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

#9e5d03
#d07b04
#fa970d
#fbad3f
#fcc271
#fdd7a3
#feedd5
#ffffff
#ffffff

Tints of #fcc271 Color

#fcc271
#fcc880
#fccf90
#fdd6a0
#fdddb0
#fde3bf
#feeacf
#fef1df
#fef8ef
#ffffff

Shades of #fcc271 color code

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

#fcc271
#e0ac64
#c49657
#a8814b
#8c6b3e
#705632
#544025
#382b19
#1c150c
#000000

Tones

#fcc271
#edc080
#dfbd8e
#d1bb9d
#c2b8ab

Tones

Similar Color like #fcc271 color

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

#fdc372
#fec473
#ffc574
#ffc675
#ffc776
#ffc877
#ffc978
#ffca79
#ffcb7a
#ffcc7b
#ffcd7c
#ffce7d
#ffcf7e
#ffd07f
#fbc170
#fac06f
#f9bf6e
#f8be6d
#f7bd6c
#f6bc6b
#f5bb6a
#f4ba69
#f3b968
#f2b867
#f1b766
#f0b665
#efb564
#eeb463

Download this Light Yellow

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

#fcc271 Color Code Preview on Black Background Color

This is how #fcc271 Color will look on black background color. Color contrast ratio is 13.09

#fcc271 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc271

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcc271

#fcc271 color code is use for CSS Background Color

Background color for the above div is #fcc271

HTML with inline CSS

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

#fcc271 color code is use for CSS Border Color

CSS Border color for the above div is #fcc271

HTML with inline CSS

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

CSS Border Left color for the above div is #fcc271

HTML with inline CSS

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

CSS Border Right color for the above div is #fcc271

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcc271

HTML with inline CSS

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

CSS Border Top color for the above div is #fcc271

HTML with inline CSS

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

#fcc271 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcc271 Color code Preview on White Background

This is how #fcc271 Color code will look on white background color. Color contrast ratio is 1.60

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

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