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

#fcb31b hex color - Orange - Warm color - Information

#fcb31b hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fcb31b Color code in RGB color code model is created after adding 98.82% red color, 70.2% green color and 10.59% blue color. Hex #fcb31b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 89% yellow and 1.18% black.

Hex #fcb31b 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 #fcb31b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefcb31b#fcb31b
RGB Decimal252, 179, 27rgb(252, 179, 27)
RGB Percent99%, 70%, 11%rgb(99%, 70%, 11%)
CSS RGBa252, 179, 27,1rgba(252,179,27,1)
CMYK Modelcmyk(0%,29%,89%,1.18%)
HSL Color Space41,97% ,55%hsl(41,97% ,55%)
HSV Color Space41°, 89%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011001100011011
Octal37426333
Decimal25217927
Hexfcb31b

Different shades of #fcb31b color code.

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

Light Shade of #fcb31b
#fdc44d
Dark Shade of #fcb31b
#e19903
Saturated Shade of #fcb31b
#ffb418
Desaturated Shade of #fcb31b
#f0af27
Grey scale Shade of #fcb31b
#8b8b8b
Brighten Shade
#ffcc34
Most Readable Shade
#000000

Shades of #fcb31b color code

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

#fcb31b
#e09f18
#c48b15
#a87712
#8c630f
#704f0c
#543b09
#382706
#1c1303
#000000

Similar Color like #fcb31b color

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

#fdb41c
#feb51d
#ffb61e
#ffb71f
#ffb820
#ffb921
#ffba22
#ffbb23
#ffbc24
#ffbd25
#ffbe26
#ffbf27
#ffc028
#ffc129
#fbb21a
#fab119
#f9b018
#f8af17
#f7ae16
#f6ad15
#f5ac14
#f4ab13
#f3aa12
#f2a911
#f1a810
#f0a70f
#efa60e
#eea50d

Monochromatic Color with #fcb31b

#fcb31b
#271c04
#523a09
#7c580d
#a77712
#d19516

Tints of #fcb31b Color

#fcb31b
#fcbb34
#fcc34d
#fdcc67
#fdd480
#fddd99
#fee5b3
#feeecc
#fef6e5
#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

#fcb31b
#1b64fc

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

Split Complementary

#fcb31b
#1bd5fc
#421bfc

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

Analogous Color

#fc591b
#fc861b
#fcb31b
#fce01b
#ebfc1b

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

#fcb31b
#1bfcb3
#b31bfc

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

#fcb31b
#1bfc42
#1b64fc
#fc1bd4

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

#fcb31b
#1b64fc
#421bfc
#d5fc1b

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

#fcb31b Color Code Preview on Black Background Color

This is how #fcb31b Color will look on black background color. Color contrast ratio is 11.60

#fcb31b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb31b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb31b

#fcb31b color code is use for CSS Background Color

Background color for the above div is #fcb31b

HTML with inline CSS

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

#fcb31b color code is use for CSS Border Color

CSS Border color for the above div is #fcb31b

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb31b

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb31b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb31b

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb31b

HTML with inline CSS

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

#fcb31b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb31b Color code Preview on White Background

This is how #fcb31b Color code will look on white background color. Color contrast ratio is 1.81

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.