crispedge.com

Color picker

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

#ffa395 hex color - Red - Warm color - Information

#ffa395 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ffa395 Color code in RGB color code model is created after adding 100% red color, 63.92% green color and 58.43% blue color. Hex #ffa395 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 42% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeffa395#ffa395
RGB Decimal255, 163, 149rgb(255, 163, 149)
RGB Percent100%, 64%, 58%rgb(100%, 64%, 58%)
CSS RGBa255, 163, 149,1rgba(255,163,149,1)
CMYK Modelcmyk(0%,36%,42%,0%)
HSL Color Space8,100% ,79%hsl(8,100% ,79%)
HSV Color Space8°, 42%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111010001110010101
Octal377243225
Decimal255163149
Hexffa395

Different shades of #ffa395 color code.

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

Light Shade of #ffa395
#ffcfc8
Dark Shade of #ffa395
#ff7762
Saturated Shade of #ffa395
#ffa395
Desaturated Shade of #ffa395
#faa79a
Grey scale Shade of #ffa395
#cacaca
Brighten Shade
#ffbcae
Most Readable Shade
#000000

Shades of #ffa395 color code

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

#ffa395
#e29084
#c67e73
#aa6c63
#8d5a52
#714842
#553631
#382421
#1c1210
#000000

Similar Color like #ffa395 color

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

#ffa496
#ffa597
#ffa698
#ffa799
#ffa89a
#ffa99b
#ffaa9c
#ffab9d
#ffac9e
#ffad9f
#ffaea0
#ffafa1
#ffb0a2
#ffb1a3
#fea294
#fda193
#fca092
#fb9f91
#fa9e90
#f99d8f
#f89c8e
#f79b8d
#f69a8c
#f5998b
#f4988a
#f39789
#f29688
#f19587

Monochromatic Color with #ffa395

#ffa395
#2a1b19
#553632
#80524b
#aa6d63
#d4887c

Tints of #ffa395 Color

#ffa395
#ffada0
#ffb7ac
#ffc1b8
#ffcbc4
#ffd6cf
#ffe0db
#ffeae7
#fff4f3
#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

#ffa395
#95f1ff

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

Split Complementary

#ffa395
#95ffd8
#95bcff

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

Analogous Color

#ff95b1
#ff959c
#ffa395
#ffb895
#ffcd95

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

#ffa395
#95ffa3
#a395ff

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

#ffa395
#bcff95
#95f1ff
#d895ff

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

#ffa395
#95f1ff
#95bcff
#ffd895

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

#ffa395 Color Code Preview on Black Background Color

This is how #ffa395 Color will look on black background color. Color contrast ratio is 10.92

#ffa395 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa395

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffa395

#ffa395 color code is use for CSS Background Color

Background color for the above div is #ffa395

HTML with inline CSS

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

#ffa395 color code is use for CSS Border Color

CSS Border color for the above div is #ffa395

HTML with inline CSS

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

CSS Border Left color for the above div is #ffa395

HTML with inline CSS

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

CSS Border Right color for the above div is #ffa395

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffa395

HTML with inline CSS

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

CSS Border Top color for the above div is #ffa395

HTML with inline CSS

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

#ffa395 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffa395 Color code Preview on White Background

This is how #ffa395 Color code will look on white background color. Color contrast ratio is 1.92

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.