Color Hex Logo

#f5a71e Color Hex

#F5A71E
(245,167,30)
0 Favorites   0 Comments

Color spaces of #f5a71e

RGB 24516730
HSL0.110.910.54
HSV38°88°96°
CMYK 0.000.320.88   0.04
XYZ51.709247.14367.6026
Yxy47.14360.48570.4428
Hunter Lab68.661214.272441.4979
CIE-Lab74.281519.030573.3014

#f5a71e color RGB value is (245,167,30).

#f5a71e hex color red value is 245, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f5a71e hue: 0.11 , saturation: 0.91 and the lightness value of f5a71e is 0.54.

The process color (four color CMYK) of #f5a71e color hex is 0.00, 0.32, 0.88, 0.04. Web safe color of #f5a71e is #ff9933. Color #f5a71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10100111 00011110
Octal 365 247 36
Decimal 245 167 30
Hex F5 A7 1E

RGB Percentages of Color #f5a71e

%55.43
%37.78
%6.79

CMYK Percentages of Color #f5a71e

%0
%32
%88
%4

Triadic Colors of #f5a71e

#f5a71e #1ef5a7 #a71ef5

Analogous Colors of #f5a71e

#f5a71e #d8f51e #f53c1e

Monochromatic Colors of #f5a71e

#f5a71e

Complementary Color

#f5a71e #1e6cf5

#f5a71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5a71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5a71e Color CSS Codes

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

#f5a71e Text Font Color

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

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


#f5a71e Background Color

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

This div background color is #f5a71e


#f5a71e Border Color

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

This div border color is #f5a71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5a71e


Comments

No comments written yet.

Please login to write comment.