Color Hex Logo

#fa820e Color Hex

#FA820E
(250,130,14)
0 Favorites   0 Comments

Color spaces of #fa820e

RGB 25013014
HSL0.080.960.52
HSV29°94°98°
CMYK 0.000.480.94   0.02
XYZ47.486236.32104.9233
Yxy36.32100.53520.4093
Hunter Lab60.266935.178737.3433
CIE-Lab66.764540.003071.4456

#fa820e color RGB value is (250,130,14).

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

The process color (four color CMYK) of #fa820e color hex is 0.00, 0.48, 0.94, 0.02. Web safe color of #fa820e is #ff9900. Color #fa820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 00001110
Octal 372 202 16
Decimal 250 130 14
Hex FA 82 E

RGB Percentages of Color #fa820e

%63.45
%32.99
%3.55

CMYK Percentages of Color #fa820e

%0
%48
%94
%2

Triadic Colors of #fa820e

#fa820e #0efa82 #820efa

Analogous Colors of #fa820e

#fa820e #faf80e #fa0e10

Monochromatic Colors of #fa820e

#fa820e

Complementary Color

#fa820e #0e86fa

#fa820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa820e Color CSS Codes

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

#fa820e Text Font Color

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

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


#fa820e Background Color

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

This div background color is #fa820e


#fa820e Border Color

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

This div border color is #fa820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa820e


Comments

No comments written yet.

Please login to write comment.