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

#fcbc5b hex color - Orange - Warm color - Information

#fcbc5b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fcbc5b Color code in RGB color code model is created after adding 98.82% red color, 73.73% green color and 35.69% blue color. Hex #fcbc5b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 64% yellow and 1.18% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcbc5b#fcbc5b
RGB Decimal252, 188, 91rgb(252, 188, 91)
RGB Percent99%, 74%, 36%rgb(99%, 74%, 36%)
CSS RGBa252, 188, 91,1rgba(252,188,91,1)
CMYK Modelcmyk(0%,25%,64%,1.18%)
HSL Color Space36,96% ,67%hsl(36,96% ,67%)
HSV Color Space36°, 64%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011110001011011
Octal374274133
Decimal25218891
Hexfcbc5b

Different shades of #fcbc5b color code.

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

Light Shade of #fcbc5b
#fdd08d
Dark Shade of #fcbc5b
#fba829
Saturated Shade of #fcbc5b
#ffbd58
Desaturated Shade of #fcbc5b
#f4ba63
Grey scale Shade of #fcbc5b
#ababab
Brighten Shade
#ffd574
Most Readable Shade
#000000

Shades of #fcbc5b color code

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

#fcbc5b
#e0a750
#c49246
#a87d3c
#8c6832
#705328
#543e1e
#382914
#1c140a
#000000

Similar Color like #fcbc5b color

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

#fdbd5c
#febe5d
#ffbf5e
#ffc05f
#ffc160
#ffc261
#ffc362
#ffc463
#ffc564
#ffc665
#ffc766
#ffc867
#ffc968
#ffca69
#fbbb5a
#faba59
#f9b958
#f8b857
#f7b756
#f6b655
#f5b554
#f4b453
#f3b352
#f2b251
#f1b150
#f0b04f
#efaf4e
#eeae4d

Monochromatic Color with #fcbc5b

#fcbc5b
#271d0e
#523d1e
#7c5d2d
#a77d3c
#d19c4c

Tints of #fcbc5b Color

#fcbc5b
#fcc36d
#fcca7f
#fdd291
#fdd9a3
#fde1b6
#fee8c8
#fef0da
#fef7ec
#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

#fcbc5b
#5b9bfc

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

Split Complementary

#fcbc5b
#5bebfc
#6c5bfc

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

Analogous Color

#fc7c5b
#fc9c5b
#fcbc5b
#fcdc5b
#fcfc5b

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

#fcbc5b
#5bfcbc
#bc5bfc

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

#fcbc5b
#5bfc6b
#5b9bfc
#fc5beb

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

#fcbc5b
#5b9bfc
#6c5bfc
#ebfc5b

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

#fcbc5b Color Code Preview on Black Background Color

This is how #fcbc5b Color will look on black background color. Color contrast ratio is 12.48

#fcbc5b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbc5b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbc5b

#fcbc5b color code is use for CSS Background Color

Background color for the above div is #fcbc5b

HTML with inline CSS

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

#fcbc5b color code is use for CSS Border Color

CSS Border color for the above div is #fcbc5b

HTML with inline CSS

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

CSS Border Left color for the above div is #fcbc5b

HTML with inline CSS

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

CSS Border Right color for the above div is #fcbc5b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcbc5b

HTML with inline CSS

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

CSS Border Top color for the above div is #fcbc5b

HTML with inline CSS

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

#fcbc5b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcbc5b Color code Preview on White Background

This is how #fcbc5b Color code will look on white background color. Color contrast ratio is 1.68

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

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,188,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,155,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,188,91,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.