Color Hex Logo

#f5863e Color Hex

#F5863E
(245,134,62)
0 Favorites   0 Comments

Color spaces of #f5863e

RGB 24513462
HSL0.070.900.60
HSV24°75°96°
CMYK 0.000.450.75   0.04
XYZ47.050836.81059.1827
Yxy36.81050.50570.3956
Hunter Lab60.671732.251133.4966
CIE-Lab67.134637.191255.6287

#f5863e color RGB value is (245,134,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000110 00111110
Octal 365 206 76
Decimal 245 134 62
Hex F5 86 3E

RGB Percentages of Color #f5863e

%55.56
%30.39
%14.06

CMYK Percentages of Color #f5863e

%0
%45
%75
%4

Triadic Colors of #f5863e

#f5863e #3ef586 #863ef5

Analogous Colors of #f5863e

#f5863e #f5e23e #f53e51

Monochromatic Colors of #f5863e

#f5863e

Complementary Color

#f5863e #3eadf5

#f5863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5863e Color CSS Codes

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

#f5863e Text Font Color

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

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


#f5863e Background Color

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

This div background color is #f5863e


#f5863e Border Color

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

This div border color is #f5863e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5863e


Comments

No comments written yet.

Please login to write comment.