crispedge.com

Color picker

Loading...

#f08d71 hex color - Orange - Warm color - Information

#f08d71 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #f08d71 Color code in RGB color code model is created after adding 94.12% red color, 55.29% green color and 44.31% blue color. Hex #f08d71 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 53% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef08d71#f08d71
RGB Decimal240, 141, 113rgb(240, 141, 113)
RGB Percent94%, 55%, 44%rgb(94%, 55%, 44%)
CSS RGBa240, 141, 113,1rgba(240,141,113,1)
CMYK Modelcmyk(0%,41%,53%,6%)
HSL Color Space13,81% ,69%hsl(13,81% ,69%)
HSV Color Space13°, 53%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001000110101110001
Octal360215161
Decimal240141113
Hexf08d71

Different shades of #f08d71 color code.

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

Light Shade of #f08d71
#f5b29f
Dark Shade of #f08d71
#eb6843
Saturated Shade of #f08d71
#f88969
Desaturated Shade of #f08d71
#e89179
Grey scale Shade of #f08d71
#b0b0b0
Brighten Shade
#ffa68a
Most Readable Shade
#000000

Shades of #f08d71 color code

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

#f08d71
#d57d64
#ba6d57
#a05e4b
#854e3e
#6a3e32
#502f25
#351f19
#1a0f0c
#000000

Similar Color like #f08d71 color

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

#f18e72
#f28f73
#f39074
#f49175
#f59276
#f69377
#f79478
#f89579
#f9967a
#fa977b
#fb987c
#fc997d
#fd9a7e
#fe9b7f
#ef8c70
#ee8b6f
#ed8a6e
#ec896d
#eb886c
#ea876b
#e9866a
#e88569
#e78468
#e68367
#e58266
#e48165
#e38064
#e27f63

Monochromatic Color with #f08d71

#f08d71
#1b100d
#462921
#704235
#9b5b49
#c5745d

Tints of #f08d71 Color

#f08d71
#f19980
#f3a690
#f5b3a0
#f6bfb0
#f8ccbf
#fad9cf
#fbe5df
#fdf2ef
#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

#f08d71
#71d4f0

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

Split Complementary

#f08d71
#71f0cc
#7194f0

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

Analogous Color

#f07188
#f07471
#f08d71
#f0a671
#f0c071

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

#f08d71
#71f08d
#8d71f0

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

#f08d71
#94f071
#71d4f0
#cc71f0

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

#f08d71
#71d4f0
#7194f0
#f0cc71

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

#f08d71 Color Code Preview on Black Background Color

This is how #f08d71 Color will look on black background color. Color contrast ratio is 8.75

#f08d71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f08d71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f08d71

#f08d71 color code is use for CSS Background Color

Background color for the above div is #f08d71

HTML with inline CSS

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

#f08d71 color code is use for CSS Border Color

CSS Border color for the above div is #f08d71

HTML with inline CSS

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

CSS Border Left color for the above div is #f08d71

HTML with inline CSS

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

CSS Border Right color for the above div is #f08d71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f08d71

HTML with inline CSS

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

CSS Border Top color for the above div is #f08d71

HTML with inline CSS

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

#f08d71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f08d71 Color code Preview on White Background

This is how #f08d71 Color code will look on white background color. Color contrast ratio is 2.40

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

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(240,141,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,212,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,141,113,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.