Color Hex Logo

#f59032 Color Hex

#F59032
(245,144,50)
0 Favorites   0 Comments

Color spaces of #f59032

RGB 24514450
HSL0.080.910.58
HSV29°80°96°
CMYK 0.000.410.80   0.04
XYZ48.205239.58938.1184
Yxy39.58930.50260.4128
Hunter Lab62.920026.644936.3940
CIE-Lab69.176031.600862.6769

#f59032 color RGB value is (245,144,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 00110010
Octal 365 220 62
Decimal 245 144 50
Hex F5 90 32

RGB Percentages of Color #f59032

%55.81
%32.80
%11.39

CMYK Percentages of Color #f59032

%0
%41
%80
%4

Triadic Colors of #f59032

#f59032 #32f590 #9032f5

Analogous Colors of #f59032

#f59032 #f5f232 #f53235

Monochromatic Colors of #f59032

#f59032

Complementary Color

#f59032 #3297f5

#f59032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59032 Color CSS Codes

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

#f59032 Text Font Color

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

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


#f59032 Background Color

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

This div background color is #f59032


#f59032 Border Color

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

This div border color is #f59032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59032


Comments

No comments written yet.

Please login to write comment.