Color Hex Logo

#ff5416 Color Hex

#FF5416
(255,84,22)
0 Favorites   0 Comments

Color spaces of #ff5416

RGB 2558422
HSL0.041.000.54
HSV16°91°100°
CMYK 0.000.670.91   0.00
XYZ44.555127.65863.7494
Yxy27.65860.58650.3641
Hunter Lab52.591459.188932.5871
CIE-Lab59.579062.637665.2412

#ff5416 color RGB value is (255,84,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010100 00010110
Octal 377 124 26
Decimal 255 84 22
Hex FF 54 16

RGB Percentages of Color #ff5416

%70.64
%23.27
%6.09

CMYK Percentages of Color #ff5416

%0
%67
%91
%0

Triadic Colors of #ff5416

#ff5416 #16ff54 #5416ff

Analogous Colors of #ff5416

#ff5416 #ffc916 #ff164d

Monochromatic Colors of #ff5416

#ff5416

Complementary Color

#ff5416 #16c1ff

#ff5416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5416 Color CSS Codes

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

#ff5416 Text Font Color

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

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


#ff5416 Background Color

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

This div background color is #ff5416


#ff5416 Border Color

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

This div border color is #ff5416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5416

Related Colors


Comments

No comments written yet.

Please login to write comment.