Color Hex Logo

#f58b2c Color Hex

#F58B2C
(245,139,44)
0 Favorites   0 Comments

Color spaces of #f58b2c

RGB 24513944
HSL0.080.910.57
HSV28°82°96°
CMYK 0.000.430.82   0.04
XYZ47.343438.05967.2338
Yxy38.05960.51110.4108
Hunter Lab61.692529.020836.2326
CIE-Lab68.064534.001363.9363

#f58b2c color RGB value is (245,139,44).

#f58b2c hex color red value is 245, green value is 139 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f58b2c hue: 0.08 , saturation: 0.91 and the lightness value of f58b2c is 0.57.

The process color (four color CMYK) of #f58b2c color hex is 0.00, 0.43, 0.82, 0.04. Web safe color of #f58b2c is #ff9933. Color #f58b2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 00101100
Octal 365 213 54
Decimal 245 139 44
Hex F5 8B 2C

RGB Percentages of Color #f58b2c

%57.24
%32.48
%10.28

CMYK Percentages of Color #f58b2c

%0
%43
%82
%4

Triadic Colors of #f58b2c

#f58b2c #2cf58b #8b2cf5

Analogous Colors of #f58b2c

#f58b2c #f5f02c #f52c31

Monochromatic Colors of #f58b2c

#f58b2c

Complementary Color

#f58b2c #2c96f5

#f58b2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58b2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58b2c Color CSS Codes

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

#f58b2c Text Font Color

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

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


#f58b2c Background Color

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

This div background color is #f58b2c


#f58b2c Border Color

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

This div border color is #f58b2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58b2c


Comments

No comments written yet.

Please login to write comment.