Color Hex Logo

#f56516 Color Hex

#F56516
(245,101,22)
0 Favorites   0 Comments

Color spaces of #f56516

RGB 24510122
HSL0.060.920.52
HSV21°91°96°
CMYK 0.000.590.91   0.04
XYZ42.454728.77784.0761
Yxy28.77780.56370.3821
Hunter Lab53.644947.386633.0464
CIE-Lab60.585052.099665.1382

#f56516 color RGB value is (245,101,22).

#f56516 hex color red value is 245, green value is 101 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f56516 hue: 0.06 , saturation: 0.92 and the lightness value of f56516 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100101 00010110
Octal 365 145 26
Decimal 245 101 22
Hex F5 65 16

RGB Percentages of Color #f56516

%66.58
%27.45
%5.98

CMYK Percentages of Color #f56516

%0
%59
%91
%4

Triadic Colors of #f56516

#f56516 #16f565 #6516f5

Analogous Colors of #f56516

#f56516 #f5d516 #f51636

Monochromatic Colors of #f56516

#f56516

Complementary Color

#f56516 #16a6f5

#f56516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56516 Color CSS Codes

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

#f56516 Text Font Color

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

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


#f56516 Background Color

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

This div background color is #f56516


#f56516 Border Color

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

This div border color is #f56516


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,101,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 #f56516">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56516


Comments

No comments written yet.

Please login to write comment.