crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fedcb9 hex color - Orange - Warm color - Information

#fedcb9 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fedcb9 Color code in RGB color code model is created after adding 99.61% red color, 86.27% green color and 72.55% blue color. Hex #fedcb9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 27% yellow and 0% black.

Hex #fedcb9 color code is between #ffddbb web safe hex color code and #eeccaa web safe hex color code. #ffddbb is the nearest web safe color code. You can see here many more shades of #fedcb9 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codefedcb9#fedcb9
RGB Decimal254, 220, 185rgb(254, 220, 185)
RGB Percent100%, 86%, 73%rgb(100%, 86%, 73%)
CSS RGBa254, 220, 185,1rgba(254,220,185,1)
CMYK Modelcmyk(0%,13%,27%,0%)
HSL Color Space30,97% ,86%hsl(30,97% ,86%)
HSV Color Space30°, 27%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101110010111001
Octal376334271
Decimal254220185
Hexfedcb9

Different shades of #fedcb9 color code.

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

Light Shade of #fedcb9
#fff5eb
Dark Shade of #fedcb9
#fdc387
Saturated Shade of #fedcb9
#ffdcb8
Desaturated Shade of #fedcb9
#fadcbd
Grey scale Shade of #fedcb9
#dbdbdb
Brighten Shade
#fff5d2
Most Readable Shade
#000000

Shades of #fedcb9 color code

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

#fedcb9
#e1c3a4
#c5ab8f
#a9927b
#8d7a66
#706152
#54493d
#383029
#1c1814
#000000

Similar Color like #fedcb9 color

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

#ffddba
#ffdebb
#ffdfbc
#ffe0bd
#ffe1be
#ffe2bf
#ffe3c0
#ffe4c1
#ffe5c2
#ffe6c3
#ffe7c4
#ffe8c5
#ffe9c6
#ffeac7
#fddbb8
#fcdab7
#fbd9b6
#fad8b5
#f9d7b4
#f8d6b3
#f7d5b2
#f6d4b1
#f5d3b0
#f4d2af
#f3d1ae
#f2d0ad
#f1cfac
#f0ceab

Monochromatic Color with #fedcb9

#fedcb9
#29241e
#54493d
#7e6e5c
#a9927b
#d3b79a

Tints of #fedcb9 Color

#fedcb9
#fedfc0
#fee3c8
#fee7d0
#feebd8
#feefdf
#fef3e7
#fef7ef
#fefbf7
#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

#fedcb9
#b9dbfe

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

Split Complementary

#fedcb9
#b9fefe
#bab9fe

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

Analogous Color

#fec0b9
#feceb9
#fedcb9
#feeab9
#fef8b9

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

#fedcb9
#b9fedc
#dcb9fe

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

#fedcb9
#b9feb9
#b9dbfe
#feb9fd

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

#fedcb9
#b9dbfe
#bab9fe
#fefeb9

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

#fedcb9 Color Code Preview on Black Background Color

This is how #fedcb9 Color will look on black background color. Color contrast ratio is 16.15

#fedcb9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedcb9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fedcb9

#fedcb9 color code is use for CSS Background Color

Background color for the above div is #fedcb9

HTML with inline CSS

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

#fedcb9 color code is use for CSS Border Color

CSS Border color for the above div is #fedcb9

HTML with inline CSS

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

CSS Border Left color for the above div is #fedcb9

HTML with inline CSS

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

CSS Border Right color for the above div is #fedcb9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fedcb9

HTML with inline CSS

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

CSS Border Top color for the above div is #fedcb9

HTML with inline CSS

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

#fedcb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fedcb9 Color code Preview on White Background

This is how #fedcb9 Color code will look on white background color. Color contrast ratio is 1.30

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.