Color Hex Logo

#ff5411 Color Hex

#FF5411
(255,84,17)
0 Favorites   0 Comments

Color spaces of #ff5411

RGB 2558417
HSL0.051.000.53
HSV17°93°100°
CMYK 0.000.670.93   0.00
XYZ44.511527.64113.5196
Yxy27.64110.58820.3653
Hunter Lab52.574859.117932.8332
CIE-Lab59.563162.579666.5712

#ff5411 color RGB value is (255,84,17).

#ff5411 hex color red value is 255, green value is 84 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ff5411 hue: 0.05 , saturation: 1.00 and the lightness value of ff5411 is 0.53.

The process color (four color CMYK) of #ff5411 color hex is 0.00, 0.67, 0.93, 0.00. Web safe color of #ff5411 is #ff6600. Color #ff5411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010100 00010001
Octal 377 124 21
Decimal 255 84 17
Hex FF 54 11

RGB Percentages of Color #ff5411

%71.63
%23.60
%4.78

CMYK Percentages of Color #ff5411

%0
%67
%93
%0

Triadic Colors of #ff5411

#ff5411 #11ff54 #5411ff

Analogous Colors of #ff5411

#ff5411 #ffcb11 #ff1145

Monochromatic Colors of #ff5411

#ff5411

Complementary Color

#ff5411 #11bcff

#ff5411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5411 Color CSS Codes

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

#ff5411 Text Font Color

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

This sample text font color is #ff5411
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.


#ff5411 Background Color

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

This div background color is #ff5411


#ff5411 Border Color

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

This div border color is #ff5411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5411


Comments

No comments written yet.

Please login to write comment.