Color Hex Logo

#fa851b Color Hex

#FA851B
(250,133,27)
0 Favorites   0 Comments

Color spaces of #fa851b

RGB 25013327
HSL0.080.960.54
HSV29°89°98°
CMYK 0.000.470.89   0.02
XYZ48.009737.17825.6826
Yxy37.17820.52830.4091
Hunter Lab60.973933.843137.1561
CIE-Lab67.410538.671069.0702

#fa851b color RGB value is (250,133,27).

#fa851b hex color red value is 250, green value is 133 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fa851b hue: 0.08 , saturation: 0.96 and the lightness value of fa851b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000101 00011011
Octal 372 205 33
Decimal 250 133 27
Hex FA 85 1B

RGB Percentages of Color #fa851b

%60.98
%32.44
%6.59

CMYK Percentages of Color #fa851b

%0
%47
%89
%2

Triadic Colors of #fa851b

#fa851b #1bfa85 #851bfa

Analogous Colors of #fa851b

#fa851b #faf51b #fa1b20

Monochromatic Colors of #fa851b

#fa851b

Complementary Color

#fa851b #1b90fa

#fa851b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa851b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa851b Color CSS Codes

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

#fa851b Text Font Color

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

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


#fa851b Background Color

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

This div background color is #fa851b


#fa851b Border Color

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

This div border color is #fa851b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa851b

Related Colors


Comments

No comments written yet.

Please login to write comment.