Color Hex Logo

#ff811b Color Hex

#FF811B
(255,129,27)
0 Favorites   0 Comments

Color spaces of #ff811b

RGB 25512927
HSL0.071.000.55
HSV27°89°100°
CMYK 0.000.490.89   0.00
XYZ49.288137.03965.5885
Yxy37.03960.53620.4030
Hunter Lab60.860238.054437.1578
CIE-Lab67.306742.621869.3061

#ff811b color RGB value is (255,129,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000001 00011011
Octal 377 201 33
Decimal 255 129 27
Hex FF 81 1B

RGB Percentages of Color #ff811b

%62.04
%31.39
%6.57

CMYK Percentages of Color #ff811b

%0
%49
%89
%0

Triadic Colors of #ff811b

#ff811b #1bff81 #811bff

Analogous Colors of #ff811b

#ff811b #fff31b #ff1b27

Monochromatic Colors of #ff811b

#ff811b

Complementary Color

#ff811b #1b99ff

#ff811b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff811b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff811b Color CSS Codes

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

#ff811b Text Font Color

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

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


#ff811b Background Color

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

This div background color is #ff811b


#ff811b Border Color

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

This div border color is #ff811b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff811b

Related Colors


Comments

No comments written yet.

Please login to write comment.