Color Hex Logo

#f5873e Color Hex

#F5873E
(245,135,62)
0 Favorites   0 Comments

Color spaces of #f5873e

RGB 24513562
HSL0.070.900.60
HSV24°75°96°
CMYK 0.000.450.75   0.04
XYZ47.189737.08829.2290
Yxy37.08820.50470.3966
Hunter Lab60.900131.739333.6451
CIE-Lab67.343136.681255.8411

#f5873e color RGB value is (245,135,62).

#f5873e hex color red value is 245, green value is 135 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f5873e hue: 0.07 , saturation: 0.90 and the lightness value of f5873e is 0.60.

The process color (four color CMYK) of #f5873e color hex is 0.00, 0.45, 0.75, 0.04. Web safe color of #f5873e is #ff9933. Color #f5873e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000111 00111110
Octal 365 207 76
Decimal 245 135 62
Hex F5 87 3E

RGB Percentages of Color #f5873e

%55.43
%30.54
%14.03

CMYK Percentages of Color #f5873e

%0
%45
%75
%4

Triadic Colors of #f5873e

#f5873e #3ef587 #873ef5

Analogous Colors of #f5873e

#f5873e #f5e33e #f53e50

Monochromatic Colors of #f5873e

#f5873e

Complementary Color

#f5873e #3eacf5

#f5873e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5873e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5873e Color CSS Codes

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

#f5873e Text Font Color

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

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


#f5873e Background Color

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

This div background color is #f5873e


#f5873e Border Color

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

This div border color is #f5873e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5873e


Comments

No comments written yet.

Please login to write comment.