Color Hex Logo

#f5311f Color Hex

#F5311F
(245,49,31)
0 Favorites   0 Comments

Color spaces of #f5311f

RGB 2454931
HSL0.010.910.54
HSV87°96°
CMYK 0.000.800.87   0.04
XYZ39.001821.70803.4308
Yxy21.70800.60810.3384
Hunter Lab46.591867.885728.2485
CIE-Lab53.715871.052157.0300

#f5311f color RGB value is (245,49,31).

#f5311f hex color red value is 245, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f5311f hue: 0.01 , saturation: 0.91 and the lightness value of f5311f is 0.54.

The process color (four color CMYK) of #f5311f color hex is 0.00, 0.80, 0.87, 0.04. Web safe color of #f5311f is #ff3333. Color #f5311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 00011111
Octal 365 61 37
Decimal 245 49 31
Hex F5 31 1F

RGB Percentages of Color #f5311f

%75.38
%15.08
%9.54

CMYK Percentages of Color #f5311f

%0
%80
%87
%4

Triadic Colors of #f5311f

#f5311f #1ff531 #311ff5

Analogous Colors of #f5311f

#f5311f #f59c1f #f51f78

Monochromatic Colors of #f5311f

#f5311f

Complementary Color

#f5311f #1fe3f5

#f5311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5311f Color CSS Codes

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

#f5311f Text Font Color

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

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


#f5311f Background Color

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

This div background color is #f5311f


#f5311f Border Color

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

This div border color is #f5311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5311f


Comments

No comments written yet.

Please login to write comment.