Color Hex Logo

#f58521 Color Hex

#F58521
(245,133,33)
0 Favorites   0 Comments

Color spaces of #f58521

RGB 24513333
HSL0.080.910.55
HSV28°87°96°
CMYK 0.000.460.87   0.04
XYZ46.318236.29736.0037
Yxy36.29730.52270.4096
Hunter Lab60.247231.798536.2648
CIE-Lab66.746536.800766.5432

#f58521 color RGB value is (245,133,33).

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

The process color (four color CMYK) of #f58521 color hex is 0.00, 0.46, 0.87, 0.04. Web safe color of #f58521 is #ff9933. Color #f58521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000101 00100001
Octal 365 205 41
Decimal 245 133 33
Hex F5 85 21

RGB Percentages of Color #f58521

%59.61
%32.36
%8.03

CMYK Percentages of Color #f58521

%0
%46
%87
%4

Triadic Colors of #f58521

#f58521 #21f585 #8521f5

Analogous Colors of #f58521

#f58521 #f5ef21 #f52127

Monochromatic Colors of #f58521

#f58521

Complementary Color

#f58521 #2191f5

#f58521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58521 Color CSS Codes

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

#f58521 Text Font Color

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

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


#f58521 Background Color

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

This div background color is #f58521


#f58521 Border Color

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

This div border color is #f58521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58521


Comments

No comments written yet.

Please login to write comment.