Color Hex Logo

#f5811a Color Hex

#F5811A
(245,129,26)
0 Favorites   0 Comments

Color spaces of #f5811a

RGB 24512926
HSL0.080.920.53
HSV28°89°96°
CMYK 0.000.470.89   0.04
XYZ45.692935.18765.3609
Yxy35.18760.52980.4080
Hunter Lab59.319133.688236.1651
CIE-Lab65.894538.694567.8942

#f5811a color RGB value is (245,129,26).

#f5811a hex color red value is 245, green value is 129 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f5811a hue: 0.08 , saturation: 0.92 and the lightness value of f5811a is 0.53.

The process color (four color CMYK) of #f5811a color hex is 0.00, 0.47, 0.89, 0.04. Web safe color of #f5811a is #ff9933. Color #f5811a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 00011010
Octal 365 201 32
Decimal 245 129 26
Hex F5 81 1A

RGB Percentages of Color #f5811a

%61.25
%32.25
%6.50

CMYK Percentages of Color #f5811a

%0
%47
%89
%4

Triadic Colors of #f5811a

#f5811a #1af581 #811af5

Analogous Colors of #f5811a

#f5811a #f5ef1a #f51a20

Monochromatic Colors of #f5811a

#f5811a

Complementary Color

#f5811a #1a8ef5

#f5811a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5811a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5811a Color CSS Codes

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

#f5811a Text Font Color

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

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


#f5811a Background Color

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

This div background color is #f5811a


#f5811a Border Color

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

This div border color is #f5811a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5811a


Comments

No comments written yet.

Please login to write comment.