Skip to main content Skip to docs navigation

#f85227 hex color | Download Dark Red BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Exotic Orange and its hex is #F84F1D Nearest Color Name

Color Hue/Base color: Red

Hex #f85227 Color code in RGB color code model is created after adding 97.25% red color, 32.16% green color and 15.29% blue color. Hex #f85227 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 84% yellow and 2.75% black.

Hex #f85227 color code is between #ff5522 web safe hex color code and #ee4433 web safe hex color code. #ff5522 is the nearest web safe color code. You can see here many more shades of #f85227 color code.

RGB Chart

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

Color Table

Hex Color Code f85227 #f85227
RGB Decimal 248, 82, 39 248, 82, 39
RGB Percent 97%, 32%, 15% rgb(97%, 32%, 15%)
CSS RGBa 248, 82, 39,1 rgba(248,82,39,1)
CMYK Model cmyk(0%,67%,84%,2.75%)
HSL Color Space 12,94% ,56% hsl(12,94% ,56%)
HSV Color Space 12°, 84%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 01010010 00100111
Octal 370 122 47
Decimal 248 82 39
Hex f8 52 27

Different shades of #f85227 color code.

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

Darkest of #f85227
#821e04
Darker of #f85227
#b32906
Dark of #f85227
#e53507
Base of #f85227
#f85227
Light of #f85227
#fa7a58
Lighter
#fba18a
Lightest
#fdc9bb

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

#f85227
#27cdf8

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

Split Complementary

#f85227
#27f8ba
#2765f8

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

Analogous Color

#f82776
#f82753
#f85227
#f89827
#f8ef27

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

#f85227
#5227f8
#27f852

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

#f85227
#27f852
#27cdf8
#f827cd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#f85227
#65f827
#27cdf8
#ba27f8

Square 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).

Monochromatic Color with #f85227

#501303
#821e04
#b32906
#e53507
#f85227
#fa7a58
#fba18a
#fdc9bb
#fef0ed

Tints of #f85227 Color

#f85227
#f8653f
#f97857
#fa8b6f
#fb9e87
#fbb29f
#fcc5b7
#fdd8cf
#feebe7
#ffffff

Shades of #f85227 color code

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

#f85227
#dc4822
#c03f1e
#a5361a
#892d15
#6e2411
#521b0d
#371208
#1b0904
#000000

Tones

#f85227
#e25f3d
#cb6c54
#b5796a
#9f8680

Tones

Similar Color like #f85227 color

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

#f95328
#fa5429
#fb552a
#fc562b
#fd572c
#fe582d
#ff592e
#ff5a2f
#ff5b30
#ff5c31
#ff5d32
#ff5e33
#ff5f34
#ff6035
#f75126
#f65025
#f54f24
#f44e23
#f34d22
#f24c21
#f14b20
#f04a1f
#ef491e
#ee481d
#ed471c
#ec461b
#eb451a
#ea4419

Download this Dark Red

Hex #f85227 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.

#f85227 Color Code Preview on Black Background Color

This is how #f85227 Color will look on black background color. Color contrast ratio is 6.23

#f85227 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f85227

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f85227

#f85227 color code is use for CSS Background Color

Background color for the above div is #f85227

HTML with inline CSS

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

#f85227 color code is use for CSS Border Color

CSS Border color for the above div is #f85227

HTML with inline CSS

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

CSS Border Left color for the above div is #f85227

HTML with inline CSS

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

CSS Border Right color for the above div is #f85227

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f85227

HTML with inline CSS

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

CSS Border Top color for the above div is #f85227

HTML with inline CSS

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

#f85227 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f85227 Color code Preview on White Background

This is how #f85227 Color code will look on white background color. Color contrast ratio is 3.37

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(248,82,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(39,205,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,82,39,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }