Skip to main content Skip to docs navigation

#FF8552 hex color | Poached Rainbow Trout | 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

Color Hue/Base color: Orange

Hex #FF8552 Color Code is also known as | Poached Rainbow Trout color.

Hex #FF8552 Color code in RGB color code model is created after adding 100% red color, 52.16% green color and 32.16% blue color. Hex #FF8552 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 68% yellow and 0% black.

Hex #FF8552 color code is between #ee8855 web safe hex color code and #dd7744 web safe hex color code. #ee8855 is the nearest web safe color code. You can see here many more shades of #FF8552 color code.

RGB Chart

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

Color Table

Hex Color Code FF8552 #FF8552
RGB Decimal 255, 133, 82 255, 133, 82
RGB Percent 100%, 52%, 32% rgb(100%, 52%, 32%)
CSS RGBa 255, 133, 82,1 rgba(255,133,82,1)
CMYK Model cmyk(0%,48%,68%,0%)
HSL Color Space 18,100% ,66% hsl(18,100% ,66%)
HSV Color Space 18°, 68%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 10000101 01010010
Octal 377 205 122
Decimal 255 133 82
Hex FF 85 52

Different shades of #FF8552 color code.

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

Darkest of #FF8552
#b83600
Darker of #FF8552
#eb4500
Dark of #FF8552
#ff611f
Base of #FF8552
#ff8552
Light of #FF8552
#ffa985
Lighter
#ffcdb8
Lightest
#fff1eb

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

#ff8552
#52ccff

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

Split Complementary

#FF8552
#52ffdc
#5276ff

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

Analogous Color

#ff5284
#ff5267
#ff8552
#ffbf52
#f7ff52

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

#FF8552
#8552ff
#52ff85

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

#FF8552
#52ff85
#52ccff
#ff52cc

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

#FF8552
#76ff52
#52ccff
#dc52ff

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

#852700
#b83600
#eb4500
#ff611f
#ff8552
#ffa985
#ffcdb8
#fff1eb
#ffffff

Tints of #FF8552 Color

#ff8552
#ff9265
#ffa078
#ffad8b
#ffbb9e
#ffc8b2
#ffd6c5
#ffe3d8
#fff1eb
#ffffff

Shades of #FF8552 color code

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

#ff8552
#e27648
#c6673f
#aa5836
#8d492d
#713b24
#552c1b
#381d12
#1c0e09
#000000

Tones

#ff8552
#ee8c63
#dc9375
#cb9a86
#baa197

Tones

Similar Color like #FF8552 color

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

#ff8653
#ff8754
#ff8855
#ff8956
#ff8a57
#ff8b58
#ff8c59
#ff8d5a
#ff8e5b
#ff8f5c
#ff905d
#ff915e
#ff925f
#ff9360
#fe8451
#fd8350
#fc824f
#fb814e
#fa804d
#f97f4c
#f87e4b
#f77d4a
#f67c49
#f57b48
#f47a47
#f37946
#f27845
#f17744

Download this Dark Orange

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

#FF8552 Color Code Preview on Black Background Color

This is how #FF8552 Color will look on black background color. Color contrast ratio is 8.73

#FF8552 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #FF8552

HTML with inline CSS

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

Your Example Paragraph content text in with font color #FF8552

#FF8552 color code is use for CSS Background Color

Background color for the above div is #FF8552

HTML with inline CSS

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

#FF8552 color code is use for CSS Border Color

CSS Border color for the above div is #FF8552

HTML with inline CSS

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

CSS Border Left color for the above div is #FF8552

HTML with inline CSS

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

CSS Border Right color for the above div is #FF8552

HTML with inline CSS

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

CSS Border Bottom color for the above div is #FF8552

HTML with inline CSS

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

CSS Border Top color for the above div is #FF8552

HTML with inline CSS

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

#FF8552 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#FF8552 Color code Preview on White Background

This is how #FF8552 Color code will look on white background color. Color contrast ratio is 2.41

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

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(255,133,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,204,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,133,82,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }