crispedge.com

Color picker

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

#ffa07a hex color - Dwarven Peaches - Orange - Warm color - Information

#ffa07a hex color - Dwarven Peaches - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #ffa07a Color Code is also known as Dwarven Peaches color.

Hex #ffa07a Color code in RGB color code model is created after adding 100% red color, 62.75% green color and 47.84% blue color. Hex #ffa07a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 52% yellow and 0% black.

Hex #ffa07a color code is between #ee9977 web safe hex color code and #ddaa88 web safe hex color code. #ee9977 is the nearest web safe color code. You can see here many more shades of #ffa07a color code.

0 Likes 0 Comments | 80 Views

Color Table

Hex Color Codeffa07a#ffa07a
RGB Decimal255, 160, 122rgb(255, 160, 122)
RGB Percent100%, 63%, 48%rgb(100%, 63%, 48%)
CSS RGBa255, 160, 122,1rgba(255,160,122,1)
CMYK Modelcmyk(0%,37%,52%,0%)
HSL Color Space17,100% ,74%hsl(17,100% ,74%)
HSV Color Space17°, 52%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010000001111010
Octal377240172
Decimal255160122
Hexffa07a

Different shades of #ffa07a color code.

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

Light Shade of #ffa07a
#ffc4ad
Dark Shade of #ffa07a
#ff7c47
Saturated Shade of #ffa07a
#ffa07a
Desaturated Shade of #ffa07a
#f8a381
Grey scale Shade of #ffa07a
#bcbcbc
Brighten Shade
#ffb993
Most Readable Shade
#000000

Shades of #ffa07a color code

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

#ffa07a
#e28e6c
#c67c5e
#aa6a51
#8d5843
#714736
#553528
#38231b
#1c110d
#000000

Similar Color like #ffa07a color

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

#ffa17b
#ffa27c
#ffa37d
#ffa47e
#ffa57f
#ffa680
#ffa781
#ffa882
#ffa983
#ffaa84
#ffab85
#ffac86
#ffad87
#ffae88
#fe9f79
#fd9e78
#fc9d77
#fb9c76
#fa9b75
#f99a74
#f89973
#f79872
#f69771
#f59670
#f4956f
#f3946e
#f2936d
#f1926c

Monochromatic Color with #ffa07a

#ffa07a
#2a1b14
#553529
#80503d
#aa6b51
#d48566

Tints of #ffa07a Color

#ffa07a
#ffaa88
#ffb597
#ffbfa6
#ffcab5
#ffd4c3
#ffdfd2
#ffe9e1
#fff4f0
#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

#ffa07a
#7ad9ff

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

Split Complementary

#ffa07a
#7affe3
#7a97ff

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

Analogous Color

#ff7a89
#ff857a
#ffa07a
#ffbb7a
#ffd57a

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

#ffa07a
#7affa0
#a07aff

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

#ffa07a
#96ff7a
#7ad9ff
#e27aff

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

#ffa07a
#7ad9ff
#7a97ff
#ffe27a

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

#ffa07a Color Code Preview on Black Background Color

This is how #ffa07a Color will look on black background color. Color contrast ratio is 10.56

#ffa07a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa07a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa07a

#ffa07a color code is use for CSS Background Color

Background color for the above div is #ffa07a

HTML with inline CSS

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

#ffa07a color code is use for CSS Border Color

CSS Border color for the above div is #ffa07a

HTML with inline CSS

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

CSS Border Left color for the above div is #ffa07a

HTML with inline CSS

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

CSS Border Right color for the above div is #ffa07a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffa07a

HTML with inline CSS

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

CSS Border Top color for the above div is #ffa07a

HTML with inline CSS

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

#ffa07a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffa07a Color code Preview on White Background

This is how #ffa07a Color code will look on white background color. Color contrast ratio is 1.99

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

Related Gradients

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

0 Likes 0 Comments | 80 Views

Post your comment:-

By submitting comment you agree to our privacy policy.