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

#fcbe1c hex color - Orange - Warm color - Information

#fcbe1c hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

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

Hex #fcbe1c color code is between #ffbb22 web safe hex color code and #eecc11 web safe hex color code. #ffbb22 is the nearest web safe color code. You can see here many more shades of #fcbe1c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefcbe1c#fcbe1c
RGB Decimal252, 190, 28rgb(252, 190, 28)
RGB Percent99%, 75%, 11%rgb(99%, 75%, 11%)
CSS RGBa252, 190, 28,1rgba(252,190,28,1)
CMYK Modelcmyk(0%,25%,89%,1.18%)
HSL Color Space43,97% ,55%hsl(43,97% ,55%)
HSV Color Space43°, 89%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011111000011100
Octal37427634
Decimal25219028
Hexfcbe1c

Different shades of #fcbe1c color code.

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

Light Shade of #fcbe1c
#fdcc4e
Dark Shade of #fcbe1c
#e2a403
Saturated Shade of #fcbe1c
#ffbf19
Desaturated Shade of #fcbe1c
#f0b927
Grey scale Shade of #fcbe1c
#8c8c8c
Brighten Shade
#ffd735
Most Readable Shade
#000000

Shades of #fcbe1c color code

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

#fcbe1c
#e0a818
#c49315
#a87e12
#8c690f
#70540c
#543f09
#382a06
#1c1503
#000000

Similar Color like #fcbe1c color

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

#fdbf1d
#fec01e
#ffc11f
#ffc220
#ffc321
#ffc422
#ffc523
#ffc624
#ffc725
#ffc826
#ffc927
#ffca28
#ffcb29
#ffcc2a
#fbbd1b
#fabc1a
#f9bb19
#f8ba18
#f7b917
#f6b816
#f5b715
#f4b614
#f3b513
#f2b412
#f1b311
#f0b210
#efb10f
#eeb00e

Monochromatic Color with #fcbe1c

#fcbe1c
#271e04
#523e09
#7c5e0e
#a77e13
#d19e17

Tints of #fcbe1c Color

#fcbe1c
#fcc535
#fccc4e
#fdd367
#fdda80
#fde29a
#fee9b3
#fef0cc
#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

#fcbe1c
#1c5afc

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

Split Complementary

#fcbe1c
#1ccafc
#4e1cfc

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

Analogous Color

#fc641c
#fc911c
#fcbe1c
#fceb1c
#e0fc1c

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

#fcbe1c
#1cfcbe
#be1cfc

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

#fcbe1c
#1cfc4e
#1c5afc
#fc1cca

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

#fcbe1c
#1c5afc
#4e1cfc
#cafc1c

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

#fcbe1c Color Code Preview on Black Background Color

This is how #fcbe1c Color will look on black background color. Color contrast ratio is 12.52

#fcbe1c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbe1c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbe1c

#fcbe1c color code is use for CSS Background Color

Background color for the above div is #fcbe1c

HTML with inline CSS

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

#fcbe1c color code is use for CSS Border Color

CSS Border color for the above div is #fcbe1c

HTML with inline CSS

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

CSS Border Left color for the above div is #fcbe1c

HTML with inline CSS

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

CSS Border Right color for the above div is #fcbe1c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcbe1c

HTML with inline CSS

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

CSS Border Top color for the above div is #fcbe1c

HTML with inline CSS

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

#fcbe1c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcbe1c Color code Preview on White Background

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

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,190,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(28,90,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,190,28,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.