crispedge.com

Color picker

Loading...

#fd6d6e hex color - Orange - Warm color - Information

#fd6d6e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fd6d6e Color code in RGB color code model is created after adding 99.22% red color, 42.75% green color and 43.14% blue color. Hex #fd6d6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 57% yellow and 1% black.

Hex #fd6d6e color code is between #ff6666 web safe hex color code and #ee7777 web safe hex color code. #ff6666 is the nearest web safe color code. You can see here many more shades of #fd6d6e color code.

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Codefd6d6e#fd6d6e
RGB Decimal253, 109, 110rgb(253, 109, 110)
RGB Percent99%, 43%, 43%rgb(99%, 43%, 43%)
CSS RGBa253, 109, 110,1rgba(253,109,110,1)
CMYK Modelcmyk(0%,57%,57%,1%)
HSL Color Space360,97% ,71%hsl(360,97% ,71%)
HSV Color Space0°, 57%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111010110110101101110
Octal375155156
Decimal253109110
Hexfd6d6e

Different shades of #fd6d6e color code.

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

Light Shade of #fd6d6e
#fe9fa0
Dark Shade of #fd6d6e
#fc3b3c
Saturated Shade of #fd6d6e
#ff6b6c
Desaturated Shade of #fd6d6e
#f67475
Grey scale Shade of #fd6d6e
#b5b5b5
Brighten Shade
#ff8687
Most Readable Shade
#000000

Shades of #fd6d6e color code

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

#fd6d6e
#e06061
#c45455
#a84849
#8c3c3d
#703030
#542424
#381818
#1c0c0c
#000000

Similar Color like #fd6d6e color

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

#fe6e6f
#ff6f70
#ff7071
#ff7172
#ff7273
#ff7374
#ff7475
#ff7576
#ff7677
#ff7778
#ff7879
#ff797a
#ff7a7b
#ff7b7c
#fc6c6d
#fb6b6c
#fa6a6b
#f9696a
#f86869
#f76768
#f66667
#f56566
#f46465
#f36364
#f26263
#f16162
#f06061
#ef5f60

Monochromatic Color with #fd6d6e

#fd6d6e
#281112
#532424
#7d3637
#a84849
#d25b5c

Tints of #fd6d6e Color

#fd6d6e
#fd7d7e
#fd8d8e
#fd9d9e
#fdadae
#febebe
#fecece
#fedede
#feeeee
#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

#fd6d6e
#6dfdfc

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

Split Complementary

#fd6d6e
#6dfdb4
#6db6fd

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

Analogous Color

#fd6da8
#fd6d8b
#fd6d6e
#fd896d
#fda66d

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

#fd6d6e
#6efd6d
#6d6efd

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

#fd6d6e
#b6fd6d
#6dfdfc
#b46dfd

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

#fd6d6e
#6dfdfc
#6db6fd
#fdb46d

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

#fd6d6e Color Code Preview on Black Background Color

This is how #fd6d6e Color will look on black background color. Color contrast ratio is 7.59

#fd6d6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd6d6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd6d6e

#fd6d6e color code is use for CSS Background Color

Background color for the above div is #fd6d6e

HTML with inline CSS

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

#fd6d6e color code is use for CSS Border Color

CSS Border color for the above div is #fd6d6e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd6d6e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd6d6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd6d6e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd6d6e

HTML with inline CSS

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

#fd6d6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd6d6e Color code Preview on White Background

This is how #fd6d6e Color code will look on white background color. Color contrast ratio is 2.77

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

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,109,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,253,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,109,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.