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

#fcb71d hex color - Orange - Warm color - Information

#fcb71d hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #fcb71d Color code in RGB color code model is created after adding 98.82% red color, 71.76% green color and 11.37% blue color. Hex #fcb71d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 88% yellow and 1.18% black.

Hex #fcb71d color code is between #ffbb22 web safe hex color code and #eeaa11 web safe hex color code. #ffbb22 is the nearest web safe color code. You can see here many more shades of #fcb71d 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 fcb71d #fcb71d
RGB Decimal 252, 183, 29 rgb(252, 183, 29)
RGB Percent 99%, 72%, 11% rgb(99%, 72%, 11%)
CSS RGBa 252, 183, 29,1 rgba(252,183,29,1)
CMYK Model cmyk(0%,27%,88%,1.18%)
HSL Color Space 41,97% ,55% hsl(41,97% ,55%)
HSV Color Space 41°, 88%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 10110111 00011101
Octal 374 267 35
Decimal 252 183 29
Hex fc b7 1d

Different shades of #fcb71d color code.

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

Light Shade of #fcb71d
#fdc74f
Dark Shade of #fcb71d
#e39e03
Saturated Shade of #fcb71d
#ffb81a
Desaturated Shade of #fcb71d
#f1b328
Grey scale Shade of #fcb71d
#8c8c8c
Brighten Shade
#ffd036
Most Readable Shade
#000000

Shades of #fcb71d color code

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

#fcb71d
#e0a219
#c48e16
#a87a13
#8c6510
#70510c
#543d09
#382806
#1c1403
#000000

Similar Color like #fcb71d color

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

#fdb81e
#feb91f
#ffba20
#ffbb21
#ffbc22
#ffbd23
#ffbe24
#ffbf25
#ffc026
#ffc127
#ffc228
#ffc329
#ffc42a
#ffc52b
#fbb61c
#fab51b
#f9b41a
#f8b319
#f7b218
#f6b117
#f5b016
#f4af15
#f3ae14
#f2ad13
#f1ac12
#f0ab11
#efaa10
#eea90f

Monochromatic Color with #fcb71d

#fcb71d
#271d05
#523c09
#7c5a0e
#a77913
#d19818

Tints of #fcb71d Color

#fcb71d
#fcbf36
#fcc74f
#fdcf68
#fdd781
#fddf9a
#fee7b3
#feefcc
#fef7e5
#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

#fcb71d
#1d62fc

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

Split Complementary

#fcb71d
#1dd2fc
#471dfc

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

Analogous Color

#fc5e1d
#fc8a1d
#fcb71d
#fce41d
#e8fc1d

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

#fcb71d
#1dfcb7
#b71dfc

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

#fcb71d
#1dfc47
#1d62fc
#fc1dd1

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

#fcb71d
#1d62fc
#471dfc
#d1fc1d

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

#fcb71d Color Code Preview on Black Background Color

This is how #fcb71d Color will look on black background color. Color contrast ratio is 11.93

#fcb71d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb71d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb71d

#fcb71d color code is use for CSS Background Color

Background color for the above div is #fcb71d

HTML with inline CSS

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

#fcb71d color code is use for CSS Border Color

CSS Border color for the above div is #fcb71d

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb71d

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb71d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb71d

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb71d

HTML with inline CSS

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

#fcb71d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb71d Color code Preview on White Background

This is how #fcb71d Color code will look on white background color. Color contrast ratio is 1.76

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

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,183,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,98,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,183,29,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.