Skip to main content Skip to docs navigation

#fcbf5f hex color | Download Dark Orange 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 Orange Quench and its hex is #FEBC61 Nearest Color Name

Color Hue/Base color: Orange

Hex #fcbf5f Color code in RGB color code model is created after adding 98.82% red color, 74.9% green color and 37.25% blue color. Hex #fcbf5f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 62% yellow and 1.18% black.

Hex #fcbf5f color code is between #ffbb66 web safe hex color code and #eecc55 web safe hex color code. #ffbb66 is the nearest web safe color code. You can see here many more shades of #fcbf5f color code.

RGB Chart

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

Color Table

Hex Color Code fcbf5f #fcbf5f
RGB Decimal 252, 191, 95 252, 191, 95
RGB Percent 99%, 75%, 37% rgb(99%, 75%, 37%)
CSS RGBa 252, 191, 95,1 rgba(252,191,95,1)
CMYK Model cmyk(0%,24%,62%,1.18%)
HSL Color Space 37,96% ,68% hsl(37,96% ,68%)
HSV Color Space 37°, 62%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 10111111 01011111
Octal 374 277 137
Decimal 252 191 95
Hex fc bf 5f

Different shades of #fcbf5f color code.

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

Darkest of #fcbf5f
#be7604
Darker of #fcbf5f
#f09505
Dark of #fcbf5f
#fbab2d
Base of #fcbf5f
#fcbf5f
Light of #fcbf5f
#fdd391
Lighter
#fee7c3
Lightest
#fffbf5

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

#fcbf5f
#5f9cfc

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

Split Complementary

#fcbf5f
#5feafc
#715ffc

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

Analogous Color

#fc635f
#fc7e5f
#fcbf5f
#fcf35f
#c3fc5f

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

#fcbf5f
#bf5ffc
#5ffcbf

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

#fcbf5f
#5ffcbf
#5f9cfc
#fc5f9c

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

#fcbf5f
#5ffc71
#5f9cfc
#fc5fea

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

#8c5703
#be7604
#f09505
#fbab2d
#fcbf5f
#fdd391
#fee7c3
#fffbf5
#ffffff

Tints of #fcbf5f Color

#fcbf5f
#fcc670
#fccd82
#fdd494
#fddba6
#fde2b7
#fee9c9
#fef0db
#fef7ed
#ffffff

Shades of #fcbf5f color code

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

#fcbf5f
#e0a954
#c49449
#a87f3f
#8c6a34
#70542a
#543f1f
#382a15
#1c150a
#000000

Tones

#fcbf5f
#ecbb6f
#dbb880
#cbb490
#bbb0a0

Tones

Similar Color like #fcbf5f color

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

#fdc060
#fec161
#ffc262
#ffc363
#ffc464
#ffc565
#ffc666
#ffc767
#ffc868
#ffc969
#ffca6a
#ffcb6b
#ffcc6c
#ffcd6d
#fbbe5e
#fabd5d
#f9bc5c
#f8bb5b
#f7ba5a
#f6b959
#f5b858
#f4b757
#f3b656
#f2b555
#f1b454
#f0b353
#efb252
#eeb151

Download this Dark Orange

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

#fcbf5f Color Code Preview on Black Background Color

This is how #fcbf5f Color will look on black background color. Color contrast ratio is 12.76

#fcbf5f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbf5f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbf5f

#fcbf5f color code is use for CSS Background Color

Background color for the above div is #fcbf5f

HTML with inline CSS

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

#fcbf5f color code is use for CSS Border Color

CSS Border color for the above div is #fcbf5f

HTML with inline CSS

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

CSS Border Left color for the above div is #fcbf5f

HTML with inline CSS

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

CSS Border Right color for the above div is #fcbf5f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcbf5f

HTML with inline CSS

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

CSS Border Top color for the above div is #fcbf5f

HTML with inline CSS

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

#fcbf5f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcbf5f Color code Preview on White Background

This is how #fcbf5f Color code will look on white background color. Color contrast ratio is 1.65

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

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