Color Hex Logo

#f53816 Color Hex

#F53816
(245,56,22)
0 Favorites   0 Comments

Color spaces of #f53816

RGB 2455622
HSL0.030.920.52
HSV91°96°
CMYK 0.000.770.91   0.04
XYZ39.215222.29882.9963
Yxy22.29880.60790.3457
Hunter Lab47.221665.597629.2931
CIE-Lab54.342669.026860.8987

#f53816 color RGB value is (245,56,22).

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

The process color (four color CMYK) of #f53816 color hex is 0.00, 0.77, 0.91, 0.04. Web safe color of #f53816 is #ff3300. Color #f53816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111000 00010110
Octal 365 70 26
Decimal 245 56 22
Hex F5 38 16

RGB Percentages of Color #f53816

%75.85
%17.34
%6.81

CMYK Percentages of Color #f53816

%0
%77
%91
%4

Triadic Colors of #f53816

#f53816 #16f538 #3816f5

Analogous Colors of #f53816

#f53816 #f5a816 #f51663

Monochromatic Colors of #f53816

#f53816

Complementary Color

#f53816 #16d3f5

#f53816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53816 Color CSS Codes

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

#f53816 Text Font Color

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

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


#f53816 Background Color

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

This div background color is #f53816


#f53816 Border Color

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

This div border color is #f53816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53816


Comments

No comments written yet.

Please login to write comment.