crispedge.com

Color picker

Loading...

#ff811e hex color - Orange - Warm color - Information

#ff811e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ff811e Color code in RGB color code model is created after adding 100% red color, 50.59% green color and 11.76% blue color. Hex #ff811e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 88% yellow and 0% black.

Hex #ff811e color code is between #ee8822 web safe hex color code and #dd7711 web safe hex color code. #ee8822 is the nearest web safe color code. You can see here many more shades of #ff811e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff811e#ff811e
RGB Decimal255, 129, 30rgb(255, 129, 30)
RGB Percent100%, 51%, 12%rgb(100%, 51%, 12%)
CSS RGBa255, 129, 30,1rgba(255,129,30,1)
CMYK Modelcmyk(0%,49%,88%,0%)
HSL Color Space26,100% ,56%hsl(26,100% ,56%)
HSV Color Space26°, 88%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111000000100011110
Octal37720136
Decimal25512930
Hexff811e

Different shades of #ff811e color code.

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

Light Shade of #ff811e
#ff9e51
Dark Shade of #ff811e
#ea6700
Saturated Shade of #ff811e
#ff811e
Desaturated Shade of #ff811e
#f48229
Grey scale Shade of #ff811e
#8e8e8e
Brighten Shade
#ff9a37
Most Readable Shade
#000000

Shades of #ff811e color code

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

#ff811e
#e2721a
#c66417
#aa5614
#8d4710
#71390d
#552b0a
#381c06
#1c0e03
#000000

Similar Color like #ff811e color

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

#ff821f
#ff8320
#ff8421
#ff8522
#ff8623
#ff8724
#ff8825
#ff8926
#ff8a27
#ff8b28
#ff8c29
#ff8d2a
#ff8e2b
#ff8f2c
#fe801d
#fd7f1c
#fc7e1b
#fb7d1a
#fa7c19
#f97b18
#f87a17
#f77916
#f67815
#f57714
#f47613
#f37512
#f27411
#f17310

Monochromatic Color with #ff811e

#ff811e
#2a1505
#552b0a
#80410f
#aa5614
#d46c19

Tints of #ff811e Color

#ff811e
#ff8f37
#ff9d50
#ffab69
#ffb982
#ffc79b
#ffd5b4
#ffe3cd
#fff1e6
#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

#ff811e
#1e9cff

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

Split Complementary

#ff811e
#1efff2
#1e2bff

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

Analogous Color

#ff271e
#ff541e
#ff811e
#ffae1e
#ffdb1e

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

#ff811e
#1eff81
#811eff

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

#ff811e
#2bff1e
#1e9cff
#f11eff

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

#ff811e
#1e9cff
#1e2bff
#fff11e

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

#ff811e Color Code Preview on Black Background Color

This is how #ff811e Color will look on black background color. Color contrast ratio is 8.41

#ff811e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff811e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff811e

#ff811e color code is use for CSS Background Color

Background color for the above div is #ff811e

HTML with inline CSS

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

#ff811e color code is use for CSS Border Color

CSS Border color for the above div is #ff811e

HTML with inline CSS

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

CSS Border Left color for the above div is #ff811e

HTML with inline CSS

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

CSS Border Right color for the above div is #ff811e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff811e

HTML with inline CSS

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

CSS Border Top color for the above div is #ff811e

HTML with inline CSS

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

#ff811e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff811e Color code Preview on White Background

This is how #ff811e Color code will look on white background color. Color contrast ratio is 2.50

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

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(255,129,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,156,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,129,30,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.