Color Hex Logo

#ff7026 Color Hex

#FF7026
(255,112,38)
0 Favorites   0 Comments

Color spaces of #ff7026

RGB 25511238
HSL0.061.000.57
HSV20°85°100°
CMYK 0.000.560.85   0.00
XYZ47.384032.98835.7037
Yxy32.98830.55050.3832
Hunter Lab57.435446.749734.3169
CIE-Lab64.151450.981363.3587

#ff7026 color RGB value is (255,112,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 00100110
Octal 377 160 46
Decimal 255 112 38
Hex FF 70 26

RGB Percentages of Color #ff7026

%62.96
%27.65
%9.38

CMYK Percentages of Color #ff7026

%0
%56
%85
%0

Triadic Colors of #ff7026

#ff7026 #26ff70 #7026ff

Analogous Colors of #ff7026

#ff7026 #ffdd26 #ff2649

Monochromatic Colors of #ff7026

#ff7026

Complementary Color

#ff7026 #26b5ff

#ff7026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7026 Color CSS Codes

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

#ff7026 Text Font Color

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

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


#ff7026 Background Color

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

This div background color is #ff7026


#ff7026 Border Color

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

This div border color is #ff7026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7026

Related Colors


Comments

No comments written yet.

Please login to write comment.