Color Hex Logo

#f58304 Color Hex

#F58304
(245,131,4)
0 Favorites   0 Comments

Color spaces of #f58304

RGB 2451314
HSL0.090.970.49
HSV32°98°96°
CMYK 0.000.470.98   0.04
XYZ45.794435.65384.5831
Yxy35.65380.53230.4144
Hunter Lab59.710832.404337.2468
CIE-Lab66.254537.432272.2469

#f58304 color RGB value is (245,131,4).

#f58304 hex color red value is 245, green value is 131 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f58304 hue: 0.09 , saturation: 0.97 and the lightness value of f58304 is 0.49.

The process color (four color CMYK) of #f58304 color hex is 0.00, 0.47, 0.98, 0.04. Web safe color of #f58304 is #ff9900. Color #f58304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000011 00000100
Octal 365 203 4
Decimal 245 131 4
Hex F5 83 4

RGB Percentages of Color #f58304

%64.47
%34.47
%1.05

CMYK Percentages of Color #f58304

%0
%47
%98
%4

Triadic Colors of #f58304

#f58304 #04f583 #8304f5

Analogous Colors of #f58304

#f58304 #eff504 #f50a04

Monochromatic Colors of #f58304

#f58304

Complementary Color

#f58304 #0476f5

#f58304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58304 Color CSS Codes

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

#f58304 Text Font Color

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

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


#f58304 Background Color

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

This div background color is #f58304


#f58304 Border Color

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

This div border color is #f58304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58304


Comments

No comments written yet.

Please login to write comment.