Color Hex Logo

#f5710c Color Hex

#F5710C
(245,113,12)
0 Favorites   0 Comments

Color spaces of #f5710c

RGB 24511312
HSL0.070.920.50
HSV26°95°96°
CMYK 0.000.540.95   0.04
XYZ43.627731.24934.0801
Yxy31.24930.55250.3958
Hunter Lab55.901141.482534.8033
CIE-Lab62.717546.395968.7930

#f5710c color RGB value is (245,113,12).

#f5710c hex color red value is 245, green value is 113 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #f5710c hue: 0.07 , saturation: 0.92 and the lightness value of f5710c is 0.50.

The process color (four color CMYK) of #f5710c color hex is 0.00, 0.54, 0.95, 0.04. Web safe color of #f5710c is #ff6600. Color #f5710c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110001 00001100
Octal 365 161 14
Decimal 245 113 12
Hex F5 71 C

RGB Percentages of Color #f5710c

%66.22
%30.54
%3.24

CMYK Percentages of Color #f5710c

%0
%54
%95
%4

Triadic Colors of #f5710c

#f5710c #0cf571 #710cf5

Analogous Colors of #f5710c

#f5710c #f5e60c #f50c1c

Monochromatic Colors of #f5710c

#f5710c

Complementary Color

#f5710c #0c90f5

#f5710c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5710c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5710c Color CSS Codes

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

#f5710c Text Font Color

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

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


#f5710c Background Color

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

This div background color is #f5710c


#f5710c Border Color

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

This div border color is #f5710c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5710c


Comments

No comments written yet.

Please login to write comment.