Color Hex Logo

#f6311f Color Hex

#F6311F
(246,49,31)
0 Favorites   0 Comments

Color spaces of #f6311f

RGB 2464931
HSL0.010.920.54
HSV87°96°
CMYK 0.000.800.87   0.04
XYZ39.351721.88843.4471
Yxy21.88840.60830.3384
Hunter Lab46.785068.265628.3811
CIE-Lab53.908471.329857.2622

#f6311f color RGB value is (246,49,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110001 00011111
Octal 366 61 37
Decimal 246 49 31
Hex F6 31 1F

RGB Percentages of Color #f6311f

%75.46
%15.03
%9.51

CMYK Percentages of Color #f6311f

%0
%80
%87
%4

Triadic Colors of #f6311f

#f6311f #1ff631 #311ff6

Analogous Colors of #f6311f

#f6311f #f69d1f #f61f79

Monochromatic Colors of #f6311f

#f6311f

Complementary Color

#f6311f #1fe4f6

#f6311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6311f Color CSS Codes

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

#f6311f Text Font Color

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

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


#f6311f Background Color

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

This div background color is #f6311f


#f6311f Border Color

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

This div border color is #f6311f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,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 #f6311f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6311f


Comments

No comments written yet.

Please login to write comment.