Color Hex Logo

#f5801e Color Hex

#F5801E
(245,128,30)
0 Favorites   0 Comments

Color spaces of #f5801e

RGB 24512830
HSL0.080.910.54
HSV27°88°96°
CMYK 0.000.480.88   0.04
XYZ45.609734.94465.5694
Yxy34.94460.52960.4057
Hunter Lab59.114034.273235.7938
CIE-Lab65.705539.271166.6302

#f5801e color RGB value is (245,128,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 00011110
Octal 365 200 36
Decimal 245 128 30
Hex F5 80 1E

RGB Percentages of Color #f5801e

%60.79
%31.76
%7.44

CMYK Percentages of Color #f5801e

%0
%48
%88
%4

Triadic Colors of #f5801e

#f5801e #1ef580 #801ef5

Analogous Colors of #f5801e

#f5801e #f5ec1e #f51e28

Monochromatic Colors of #f5801e

#f5801e

Complementary Color

#f5801e #1e93f5

#f5801e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5801e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5801e Color CSS Codes

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

#f5801e Text Font Color

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

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


#f5801e Background Color

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

This div background color is #f5801e


#f5801e Border Color

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

This div border color is #f5801e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5801e


Comments

No comments written yet.

Please login to write comment.