Color Hex Logo

#f5702c Color Hex

#F5702C
(245,112,44)
0 Favorites   0 Comments

Color spaces of #f5702c

RGB 24511244
HSL0.060.910.57
HSV20°82°96°
CMYK 0.000.540.82   0.04
XYZ43.905031.18276.0877
Yxy31.18270.54090.3841
Hunter Lab55.841542.621932.6254
CIE-Lab62.661647.452559.1469

#f5702c color RGB value is (245,112,44).

#f5702c hex color red value is 245, green value is 112 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f5702c hue: 0.06 , saturation: 0.91 and the lightness value of f5702c is 0.57.

The process color (four color CMYK) of #f5702c color hex is 0.00, 0.54, 0.82, 0.04. Web safe color of #f5702c is #ff6633. Color #f5702c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110000 00101100
Octal 365 160 54
Decimal 245 112 44
Hex F5 70 2C

RGB Percentages of Color #f5702c

%61.10
%27.93
%10.97

CMYK Percentages of Color #f5702c

%0
%54
%82
%4

Triadic Colors of #f5702c

#f5702c #2cf570 #702cf5

Analogous Colors of #f5702c

#f5702c #f5d52c #f52c4d

Monochromatic Colors of #f5702c

#f5702c

Complementary Color

#f5702c #2cb1f5

#f5702c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5702c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5702c Color CSS Codes

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

#f5702c Text Font Color

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

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


#f5702c Background Color

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

This div background color is #f5702c


#f5702c Border Color

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

This div border color is #f5702c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5702c


Comments

No comments written yet.

Please login to write comment.