Color Hex Logo

#ff6e15 Color Hex

#FF6E15
(255,110,21)
0 Favorites   0 Comments

Color spaces of #ff6e15

RGB 25511021
HSL0.061.000.54
HSV23°92°100°
CMYK 0.000.570.92   0.00
XYZ46.951332.46604.5014
Yxy32.46600.55950.3869
Hunter Lab56.978947.372935.2013
CIE-Lab63.726251.603868.3036

#ff6e15 color RGB value is (255,110,21).

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

The process color (four color CMYK) of #ff6e15 color hex is 0.00, 0.57, 0.92, 0.00. Web safe color of #ff6e15 is #ff6600. Color #ff6e15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101110 00010101
Octal 377 156 25
Decimal 255 110 21
Hex FF 6E 15

RGB Percentages of Color #ff6e15

%66.06
%28.50
%5.44

CMYK Percentages of Color #ff6e15

%0
%57
%92
%0

Triadic Colors of #ff6e15

#ff6e15 #15ff6e #6e15ff

Analogous Colors of #ff6e15

#ff6e15 #ffe315 #ff1531

Monochromatic Colors of #ff6e15

#ff6e15

Complementary Color

#ff6e15 #15a6ff

#ff6e15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6e15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6e15 Color CSS Codes

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

#ff6e15 Text Font Color

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

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


#ff6e15 Background Color

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

This div background color is #ff6e15


#ff6e15 Border Color

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

This div border color is #ff6e15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6e15

Related Colors


Comments

No comments written yet.

Please login to write comment.