Color Hex Logo

#f6731e Color Hex

#F6731E
(246,115,30)
0 Favorites   0 Comments

Color spaces of #f6731e

RGB 24611530
HSL0.070.920.54
HSV24°88°96°
CMYK 0.000.530.88   0.04
XYZ44.371131.94805.0563
Yxy31.94800.54530.3926
Hunter Lab56.522641.210834.2619
CIE-Lab63.299946.064164.8363

#f6731e color RGB value is (246,115,30).

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

The process color (four color CMYK) of #f6731e color hex is 0.00, 0.53, 0.88, 0.04. Web safe color of #f6731e is #ff6633. Color #f6731e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110011 00011110
Octal 366 163 36
Decimal 246 115 30
Hex F6 73 1E

RGB Percentages of Color #f6731e

%62.92
%29.41
%7.67

CMYK Percentages of Color #f6731e

%0
%53
%88
%4

Triadic Colors of #f6731e

#f6731e #1ef673 #731ef6

Analogous Colors of #f6731e

#f6731e #f6df1e #f61e35

Monochromatic Colors of #f6731e

#f6731e

Complementary Color

#f6731e #1ea1f6

#f6731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6731e Color CSS Codes

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

#f6731e Text Font Color

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

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


#f6731e Background Color

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

This div background color is #f6731e


#f6731e Border Color

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

This div border color is #f6731e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,115,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6731e


Comments

No comments written yet.

Please login to write comment.