Color Hex Logo

#f5872a Color Hex

#F5872A
(245,135,42)
0 Favorites   0 Comments

Color spaces of #f5872a

RGB 24513542
HSL0.080.910.56
HSV27°83°96°
CMYK 0.000.450.83   0.04
XYZ46.738136.90766.8510
Yxy36.90760.51650.4078
Hunter Lab60.751631.010235.8400
CIE-Lab67.207735.998363.9137

#f5872a color RGB value is (245,135,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000111 00101010
Octal 365 207 52
Decimal 245 135 42
Hex F5 87 2A

RGB Percentages of Color #f5872a

%58.06
%31.99
%9.95

CMYK Percentages of Color #f5872a

%0
%45
%83
%4

Triadic Colors of #f5872a

#f5872a #2af587 #872af5

Analogous Colors of #f5872a

#f5872a #f5ed2a #f52a33

Monochromatic Colors of #f5872a

#f5872a

Complementary Color

#f5872a #2a98f5

#f5872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5872a Color CSS Codes

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

#f5872a Text Font Color

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

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


#f5872a Background Color

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

This div background color is #f5872a


#f5872a Border Color

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

This div border color is #f5872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5872a


Comments

No comments written yet.

Please login to write comment.