Color Hex Logo

#f53912 Color Hex

#F53912
(245,57,18)
0 Favorites   0 Comments

Color spaces of #f53912

RGB 2455718
HSL0.030.920.52
HSV10°93°96°
CMYK 0.000.770.93   0.04
XYZ39.228522.38242.8249
Yxy22.38240.60880.3474
Hunter Lab47.310065.215929.5768
CIE-Lab54.430468.690462.2241

#f53912 color RGB value is (245,57,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111001 00010010
Octal 365 71 22
Decimal 245 57 18
Hex F5 39 12

RGB Percentages of Color #f53912

%76.56
%17.81
%5.63

CMYK Percentages of Color #f53912

%0
%77
%93
%4

Triadic Colors of #f53912

#f53912 #12f539 #3912f5

Analogous Colors of #f53912

#f53912 #f5ab12 #f5125c

Monochromatic Colors of #f53912

#f53912

Complementary Color

#f53912 #12cef5

#f53912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53912 Color CSS Codes

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

#f53912 Text Font Color

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

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


#f53912 Background Color

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

This div background color is #f53912


#f53912 Border Color

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

This div border color is #f53912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,57,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53912


Comments

No comments written yet.

Please login to write comment.