Color Hex Logo

#ff7100 Color Hex

#FF7100
(255,113,0)
2 Favorites   0 Comments

Color spaces of #ff7100

RGB 2551130
HSL0.071.000.50
HSV27°100°100°
CMYK 0.000.561.00   0.00
XYZ47.145133.07033.8984
Yxy33.07030.56050.3932
Hunter Lab57.506845.700736.2355
CIE-Lab64.217850.027872.3883

#ff7100 color RGB value is (255,113,0).

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

The process color (four color CMYK) of #ff7100 color hex is 0.00, 0.56, 1.00, 0.00. Web safe color of #ff7100 is #ff6600. Color #ff7100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110001 00000000
Octal 377 161 0
Decimal 255 113 0
Hex FF 71 0

RGB Percentages of Color #ff7100

%69.29
%30.71
%0.00

CMYK Percentages of Color #ff7100

%0
%56
%100
%0

Triadic Colors of #ff7100

#ff7100 #00ff71 #7100ff

Analogous Colors of #ff7100

#ff7100 #fff100 #ff000f

Monochromatic Colors of #ff7100

#ff7100

Complementary Color

#ff7100 #008eff

#ff7100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7100 Color CSS Codes

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

#ff7100 Text Font Color

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

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


#ff7100 Background Color

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

This div background color is #ff7100


#ff7100 Border Color

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

This div border color is #ff7100


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,113,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7100


Comments

No comments written yet.

Please login to write comment.