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

#fdcc8c hex color - Orange - Warm color - Information

#fdcc8c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fdcc8c Color code in RGB color code model is created after adding 99.22% red color, 80% green color and 54.9% blue color. Hex #fdcc8c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 45% yellow and 0.78% black.

Hex #fdcc8c color code is between #ffbb88 web safe hex color code and #eedd99 web safe hex color code. #ffbb88 is the nearest web safe color code. You can see here many more shades of #fdcc8c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code fdcc8c #fdcc8c
RGB Decimal 253, 204, 140 rgb(253, 204, 140)
RGB Percent 99%, 80%, 55% rgb(99%, 80%, 55%)
CSS RGBa 253, 204, 140,1 rgba(253,204,140,1)
CMYK Model cmyk(0%,19%,45%,0.78%)
HSL Color Space 34,97% ,77% hsl(34,97% ,77%)
HSV Color Space 34°, 45%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11001100 10001100
Octal 375 314 214
Decimal 253 204 140
Hex fd cc 8c

Different shades of #fdcc8c color code.

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

Light Shade of #fdcc8c
#fee2be
Dark Shade of #fdcc8c
#fcb65a
Saturated Shade of #fdcc8c
#ffcc8a
Desaturated Shade of #fdcc8c
#f7cb92
Grey scale Shade of #fdcc8c
#c4c4c4
Brighten Shade
#ffe5a5
Most Readable Shade
#000000

Shades of #fdcc8c color code

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

#fdcc8c
#e0b57c
#c49e6c
#a8885d
#8c714d
#705a3e
#54442e
#382d1f
#1c160f
#000000

Similar Color like #fdcc8c color

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

#fecd8d
#ffce8e
#ffcf8f
#ffd090
#ffd191
#ffd292
#ffd393
#ffd494
#ffd595
#ffd696
#ffd797
#ffd898
#ffd999
#ffda9a
#fccb8b
#fbca8a
#fac989
#f9c888
#f8c787
#f7c686
#f6c585
#f5c484
#f4c383
#f3c282
#f2c181
#f1c080
#f0bf7f
#efbe7e

Monochromatic Color with #fdcc8c

#fdcc8c
#282116
#53432e
#7d6545
#a8875d
#d2aa74

Tints of #fdcc8c Color

#fdcc8c
#fdd198
#fdd7a5
#fdddb2
#fde2bf
#fee8cb
#feeed8
#fef3e5
#fef9f2
#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

#fdcc8c
#8cbdfd

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

Split Complementary

#fdcc8c
#8cf6fd
#938cfd

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

Analogous Color

#fd9f8c
#fdb58c
#fdcc8c
#fde38c
#fdf98c

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

#fdcc8c
#8cfdcc
#cc8cfd

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

#fdcc8c
#8cfd93
#8cbdfd
#fd8cf5

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

#fdcc8c
#8cbdfd
#938cfd
#f6fd8c

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

#fdcc8c Color Code Preview on Black Background Color

This is how #fdcc8c Color will look on black background color. Color contrast ratio is 14.19

#fdcc8c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcc8c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcc8c

#fdcc8c color code is use for CSS Background Color

Background color for the above div is #fdcc8c

HTML with inline CSS

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

#fdcc8c color code is use for CSS Border Color

CSS Border color for the above div is #fdcc8c

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcc8c

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcc8c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcc8c

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcc8c

HTML with inline CSS

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

#fdcc8c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcc8c Color code Preview on White Background

This is how #fdcc8c Color code will look on white background color. Color contrast ratio is 1.48

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

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(253,204,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,189,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,204,140,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.