Color Hex Logo

#f5943a Color Hex

#F5943A
(245,148,58)
0 Favorites   0 Comments

Color spaces of #f5943a

RGB 24514858
HSL0.080.900.59
HSV29°76°96°
CMYK 0.000.400.76   0.04
XYZ49.009840.89789.3139
Yxy40.89780.49390.4122
Hunter Lab63.951424.880436.1310
CIE-Lab70.104329.806060.3330

#f5943a color RGB value is (245,148,58).

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

The process color (four color CMYK) of #f5943a color hex is 0.00, 0.40, 0.76, 0.04. Web safe color of #f5943a is #ff9933. Color #f5943a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010100 00111010
Octal 365 224 72
Decimal 245 148 58
Hex F5 94 3A

RGB Percentages of Color #f5943a

%54.32
%32.82
%12.86

CMYK Percentages of Color #f5943a

%0
%40
%76
%4

Triadic Colors of #f5943a

#f5943a #3af594 #943af5

Analogous Colors of #f5943a

#f5943a #f5f23a #f53a3d

Monochromatic Colors of #f5943a

#f5943a

Complementary Color

#f5943a #3a9bf5

#f5943a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5943a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5943a Color CSS Codes

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

#f5943a Text Font Color

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

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


#f5943a Background Color

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

This div background color is #f5943a


#f5943a Border Color

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

This div border color is #f5943a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5943a


Comments

No comments written yet.

Please login to write comment.