Color Hex Logo

#f5744f Color Hex

#F5744F
(245,116,79)
0 Favorites   0 Comments

Color spaces of #f5744f

RGB 24511679
HSL0.040.890.64
HSV13°68°96°
CMYK 0.000.530.68   0.04
XYZ45.312932.467811.2758
Yxy32.46780.50880.3646
Hunter Lab56.980542.233528.1535
CIE-Lab63.727646.945443.5412

#f5744f color RGB value is (245,116,79).

#f5744f hex color red value is 245, green value is 116 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f5744f hue: 0.04 , saturation: 0.89 and the lightness value of f5744f is 0.64.

The process color (four color CMYK) of #f5744f color hex is 0.00, 0.53, 0.68, 0.04. Web safe color of #f5744f is #ff6666. Color #f5744f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110100 01001111
Octal 365 164 117
Decimal 245 116 79
Hex F5 74 4F

RGB Percentages of Color #f5744f

%55.68
%26.36
%17.95

CMYK Percentages of Color #f5744f

%0
%53
%68
%4

Triadic Colors of #f5744f

#f5744f #4ff574 #744ff5

Analogous Colors of #f5744f

#f5744f #f5c74f #f54f7d

Monochromatic Colors of #f5744f

#f5744f

Complementary Color

#f5744f #4fd0f5

#f5744f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5744f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5744f Color CSS Codes

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

#f5744f Text Font Color

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

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


#f5744f Background Color

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

This div background color is #f5744f


#f5744f Border Color

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

This div border color is #f5744f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5744f


Comments

No comments written yet.

Please login to write comment.