Color Hex Logo

#f58032 Color Hex

#F58032
(245,128,50)
0 Favorites   0 Comments

Color spaces of #f58032

RGB 24512850
HSL0.070.910.58
HSV24°80°96°
CMYK 0.000.480.80   0.04
XYZ45.951135.08117.3671
Yxy35.08110.51980.3968
Hunter Lab59.229334.832134.0859
CIE-Lab65.811839.787459.5577

#f58032 color RGB value is (245,128,50).

#f58032 hex color red value is 245, green value is 128 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f58032 hue: 0.07 , saturation: 0.91 and the lightness value of f58032 is 0.58.

The process color (four color CMYK) of #f58032 color hex is 0.00, 0.48, 0.80, 0.04. Web safe color of #f58032 is #ff9933. Color #f58032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 00110010
Octal 365 200 62
Decimal 245 128 50
Hex F5 80 32

RGB Percentages of Color #f58032

%57.92
%30.26
%11.82

CMYK Percentages of Color #f58032

%0
%48
%80
%4

Triadic Colors of #f58032

#f58032 #32f580 #8032f5

Analogous Colors of #f58032

#f58032 #f5e232 #f53245

Monochromatic Colors of #f58032

#f58032

Complementary Color

#f58032 #32a7f5

#f58032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58032 Color CSS Codes

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

#f58032 Text Font Color

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

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


#f58032 Background Color

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

This div background color is #f58032


#f58032 Border Color

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

This div border color is #f58032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58032


Comments

No comments written yet.

Please login to write comment.