Color Hex Logo

#ff5521 Color Hex

#FF5521
(255,85,33)
0 Favorites   0 Comments

Color spaces of #ff5521

RGB 2558533
HSL0.041.000.56
HSV14°87°100°
CMYK 0.000.670.87   0.00
XYZ44.763027.86684.4584
Yxy27.86680.58070.3615
Hunter Lab52.789058.980231.9449
CIE-Lab59.768262.425461.7004

#ff5521 color RGB value is (255,85,33).

#ff5521 hex color red value is 255, green value is 85 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ff5521 hue: 0.04 , saturation: 1.00 and the lightness value of ff5521 is 0.56.

The process color (four color CMYK) of #ff5521 color hex is 0.00, 0.67, 0.87, 0.00. Web safe color of #ff5521 is #ff6633. Color #ff5521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 00100001
Octal 377 125 41
Decimal 255 85 33
Hex FF 55 21

RGB Percentages of Color #ff5521

%68.36
%22.79
%8.85

CMYK Percentages of Color #ff5521

%0
%67
%87
%0

Triadic Colors of #ff5521

#ff5521 #21ff55 #5521ff

Analogous Colors of #ff5521

#ff5521 #ffc421 #ff215c

Monochromatic Colors of #ff5521

#ff5521

Complementary Color

#ff5521 #21cbff

#ff5521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5521 Color CSS Codes

.mybgcolor {background-color:#ff5521; } 
.myforecolor {color:#ff5521; }
.mybordercolor {border:3px solid #ff5521; }

#ff5521 Text Font Color

<p style="color:#ff5521">Text here</p>

This sample text font color is #ff5521
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff5521 Background Color

<div style="background-color:#ff5521">
Div content here</div>

This div background color is #ff5521


#ff5521 Border Color

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

This div border color is #ff5521


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,85,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff5521; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff5521;
  -webkit-box-shadow: 1px 1px 3px 2px #ff5521;
  box-shadow:         1px 1px 3px 2px #ff5521; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,85,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff5521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff5521;
  -webkit-box-shadow: 1px 1px 3px 2px #ff5521;
  box-shadow:         1px 1px 3px 2px #ff5521;">
Div content here</div>

This div box has shadow with color #ff5521

Related Colors

#ff5521 Color Palettes


Comments

No comments written yet.

Please login to write comment.