crispedge.com

Color picker

Loading...

#fd8f40 hex color - Orange - Warm color - Information

#fd8f40 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fd8f40 Color code in RGB color code model is created after adding 99.22% red color, 56.08% green color and 25.1% blue color. Hex #fd8f40 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 75% yellow and 1% black.

Hex #fd8f40 color code is between #ff8844 web safe hex color code and #ee9933 web safe hex color code. #ff8844 is the nearest web safe color code. You can see here many more shades of #fd8f40 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefd8f40#fd8f40
RGB Decimal253, 143, 64rgb(253, 143, 64)
RGB Percent99%, 56%, 25%rgb(99%, 56%, 25%)
CSS RGBa253, 143, 64,1rgba(253,143,64,1)
CMYK Modelcmyk(0%,43%,75%,1%)
HSL Color Space25,98% ,62%hsl(25,98% ,62%)
HSV Color Space25°, 75%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011000111101000000
Octal375217100
Decimal25314364
Hexfd8f40

Different shades of #fd8f40 color code.

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

Light Shade of #fd8f40
#fead72
Dark Shade of #fd8f40
#fc710e
Saturated Shade of #fd8f40
#ff8f3e
Desaturated Shade of #fd8f40
#f3914a
Grey scale Shade of #fd8f40
#9e9e9e
Brighten Shade
#ffa859
Most Readable Shade
#000000

Shades of #fd8f40 color code

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

#fd8f40
#e07f38
#c46f31
#a85f2a
#8c4f23
#703f1c
#542f15
#381f0e
#1c0f07
#000000

Similar Color like #fd8f40 color

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

#fe9041
#ff9142
#ff9243
#ff9344
#ff9445
#ff9546
#ff9647
#ff9748
#ff9849
#ff994a
#ff9a4b
#ff9b4c
#ff9c4d
#ff9d4e
#fc8e3f
#fb8d3e
#fa8c3d
#f98b3c
#f88a3b
#f7893a
#f68839
#f58738
#f48637
#f38536
#f28435
#f18334
#f08233
#ef8132

Monochromatic Color with #fd8f40

#fd8f40
#28170a
#532f15
#7d4720
#a85f2b
#d27735

Tints of #fd8f40 Color

#fd8f40
#fd9b55
#fda76a
#fdb47f
#fdc094
#fecdaa
#fed9bf
#fee6d4
#fef2e9
#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

#fd8f40
#40aefd

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

Split Complementary

#fd8f40
#40fdee
#404ffd

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

Analogous Color

#fd4340
#fd6940
#fd8f40
#fdb540
#fddb40

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

#fd8f40
#40fd8f
#8f40fd

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

#fd8f40
#4ffd40
#40aefd
#ed40fd

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

#fd8f40
#40aefd
#404ffd
#fded40

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

#fd8f40 Color Code Preview on Black Background Color

This is how #fd8f40 Color will look on black background color. Color contrast ratio is 9.18

#fd8f40 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd8f40

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd8f40

#fd8f40 color code is use for CSS Background Color

Background color for the above div is #fd8f40

HTML with inline CSS

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

#fd8f40 color code is use for CSS Border Color

CSS Border color for the above div is #fd8f40

HTML with inline CSS

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

CSS Border Left color for the above div is #fd8f40

HTML with inline CSS

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

CSS Border Right color for the above div is #fd8f40

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd8f40

HTML with inline CSS

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

CSS Border Top color for the above div is #fd8f40

HTML with inline CSS

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

#fd8f40 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd8f40 Color code Preview on White Background

This is how #fd8f40 Color code will look on white background color. Color contrast ratio is 2.29

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.