Color Hex Logo

#ff701e Color Hex

#FF701E
(255,112,30)
0 Favorites   0 Comments

Color spaces of #ff701e

RGB 25511230
HSL0.061.000.56
HSV22°88°100°
CMYK 0.000.560.88   0.00
XYZ47.268532.94215.0954
Yxy32.94210.55410.3862
Hunter Lab57.395246.564234.9130
CIE-Lab64.114050.820266.0551

#ff701e color RGB value is (255,112,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 00011110
Octal 377 160 36
Decimal 255 112 30
Hex FF 70 1E

RGB Percentages of Color #ff701e

%64.23
%28.21
%7.56

CMYK Percentages of Color #ff701e

%0
%56
%88
%0

Triadic Colors of #ff701e

#ff701e #1eff70 #701eff

Analogous Colors of #ff701e

#ff701e #ffe11e #ff1e3d

Monochromatic Colors of #ff701e

#ff701e

Complementary Color

#ff701e #1eadff

#ff701e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff701e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff701e Color CSS Codes

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

#ff701e Text Font Color

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

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


#ff701e Background Color

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

This div background color is #ff701e


#ff701e Border Color

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

This div border color is #ff701e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff701e

Related Colors


Comments

No comments written yet.

Please login to write comment.