Color Hex Logo

#ff670e Color Hex

#FF670E
(255,103,14)
0 Favorites   0 Comments

Color spaces of #ff670e

RGB 25510314
HSL0.061.000.53
HSV22°95°100°
CMYK 0.000.600.95   0.00
XYZ46.169530.99223.9642
Yxy30.99220.56910.3820
Hunter Lab55.670650.612334.7475
CIE-Lab62.501054.678469.0596

#ff670e color RGB value is (255,103,14).

#ff670e hex color red value is 255, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ff670e hue: 0.06 , saturation: 1.00 and the lightness value of ff670e is 0.53.

The process color (four color CMYK) of #ff670e color hex is 0.00, 0.60, 0.95, 0.00. Web safe color of #ff670e is #ff6600. Color #ff670e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100111 00001110
Octal 377 147 16
Decimal 255 103 14
Hex FF 67 E

RGB Percentages of Color #ff670e

%68.55
%27.69
%3.76

CMYK Percentages of Color #ff670e

%0
%60
%95
%0

Triadic Colors of #ff670e

#ff670e #0eff67 #670eff

Analogous Colors of #ff670e

#ff670e #ffe00e #ff0e2d

Monochromatic Colors of #ff670e

#ff670e

Complementary Color

#ff670e #0ea6ff

#ff670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff670e Color CSS Codes

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

#ff670e Text Font Color

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

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


#ff670e Background Color

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

This div background color is #ff670e


#ff670e Border Color

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

This div border color is #ff670e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff670e

Related Colors


Comments

No comments written yet.

Please login to write comment.