Skip to main content Skip to docs navigation

#fcbc12 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 Yellow and its hex is #FDB915 Nearest Color Name

Color Hue/Base color: Orange

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

Hex #fcbc12 color code is between #ffbb11 web safe hex color code and #eecc22 web safe hex color code. #ffbb11 is the nearest web safe color code. You can see here many more shades of #fcbc12 color code.

RGB Chart

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

Color Table

Hex Color Code fcbc12 #fcbc12
RGB Decimal 252, 188, 18 252, 188, 18
RGB Percent 99%, 74%, 7% rgb(99%, 74%, 7%)
CSS RGBa 252, 188, 18,1 rgba(252,188,18,1)
CMYK Model cmyk(0%,25%,93%,1.18%)
HSL Color Space 44,98% ,53% hsl(44,98% ,53%)
HSV Color Space 44°, 93%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 10111100 00010010
Octal 374 274 22
Decimal 252 188 18
Hex fc bc 12

Different shades of #fcbc12 color code.

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

Darkest of #fcbc12
#745401
Darker of #fcbc12
#a67902
Dark of #fcbc12
#d89e03
Base of #fcbc12
#fcbc12
Light of #fcbc12
#fdca44
Lighter
#fdd877
Lightest
#fee7a9

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

#fcbc12
#1252fc

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

Split Complementary

#fcbc12
#12c7fc
#4712fc

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

Analogous Color

#fc3312
#fc5a12
#fcbc12
#eefc12
#8cfc12

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

#fcbc12
#bc12fc
#12fcbc

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

#fcbc12
#12fcbc
#1252fc
#fc1252

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

#fcbc12
#12fc47
#1252fc
#fc12c7

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

#413001
#745401
#a67902
#d89e03
#fcbc12
#fdca44
#fdd877
#fee7a9
#fff5db

Tints of #fcbc12 Color

#fcbc12
#fcc32c
#fcca46
#fdd261
#fdd97b
#fde195
#fee8b0
#fef0ca
#fef7e4
#ffffff

Shades of #fcbc12 color code

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

#fcbc12
#e0a710
#c4920e
#a87d0c
#8c680a
#705308
#543e06
#382904
#1c1402
#000000

Tones

#fcbc12
#e4b12a
#cca642
#b49b5a
#9c9172

Tones

Similar Color like #fcbc12 color

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

#fdbd13
#febe14
#ffbf15
#ffc016
#ffc117
#ffc218
#ffc319
#ffc41a
#ffc51b
#ffc61c
#ffc71d
#ffc81e
#ffc91f
#ffca20
#fbbb11
#faba10
#f9b90f
#f8b80e
#f7b70d
#f6b60c
#f5b50b
#f4b40a
#f3b309
#f2b208
#f1b107
#f0b006
#efaf05
#eeae04

Download this Dark Orange

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

#fcbc12 Color Code Preview on Black Background Color

This is how #fcbc12 Color will look on black background color. Color contrast ratio is 12.34

#fcbc12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbc12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbc12

#fcbc12 color code is use for CSS Background Color

Background color for the above div is #fcbc12

HTML with inline CSS

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

#fcbc12 color code is use for CSS Border Color

CSS Border color for the above div is #fcbc12

HTML with inline CSS

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

CSS Border Left color for the above div is #fcbc12

HTML with inline CSS

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

CSS Border Right color for the above div is #fcbc12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcbc12

HTML with inline CSS

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

CSS Border Top color for the above div is #fcbc12

HTML with inline CSS

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

#fcbc12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcbc12 Color code Preview on White Background

This is how #fcbc12 Color code will look on white background color. Color contrast ratio is 1.70

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

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