Color Hex Logo

#ff730e Color Hex

#FF730E
(255,115,14)
0 Favorites   0 Comments

Color spaces of #ff730e

RGB 25511514
HSL0.071.000.53
HSV25°95°100°
CMYK 0.000.550.95   0.00
XYZ47.450033.55324.3910
Yxy33.55320.55570.3929
Hunter Lab57.925144.851336.0531
CIE-Lab64.606449.204470.3912

#ff730e color RGB value is (255,115,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 00001110
Octal 377 163 16
Decimal 255 115 14
Hex FF 73 E

RGB Percentages of Color #ff730e

%66.41
%29.95
%3.65

CMYK Percentages of Color #ff730e

%0
%55
%95
%0

Triadic Colors of #ff730e

#ff730e #0eff73 #730eff

Analogous Colors of #ff730e

#ff730e #ffec0e #ff0e21

Monochromatic Colors of #ff730e

#ff730e

Complementary Color

#ff730e #0e9aff

#ff730e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff730e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff730e Color CSS Codes

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

#ff730e Text Font Color

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

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


#ff730e Background Color

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

This div background color is #ff730e


#ff730e Border Color

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

This div border color is #ff730e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff730e

Related Colors


Comments

No comments written yet.

Please login to write comment.