Skip to main content Skip to docs navigation

#fd655a hex color | Download Dark Orange BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pineapple Salmon and its hex is #FD645F Nearest Color Name

Color Hue/Base color: Orange

Hex #fd655a Color code in RGB color code model is created after adding 99.22% red color, 39.61% green color and 35.29% blue color. Hex #fd655a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 64% yellow and 0.78% black.

Hex #fd655a color code is between #ff6655 web safe hex color code and #ee5566 web safe hex color code. #ff6655 is the nearest web safe color code. You can see here many more shades of #fd655a color code.

RGB Chart

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

Color Table

Hex Color Code fd655a #fd655a
RGB Decimal 253, 101, 90 253, 101, 90
RGB Percent 99%, 40%, 35% rgb(99%, 40%, 35%)
CSS RGBa 253, 101, 90,1 rgba(253,101,90,1)
CMYK Model cmyk(0%,60%,64%,0.78%)
HSL Color Space 4,98% ,67% hsl(4,98% ,67%)
HSV Color Space 4°, 64%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 01100101 01011010
Octal 375 145 132
Decimal 253 101 90
Hex fd 65 5a

Different shades of #fd655a color code.

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

Darkest of #fd655a
#bc0f02
Darker of #fd655a
#ee1303
Dark of #fd655a
#fc3628
Base of #fd655a
#fd655a
Light of #fd655a
#fe948c
Lighter
#fec3bf
Lightest
#fff2f1

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

#fd655a
#5af2fd

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

Split Complementary

#fd655a
#5afdb6
#5aa0fd

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

Analogous Color

#fd5aae
#fd5a93
#fd655a
#fd9b5a
#fddf5a

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

#fd655a
#655afd
#5afd65

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

#fd655a
#5afd65
#5af2fd
#fd5af2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fd655a
#a0fd5a
#5af2fd
#b65afd

Square 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).

Monochromatic Color with #fd655a

#890b02
#bc0f02
#ee1303
#fc3628
#fd655a
#fe948c
#fec3bf
#fff2f1
#ffffff

Tints of #fd655a Color

#fd655a
#fd766c
#fd877e
#fd9891
#fda9a3
#febab5
#fecbc8
#fedcda
#feedec
#ffffff

Shades of #fd655a color code

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

#fd655a
#e05950
#c44e46
#a8433c
#8c3832
#702c28
#54211e
#381614
#1c0b0a
#000000

Tones

#fd655a
#ec736b
#dc827b
#cb908c
#ba9f9d

Tones

Similar Color like #fd655a color

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

#fe665b
#ff675c
#ff685d
#ff695e
#ff6a5f
#ff6b60
#ff6c61
#ff6d62
#ff6e63
#ff6f64
#ff7065
#ff7166
#ff7267
#ff7368
#fc6459
#fb6358
#fa6257
#f96156
#f86055
#f75f54
#f65e53
#f55d52
#f45c51
#f35b50
#f25a4f
#f1594e
#f0584d
#ef574c

Download this Dark Orange

Hex #fd655a 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.

#fd655a Color Code Preview on Black Background Color

This is how #fd655a Color will look on black background color. Color contrast ratio is 7.19

#fd655a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd655a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd655a

#fd655a color code is use for CSS Background Color

Background color for the above div is #fd655a

HTML with inline CSS

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

#fd655a color code is use for CSS Border Color

CSS Border color for the above div is #fd655a

HTML with inline CSS

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

CSS Border Left color for the above div is #fd655a

HTML with inline CSS

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

CSS Border Right color for the above div is #fd655a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd655a

HTML with inline CSS

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

CSS Border Top color for the above div is #fd655a

HTML with inline CSS

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

#fd655a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd655a Color code Preview on White Background

This is how #fd655a Color code will look on white background color. Color contrast ratio is 2.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 #fd655a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fd655a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,101,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,242,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,101,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }