Color Hex Logo

#f6501e Color Hex

#F6501E
(246,80,30)
0 Favorites   0 Comments

Color spaces of #f6501e

RGB 2468030
HSL0.040.920.54
HSV14°88°96°
CMYK 0.000.670.88   0.04
XYZ41.109025.42393.9689
Yxy25.42390.58310.3606
Hunter Lab50.422157.291830.6286
CIE-Lab57.486161.375160.3870

#f6501e color RGB value is (246,80,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 00011110
Octal 366 120 36
Decimal 246 80 30
Hex F6 50 1E

RGB Percentages of Color #f6501e

%69.10
%22.47
%8.43

CMYK Percentages of Color #f6501e

%0
%67
%88
%4

Triadic Colors of #f6501e

#f6501e #1ef650 #501ef6

Analogous Colors of #f6501e

#f6501e #f6bc1e #f61e58

Monochromatic Colors of #f6501e

#f6501e

Complementary Color

#f6501e #1ec4f6

#f6501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6501e Color CSS Codes

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

#f6501e Text Font Color

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

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


#f6501e Background Color

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

This div background color is #f6501e


#f6501e Border Color

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

This div border color is #f6501e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6501e

Related Colors


Comments

No comments written yet.

Please login to write comment.