Color Hex Logo

#f6971f Color Hex

#F6971F
(246,151,31)
0 Favorites   0 Comments

Color spaces of #f6971f

RGB 24615131
HSL0.090.920.54
HSV33°87°96°
CMYK 0.000.390.87   0.04
XYZ49.320041.82506.7699
Yxy41.82500.50370.4272
Hunter Lab64.672322.950339.0641
CIE-Lab70.750127.866370.3365

#f6971f color RGB value is (246,151,31).

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

The process color (four color CMYK) of #f6971f color hex is 0.00, 0.39, 0.87, 0.04. Web safe color of #f6971f is #ff9933. Color #f6971f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010111 00011111
Octal 366 227 37
Decimal 246 151 31
Hex F6 97 1F

RGB Percentages of Color #f6971f

%57.48
%35.28
%7.24

CMYK Percentages of Color #f6971f

%0
%39
%87
%4

Triadic Colors of #f6971f

#f6971f #1ff697 #971ff6

Analogous Colors of #f6971f

#f6971f #eaf61f #f62b1f

Monochromatic Colors of #f6971f

#f6971f

Complementary Color

#f6971f #1f7ef6

#f6971f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6971f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6971f Color CSS Codes

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

#f6971f Text Font Color

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

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


#f6971f Background Color

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

This div background color is #f6971f


#f6971f Border Color

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

This div border color is #f6971f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6971f

#f6971f Color Palettes


Comments

No comments written yet.

Please login to write comment.