@
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.

#fd955e hex color - Orange - Warm color - Information

#fd955e hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #fd955e Color code in RGB color code model is created after adding 99.22% red color, 58.43% green color and 36.86% blue color. Hex #fd955e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 63% yellow and 0.78% black.

Hex #fd955e color code is between #ff9966 web safe hex color code and #ee8855 web safe hex color code. #ff9966 is the nearest web safe color code. You can see here many more shades of #fd955e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefd955e#fd955e
RGB Decimal253, 149, 94rgb(253, 149, 94)
RGB Percent99%, 58%, 37%rgb(99%, 58%, 37%)
CSS RGBa253, 149, 94,1rgba(253,149,94,1)
CMYK Modelcmyk(0%,41%,63%,0.78%)
HSL Color Space21,98% ,68%hsl(21,98% ,68%)
HSV Color Space21°, 63%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011001010101011110
Octal375225136
Decimal25314994
Hexfd955e

Different shades of #fd955e color code.

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

Light Shade of #fd955e
#feb690
Dark Shade of #fd955e
#fc742c
Saturated Shade of #fd955e
#ff945c
Desaturated Shade of #fd955e
#f59766
Grey scale Shade of #fd955e
#adadad
Brighten Shade
#ffae77
Most Readable Shade
#000000

Shades of #fd955e color code

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

#fd955e
#e08453
#c47349
#a8633e
#8c5234
#704229
#54311f
#382114
#1c100a
#000000

Similar Color like #fd955e color

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

#fe965f
#ff9760
#ff9861
#ff9962
#ff9a63
#ff9b64
#ff9c65
#ff9d66
#ff9e67
#ff9f68
#ffa069
#ffa16a
#ffa26b
#ffa36c
#fc945d
#fb935c
#fa925b
#f9915a
#f89059
#f78f58
#f68e57
#f58d56
#f48c55
#f38b54
#f28a53
#f18952
#f08851
#ef8750

Monochromatic Color with #fd955e

#fd955e
#28180f
#53311f
#7d4a2f
#a8633e
#d27c4e

Tints of #fd955e Color

#fd955e
#fda06f
#fdac81
#fdb893
#fdc4a5
#fecfb7
#fedbc9
#fee7db
#fef3ed
#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

#fd955e
#5ec6fd

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

Split Complementary

#fd955e
#5efde5
#5e77fd

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

Analogous Color

#fd5e67
#fd755e
#fd955e
#fdb55e
#fdd55e

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

#fd955e
#5efd95
#955efd

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

#fd955e
#76fd5e
#5ec6fd
#e45efd

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

#fd955e
#5ec6fd
#5e77fd
#fde55e

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

#fd955e Color Code Preview on Black Background Color

This is how #fd955e Color will look on black background color. Color contrast ratio is 9.64

#fd955e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd955e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd955e

#fd955e color code is use for CSS Background Color

Background color for the above div is #fd955e

HTML with inline CSS

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

#fd955e color code is use for CSS Border Color

CSS Border color for the above div is #fd955e

HTML with inline CSS

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

CSS Border Left color for the above div is #fd955e

HTML with inline CSS

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

CSS Border Right color for the above div is #fd955e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd955e

HTML with inline CSS

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

CSS Border Top color for the above div is #fd955e

HTML with inline CSS

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

#fd955e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd955e Color code Preview on White Background

This is how #fd955e Color code will look on white background color. Color contrast ratio is 2.18

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.