Color Hex Logo

#f6570e Color Hex

#F6570E
(246,87,14)
0 Favorites   0 Comments

Color spaces of #f6570e

RGB 2468714
HSL0.050.930.51
HSV19°94°96°
CMYK 0.000.650.94   0.04
XYZ41.493526.44093.3321
Yxy26.44090.58220.3710
Hunter Lab51.420754.052832.1525
CIE-Lab58.453258.381965.8096

#f6570e color RGB value is (246,87,14).

#f6570e hex color red value is 246, green value is 87 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f6570e hue: 0.05 , saturation: 0.93 and the lightness value of f6570e is 0.51.

The process color (four color CMYK) of #f6570e color hex is 0.00, 0.65, 0.94, 0.04. Web safe color of #f6570e is #ff6600. Color #f6570e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010111 00001110
Octal 366 127 16
Decimal 246 87 14
Hex F6 57 E

RGB Percentages of Color #f6570e

%70.89
%25.07
%4.03

CMYK Percentages of Color #f6570e

%0
%65
%94
%4

Triadic Colors of #f6570e

#f6570e #0ef657 #570ef6

Analogous Colors of #f6570e

#f6570e #f6cb0e #f60e39

Monochromatic Colors of #f6570e

#f6570e

Complementary Color

#f6570e #0eadf6

#f6570e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6570e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6570e Color CSS Codes

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

#f6570e Text Font Color

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

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


#f6570e Background Color

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

This div background color is #f6570e


#f6570e Border Color

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

This div border color is #f6570e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6570e


Comments

No comments written yet.

Please login to write comment.