Color Hex Logo

#fa851a Color Hex

#FA851A
(250,133,26)
0 Favorites   0 Comments

Color spaces of #fa851a

RGB 25013326
HSL0.080.960.54
HSV29°90°98°
CMYK 0.000.470.90   0.02
XYZ47.998337.17365.6227
Yxy37.17360.52860.4094
Hunter Lab60.970233.825037.2114
CIE-Lab67.407138.654369.3278

#fa851a color RGB value is (250,133,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000101 00011010
Octal 372 205 32
Decimal 250 133 26
Hex FA 85 1A

RGB Percentages of Color #fa851a

%61.12
%32.52
%6.36

CMYK Percentages of Color #fa851a

%0
%47
%90
%2

Triadic Colors of #fa851a

#fa851a #1afa85 #851afa

Analogous Colors of #fa851a

#fa851a #faf51a #fa1a1f

Monochromatic Colors of #fa851a

#fa851a

Complementary Color

#fa851a #1a8ffa

#fa851a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa851a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa851a Color CSS Codes

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

#fa851a Text Font Color

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

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


#fa851a Background Color

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

This div background color is #fa851a


#fa851a Border Color

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

This div border color is #fa851a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,133,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa851a


Comments

No comments written yet.

Please login to write comment.