Color Hex Logo

#f55712 Color Hex

#F55712
(245,87,18)
0 Favorites   0 Comments

Color spaces of #f55712

RGB 2458718
HSL0.050.920.52
HSV18°93°96°
CMYK 0.000.640.93   0.04
XYZ41.173626.27253.4733
Yxy26.27250.58060.3705
Hunter Lab51.256753.686631.8620
CIE-Lab58.294858.087464.6651

#f55712 color RGB value is (245,87,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010111 00010010
Octal 365 127 22
Decimal 245 87 18
Hex F5 57 12

RGB Percentages of Color #f55712

%70.00
%24.86
%5.14

CMYK Percentages of Color #f55712

%0
%64
%93
%4

Triadic Colors of #f55712

#f55712 #12f557 #5712f5

Analogous Colors of #f55712

#f55712 #f5c912 #f5123f

Monochromatic Colors of #f55712

#f55712

Complementary Color

#f55712 #12b0f5

#f55712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55712 Color CSS Codes

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

#f55712 Text Font Color

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

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


#f55712 Background Color

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

This div background color is #f55712


#f55712 Border Color

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

This div border color is #f55712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55712


Comments

No comments written yet.

Please login to write comment.