Color Hex Logo

#f5513a Color Hex

#F5513A
(245,81,58)
0 Favorites   0 Comments

Color spaces of #f5513a

RGB 2458158
HSL0.020.900.59
HSV76°96°
CMYK 0.000.670.76   0.04
XYZ41.362325.60286.7648
Yxy25.60280.56100.3473
Hunter Lab50.599257.366127.4927
CIE-Lab57.658161.408947.7840

#f5513a color RGB value is (245,81,58).

#f5513a hex color red value is 245, green value is 81 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f5513a hue: 0.02 , saturation: 0.90 and the lightness value of f5513a is 0.59.

The process color (four color CMYK) of #f5513a color hex is 0.00, 0.67, 0.76, 0.04. Web safe color of #f5513a is #ff6633. Color #f5513a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010001 00111010
Octal 365 121 72
Decimal 245 81 58
Hex F5 51 3A

RGB Percentages of Color #f5513a

%63.80
%21.09
%15.10

CMYK Percentages of Color #f5513a

%0
%67
%76
%4

Triadic Colors of #f5513a

#f5513a #3af551 #513af5

Analogous Colors of #f5513a

#f5513a #f5af3a #f53a81

Monochromatic Colors of #f5513a

#f5513a

Complementary Color

#f5513a #3adef5

#f5513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5513a Color CSS Codes

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

#f5513a Text Font Color

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

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


#f5513a Background Color

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

This div background color is #f5513a


#f5513a Border Color

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

This div border color is #f5513a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5513a


Comments

No comments written yet.

Please login to write comment.