crispedge.com

Color picker

Loading...

#fe8711 hex color - Orange - Warm color - Information

#fe8711 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #fe8711 Color code in RGB color code model is created after adding 99.61% red color, 52.94% green color and 6.67% blue color. Hex #fe8711 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 93% yellow and 0% black.

Hex #fe8711 color code is between #ff8800 web safe hex color code and #ee7700 web safe hex color code. #ff8800 is the nearest web safe color code. You can see here many more shades of #fe8711 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe8711#fe8711
RGB Decimal254, 135, 17rgb(254, 135, 17)
RGB Percent100%, 53%, 7%rgb(100%, 53%, 7%)
CSS RGBa254, 135, 17,1rgba(254,135,17,1)
CMYK Modelcmyk(0%,47%,93%,0%)
HSL Color Space30,99% ,53%hsl(30,99% ,53%)
HSV Color Space30°, 93%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101000011100010001
Octal37620721
Decimal25413517
Hexfe8711

Different shades of #fe8711 color code.

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

Light Shade of #fe8711
#fea144
Dark Shade of #fe8711
#db6e01
Saturated Shade of #fe8711
#ff8710
Desaturated Shade of #fe8711
#f2871d
Grey scale Shade of #fe8711
#878787
Brighten Shade
#ffa02a
Most Readable Shade
#000000

Shades of #fe8711 color code

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

#fe8711
#e1780f
#c5690d
#a95a0b
#8d4b09
#703c07
#542d05
#381e03
#1c0f01
#000000

Similar Color like #fe8711 color

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

#ff8812
#ff8913
#ff8a14
#ff8b15
#ff8c16
#ff8d17
#ff8e18
#ff8f19
#ff901a
#ff911b
#ff921c
#ff931d
#ff941e
#ff951f
#fd8610
#fc850f
#fb840e
#fa830d
#f9820c
#f8810b
#f7800a
#f67f09
#f57e08
#f47d07
#f37c06
#f27b05
#f17a04
#f07903

Monochromatic Color with #fe8711

#fe8711
#291603
#542d06
#7e4308
#a95a0b
#d3700e

Tints of #fe8711 Color

#fe8711
#fe942b
#fea145
#feaf60
#febc7a
#fec995
#fed7af
#fee4ca
#fef1e4
#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

#fe8711
#1188fe

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

Split Complementary

#fe8711
#11fefe
#1111fe

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

Analogous Color

#fe2811
#fe5811
#fe8711
#feb611
#fee611

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

#fe8711
#11fe87
#8711fe

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

#fe8711
#11fe11
#1188fe
#fd11fe

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

#fe8711
#1188fe
#1111fe
#fefe11

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

#fe8711 Color Code Preview on Black Background Color

This is how #fe8711 Color will look on black background color. Color contrast ratio is 8.69

#fe8711 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe8711

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe8711

#fe8711 color code is use for CSS Background Color

Background color for the above div is #fe8711

HTML with inline CSS

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

#fe8711 color code is use for CSS Border Color

CSS Border color for the above div is #fe8711

HTML with inline CSS

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

CSS Border Left color for the above div is #fe8711

HTML with inline CSS

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

CSS Border Right color for the above div is #fe8711

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe8711

HTML with inline CSS

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

CSS Border Top color for the above div is #fe8711

HTML with inline CSS

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

#fe8711 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe8711 Color code Preview on White Background

This is how #fe8711 Color code will look on white background color. Color contrast ratio is 2.42

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

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(254,135,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,136,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,135,17,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.