Color Hex Logo

#f5691a Color Hex

#F5691A
(245,105,26)
0 Favorites   0 Comments

Color spaces of #f5691a

RGB 24510526
HSL0.060.920.53
HSV22°89°96°
CMYK 0.000.570.89   0.04
XYZ42.894229.59024.4280
Yxy29.59020.55770.3847
Hunter Lab54.396945.560133.2515
CIE-Lab61.299050.336464.4967

#f5691a color RGB value is (245,105,26).

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

The process color (four color CMYK) of #f5691a color hex is 0.00, 0.57, 0.89, 0.04. Web safe color of #f5691a is #ff6633. Color #f5691a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101001 00011010
Octal 365 151 32
Decimal 245 105 26
Hex F5 69 1A

RGB Percentages of Color #f5691a

%65.16
%27.93
%6.91

CMYK Percentages of Color #f5691a

%0
%57
%89
%4

Triadic Colors of #f5691a

#f5691a #1af569 #691af5

Analogous Colors of #f5691a

#f5691a #f5d71a #f51a38

Monochromatic Colors of #f5691a

#f5691a

Complementary Color

#f5691a #1aa6f5

#f5691a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5691a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5691a Color CSS Codes

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

#f5691a Text Font Color

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

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


#f5691a Background Color

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

This div background color is #f5691a


#f5691a Border Color

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

This div border color is #f5691a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5691a


Comments

No comments written yet.

Please login to write comment.