Color Hex Logo

#ff831f Color Hex

#FF831F
(255,131,31)
0 Favorites   0 Comments

Color spaces of #ff831f

RGB 25513131
HSL0.071.000.56
HSV27°88°100°
CMYK 0.000.490.88   0.00
XYZ49.603637.59155.9378
Yxy37.59150.53260.4036
Hunter Lab61.311937.117337.1763
CIE-Lab67.718541.702468.4986

#ff831f color RGB value is (255,131,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000011 00011111
Octal 377 203 37
Decimal 255 131 31
Hex FF 83 1F

RGB Percentages of Color #ff831f

%61.15
%31.41
%7.43

CMYK Percentages of Color #ff831f

%0
%49
%88
%0

Triadic Colors of #ff831f

#ff831f #1fff83 #831fff

Analogous Colors of #ff831f

#ff831f #fff31f #ff1f2b

Monochromatic Colors of #ff831f

#ff831f

Complementary Color

#ff831f #1f9bff

#ff831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff831f Color CSS Codes

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

#ff831f Text Font Color

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

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


#ff831f Background Color

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

This div background color is #ff831f


#ff831f Border Color

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

This div border color is #ff831f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff831f

Related Colors


Comments

No comments written yet.

Please login to write comment.