COLOR #FF552C

HEX: #FF552C
RGB: (255,85,44)

Color info

#FF552C contains mainly red color. Web safe color of #FF552C is #FF6633 (or #F63).

RGB color model

#FF552C color RGB value is (255,85,44).

  • red value is 255;
  • green value is 85;
  • blue value is 44.
RGB:
(255,85,44)
(100%,33%,17%)

RGB channels and saturation

R 255 of 255 = 100%
G 85 of 255 = 33%
B 44 of 255 = 17%

255
85
44

R + G + B ~ 50%. #FF552C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
255 + 85 + 44 = 384 (100%)
R 255 of 384 ~ 66.41%
G 85 of 384 ~ 22.14%
B 44 of 384 ~ 11.46%

%66.41
%22.14
%11.46

CMYK color model

#FF552C color CMYK value is (0,67,83,0).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 82.75%
  • key color value is 0.00%
CMYK:
(0,67,83,0)
C0M67Y83K0 
(0%,67%,83%,0%)
(0.00/0.67/0.83/0.00)	

CMYK percentages

%0
%66.67
%82.75
%0

Codes

Color #FF552C in popluar color models

FF552C
RGB2558544
HSL12°100.00%58.63%
HSB/HSV12°82.75%100.00%
CMYK0.00%66.67%82.75%
0.00%

Color #FF552C in popluar number systems.

HEXFF552C
Decimal2558544
Binary111111111010101101100
Octal37712554

Shades and tints

Shades of #FF552C

#FF552C
(255,85,44)
#E84E28
(232,78,40)
#D14724
(209,71,36)
#BA4020
(186,64,32)
#A3391C
(163,57,28)
#8C3218
(140,50,24)
#752B14
(117,43,20)
#5E2410
(94,36,16)
#471D0C
(71,29,12)
#301608
(48,22,8)
#190F04
(25,15,4)
#000000
(0,0,0)

Tints of #FF552C

#FF552C
(255,85,44)
#FF643F
(255,100,63)
#FF7352
(255,115,82)
#FF8265
(255,130,101)
#FF9178
(255,145,120)
#FFA08B
(255,160,139)
#FFAF9E
(255,175,158)
#FFBEB1
(255,190,177)
#FFCDC4
(255,205,196)
#FFDCD7
(255,220,215)
#FFEBEA
(255,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF552C color. Also use rgb(255,85,44) instead hex code.

Text Font Color

.myTextColor { color: #FF552C; }

<p style="color:#FF552C">This sample text font color is #FF552C.</p>

This text font color is #FF552C.


Background Color

.myBgColor { background-color: #FF552C; }

<div style="background-color:#FF552C">Inner text</div>

This div background color is #FF552C.


Border color

.myBorderColor { border: 1px solid #FF552C; }

<div style="border:3px solid #FF552C">Div</div>

This div border color is #FF552C.


Opacity

.myOpacity80 { color: #FF552C; opacity: 0.8; }

<p style="color:#FF552C;opacity:0.8;">80%</p>

Text with #FF552C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF552C;}

<p style="text-shadow: 3px 3px 1px #FF552C">Text here.</p>

This text has shadow with #FF552C color.

.textShadow {text-shadow: 3px 3px 1px #FF552C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF552C, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF552C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF552C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF552C, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF552C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF552C;
  -webkit-box-shadow:	1px 1px 3px 2px #FF552C;
  box-shadow:		1px 1px 3px 2px #FF552C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF552C;
-webkit-box-shadow: 1px 1px 3px 2px #FF552C;
box-shadow:1px 1px 3px 2px #FF552C;">
Div content here</div>
This div box has shadow with color #FF552C.

Preview

Color preview on black background

This text has color #FF552C on black background.


Color preview on white background

This text has color #FF552C on white background.



Black color preview on #FF552C background

This text has black color on #FF552C background.


White color preview on #FF552C background

This text has white color on #FF552C background.