Skip to main content Skip to docs navigation

#f55048 hex color | Download Dark Orange 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 Pumping Spice and its hex is #F7504A Nearest Color Name

Color Hue/Base color: Orange

Hex #f55048 Color code in RGB color code model is created after adding 96.08% red color, 31.37% green color and 28.24% blue color. Hex #f55048 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 71% yellow and 3.92% black.

Hex #f55048 color code is between #ee5544 web safe hex color code and #ff4455 web safe hex color code. #ee5544 is the nearest web safe color code. You can see here many more shades of #f55048 color code.

RGB Chart

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

Color Table

Hex Color Code f55048 #f55048
RGB Decimal 245, 80, 72 245, 80, 72
RGB Percent 96%, 31%, 28% rgb(96%, 31%, 28%)
CSS RGBa 245, 80, 72,1 rgba(245,80,72,1)
CMYK Model cmyk(0%,67%,71%,3.92%)
HSL Color Space 3,90% ,62% hsl(3,90% ,62%)
HSV Color Space 3°, 71%, 96%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110101 01010000 01001000
Octal 365 120 110
Decimal 245 80 72
Hex f5 50 48

Different shades of #f55048 color code.

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

Darkest of #f55048
#9c0f08
Darker of #f55048
#cc140b
Dark of #f55048
#f22218
Base of #f55048
#f55048
Light of #f55048
#f87e78
Lighter
#faaca9
Lightest
#fddbd9

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

#f55048
#48edf5

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

Split Complementary

#f55048
#48f5a6
#4897f5

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

Analogous Color

#f548a5
#f54888
#f55048
#f58a48
#f5d248

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

#f55048
#5048f5
#48f550

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

#f55048
#48f550
#48edf5
#f548ed

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

#f55048
#97f548
#48edf5
#a648f5

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 #f55048

#6b0b06
#9c0f08
#cc140b
#f22218
#f55048
#f87e78
#faaca9
#fddbd9
#ffffff

Tints of #f55048 Color

#f55048
#f6635c
#f77670
#f88a85
#f99d99
#fab1ad
#fbc4c2
#fcd8d6
#fdebea
#ffffff

Shades of #f55048 color code

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

#f55048
#d94740
#be3e38
#a33530
#882c28
#6c2320
#511a18
#361110
#1b0808
#000000

Tones

#f55048
#e2625b
#ce736f
#bb8582
#a89695

Tones

Similar Color like #f55048 color

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

#f65149
#f7524a
#f8534b
#f9544c
#fa554d
#fb564e
#fc574f
#fd5850
#fe5951
#ff5a52
#ff5b53
#ff5c54
#ff5d55
#ff5e56
#f44f47
#f34e46
#f24d45
#f14c44
#f04b43
#ef4a42
#ee4941
#ed4840
#ec473f
#eb463e
#ea453d
#e9443c
#e8433b
#e7423a

Download this Dark Orange

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

#f55048 Color Code Preview on Black Background Color

This is how #f55048 Color will look on black background color. Color contrast ratio is 6.12

#f55048 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f55048

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f55048

#f55048 color code is use for CSS Background Color

Background color for the above div is #f55048

HTML with inline CSS

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

#f55048 color code is use for CSS Border Color

CSS Border color for the above div is #f55048

HTML with inline CSS

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

CSS Border Left color for the above div is #f55048

HTML with inline CSS

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

CSS Border Right color for the above div is #f55048

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f55048

HTML with inline CSS

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

CSS Border Top color for the above div is #f55048

HTML with inline CSS

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

#f55048 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f55048 Color code Preview on White Background

This is how #f55048 Color code will look on white background color. Color contrast ratio is 3.43

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

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(245,80,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,237,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,80,72,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }