Color Hex Logo

#f58713 Color Hex

#F58713
(245,135,19)
0 Favorites   0 Comments

Color spaces of #f58713

RGB 24513519
HSL0.090.920.52
HSV31°92°96°
CMYK 0.000.450.92   0.04
XYZ46.437736.78745.2692
Yxy36.78740.52480.4157
Hunter Lab60.652630.523637.3060
CIE-Lab67.117235.540770.4228

#f58713 color RGB value is (245,135,19).

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

The process color (four color CMYK) of #f58713 color hex is 0.00, 0.45, 0.92, 0.04. Web safe color of #f58713 is #ff9900. Color #f58713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000111 00010011
Octal 365 207 23
Decimal 245 135 19
Hex F5 87 13

RGB Percentages of Color #f58713

%61.40
%33.83
%4.76

CMYK Percentages of Color #f58713

%0
%45
%92
%4

Triadic Colors of #f58713

#f58713 #13f587 #8713f5

Analogous Colors of #f58713

#f58713 #f2f513 #f51613

Monochromatic Colors of #f58713

#f58713

Complementary Color

#f58713 #1381f5

#f58713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58713 Color CSS Codes

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

#f58713 Text Font Color

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

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


#f58713 Background Color

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

This div background color is #f58713


#f58713 Border Color

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

This div border color is #f58713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58713


Comments

No comments written yet.

Please login to write comment.