Color Hex Logo

#ff841e Color Hex

#FF841E
(255,132,30)
0 Favorites   0 Comments

Color spaces of #ff841e

RGB 25513230
HSL0.081.000.56
HSV27°88°100°
CMYK 0.000.480.88   0.00
XYZ49.725637.85635.9145
Yxy37.85630.53180.4049
Hunter Lab61.527536.588037.3698
CIE-Lab67.914641.186868.9361

#ff841e color RGB value is (255,132,30).

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

The process color (four color CMYK) of #ff841e color hex is 0.00, 0.48, 0.88, 0.00. Web safe color of #ff841e is #ff9933. Color #ff841e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 00011110
Octal 377 204 36
Decimal 255 132 30
Hex FF 84 1E

RGB Percentages of Color #ff841e

%61.15
%31.65
%7.19

CMYK Percentages of Color #ff841e

%0
%48
%88
%0

Triadic Colors of #ff841e

#ff841e #1eff84 #841eff

Analogous Colors of #ff841e

#ff841e #fff51e #ff1e28

Monochromatic Colors of #ff841e

#ff841e

Complementary Color

#ff841e #1e99ff

#ff841e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff841e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff841e Color CSS Codes

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

#ff841e Text Font Color

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

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


#ff841e Background Color

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

This div background color is #ff841e


#ff841e Border Color

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

This div border color is #ff841e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff841e

#ff841e Color Palettes


Comments

No comments written yet.

Please login to write comment.