crispedge.com

Color picker

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

#ff8d7e hex color - Orange - Warm color - Information

#ff8d7e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ff8d7e Color code in RGB color code model is created after adding 100% red color, 55.29% green color and 49.41% blue color. Hex #ff8d7e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 51% yellow and 0% black.

Hex #ff8d7e color code is between #ee8877 web safe hex color code and #dd9988 web safe hex color code. #ee8877 is the nearest web safe color code. You can see here many more shades of #ff8d7e color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeff8d7e#ff8d7e
RGB Decimal255, 141, 126rgb(255, 141, 126)
RGB Percent100%, 55%, 49%rgb(100%, 55%, 49%)
CSS RGBa255, 141, 126,1rgba(255,141,126,1)
CMYK Modelcmyk(0%,45%,51%,0%)
HSL Color Space7,100% ,75%hsl(7,100% ,75%)
HSV Color Space7°, 51%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111000110101111110
Octal377215176
Decimal255141126
Hexff8d7e

Different shades of #ff8d7e color code.

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

Light Shade of #ff8d7e
#ffbab1
Dark Shade of #ff8d7e
#ff604b
Saturated Shade of #ff8d7e
#ff8d7e
Desaturated Shade of #ff8d7e
#f99284
Grey scale Shade of #ff8d7e
#bebebe
Brighten Shade
#ffa697
Most Readable Shade
#000000

Shades of #ff8d7e color code

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

#ff8d7e
#e27d70
#c66d62
#aa5e54
#8d4e46
#713e38
#552f2a
#381f1c
#1c0f0e
#000000

Similar Color like #ff8d7e color

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

#ff8e7f
#ff8f80
#ff9081
#ff9182
#ff9283
#ff9384
#ff9485
#ff9586
#ff9687
#ff9788
#ff9889
#ff998a
#ff9a8b
#ff9b8c
#fe8c7d
#fd8b7c
#fc8a7b
#fb897a
#fa8879
#f98778
#f88677
#f78576
#f68475
#f58374
#f48273
#f38172
#f28071
#f17f70

Monochromatic Color with #ff8d7e

#ff8d7e
#2a1715
#552f2a
#80473f
#aa5e54
#d47669

Tints of #ff8d7e Color

#ff8d7e
#ff998c
#ffa69a
#ffb3a9
#ffbfb7
#ffccc5
#ffd9d4
#ffe5e2
#fff2f0
#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

#ff8d7e
#7ef0ff

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

Split Complementary

#ff8d7e
#7effce
#7eafff

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

Analogous Color

#ff7ea3
#ff7e89
#ff8d7e
#ffa77e
#ffc17e

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

#ff8d7e
#7eff8d
#8d7eff

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

#ff8d7e
#afff7e
#7ef0ff
#cd7eff

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

#ff8d7e
#7ef0ff
#7eafff
#ffce7e

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

#ff8d7e Color Code Preview on Black Background Color

This is how #ff8d7e Color will look on black background color. Color contrast ratio is 9.36

#ff8d7e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff8d7e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff8d7e

#ff8d7e color code is use for CSS Background Color

Background color for the above div is #ff8d7e

HTML with inline CSS

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

#ff8d7e color code is use for CSS Border Color

CSS Border color for the above div is #ff8d7e

HTML with inline CSS

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

CSS Border Left color for the above div is #ff8d7e

HTML with inline CSS

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

CSS Border Right color for the above div is #ff8d7e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff8d7e

HTML with inline CSS

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

CSS Border Top color for the above div is #ff8d7e

HTML with inline CSS

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

#ff8d7e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff8d7e Color code Preview on White Background

This is how #ff8d7e Color code will look on white background color. Color contrast ratio is 2.24

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.