Color Hex Logo

#f5680f Color Hex

#F5680F
(245,104,15)
0 Favorites   0 Comments

Color spaces of #f5680f

RGB 24510415
HSL0.060.920.51
HSV23°94°96°
CMYK 0.000.580.94   0.04
XYZ42.692729.34763.8664
Yxy29.34760.56240.3866
Hunter Lab54.173445.867833.6898
CIE-Lab61.087250.648067.1716

#f5680f color RGB value is (245,104,15).

#f5680f hex color red value is 245, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f5680f hue: 0.06 , saturation: 0.92 and the lightness value of f5680f is 0.51.

The process color (four color CMYK) of #f5680f color hex is 0.00, 0.58, 0.94, 0.04. Web safe color of #f5680f is #ff6600. Color #f5680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101000 00001111
Octal 365 150 17
Decimal 245 104 15
Hex F5 68 F

RGB Percentages of Color #f5680f

%67.31
%28.57
%4.12

CMYK Percentages of Color #f5680f

%0
%58
%94
%4

Triadic Colors of #f5680f

#f5680f #0ff568 #680ff5

Analogous Colors of #f5680f

#f5680f #f5db0f #f50f29

Monochromatic Colors of #f5680f

#f5680f

Complementary Color

#f5680f #0f9cf5

#f5680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5680f Color CSS Codes

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

#f5680f Text Font Color

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

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


#f5680f Background Color

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

This div background color is #f5680f


#f5680f Border Color

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

This div border color is #f5680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5680f


Comments

No comments written yet.

Please login to write comment.