Skip to main content Skip to docs navigation

#fcb975 hex color | Download Light 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 Market Melon and its hex is #FBB377 Nearest Color Name

Color Hue/Base color: Orange

Hex #fcb975 Color code in RGB color code model is created after adding 98.82% red color, 72.55% green color and 45.88% blue color. Hex #fcb975 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 54% yellow and 1.18% black.

Hex #fcb975 color code is between #ffbb77 web safe hex color code and #eeaa66 web safe hex color code. #ffbb77 is the nearest web safe color code. You can see here many more shades of #fcb975 color code.

RGB Chart

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

Color Table

Hex Color Code fcb975 #fcb975
RGB Decimal 252, 185, 117 252, 185, 117
RGB Percent 99%, 73%, 46% rgb(99%, 73%, 46%)
CSS RGBa 252, 185, 117,1 rgba(252,185,117,1)
CMYK Model cmyk(0%,27%,54%,1.18%)
HSL Color Space 30,96% ,72% hsl(30,96% ,72%)
HSV Color Space 30°, 54%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 10111001 01110101
Octal 374 271 165
Decimal 252 185 117
Hex fc b9 75

Different shades of #fcb975 color code.

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

Darkest of #fcb975
#d36d05
Darker of #fcb975
#fa8611
Dark of #fcb975
#fba043
Base of #fcb975
#fcb975
Light of #fcb975
#fdd2a7
Lighter
#feecd9
Lightest
#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

#fcb975
#75b8fc

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

Split Complementary

#fcb975
#75fcfc
#7575fc

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

Analogous Color

#fc7580
#fc8175
#fcb975
#fce675
#dafc75

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

#fcb975
#b975fc
#75fcb9

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

#fcb975
#75fcb9
#75b8fc
#fc75b8

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

#fcb975
#75fc75
#75b8fc
#fc75fc

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

#a15304
#d36d05
#fa8611
#fba043
#fcb975
#fdd2a7
#feecd9
#ffffff
#ffffff

Tints of #fcb975 Color

#fcb975
#fcc084
#fcc893
#fdd0a3
#fdd8b2
#fddfc1
#fee7d1
#feefe0
#fef7ef
#ffffff

Shades of #fcb975 color code

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

#fcb975
#e0a468
#c48f5b
#a87b4e
#8c6641
#705234
#543d27
#38291a
#1c140d
#000000

Tones

#fcb975
#eeb983
#e0b991
#d2b99f
#c4b9ad

Tones

Similar Color like #fcb975 color

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

#fdba76
#febb77
#ffbc78
#ffbd79
#ffbe7a
#ffbf7b
#ffc07c
#ffc17d
#ffc27e
#ffc37f
#ffc480
#ffc581
#ffc682
#ffc783
#fbb874
#fab773
#f9b672
#f8b571
#f7b470
#f6b36f
#f5b26e
#f4b16d
#f3b06c
#f2af6b
#f1ae6a
#f0ad69
#efac68
#eeab67

Download this Light Orange

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

#fcb975 Color Code Preview on Black Background Color

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

#fcb975 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb975

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb975

#fcb975 color code is use for CSS Background Color

Background color for the above div is #fcb975

HTML with inline CSS

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

#fcb975 color code is use for CSS Border Color

CSS Border color for the above div is #fcb975

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb975

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb975

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb975

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb975

HTML with inline CSS

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

#fcb975 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb975 Color code Preview on White Background

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

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