Color Hex Logo

#fa822c Color Hex

#FA822C
(250,130,44)
0 Favorites   0 Comments

Color spaces of #fa822c

RGB 25013044
HSL0.070.950.58
HSV25°82°98°
CMYK 0.000.480.82   0.02
XYZ47.861636.47116.8999
Yxy36.47110.52460.3998
Hunter Lab60.391335.780935.4998
CIE-Lab66.878340.555063.1571

#fa822c color RGB value is (250,130,44).

#fa822c hex color red value is 250, green value is 130 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fa822c hue: 0.07 , saturation: 0.95 and the lightness value of fa822c is 0.58.

The process color (four color CMYK) of #fa822c color hex is 0.00, 0.48, 0.82, 0.02. Web safe color of #fa822c is #ff9933. Color #fa822c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000010 00101100
Octal 372 202 54
Decimal 250 130 44
Hex FA 82 2C

RGB Percentages of Color #fa822c

%58.96
%30.66
%10.38

CMYK Percentages of Color #fa822c

%0
%48
%82
%2

Triadic Colors of #fa822c

#fa822c #2cfa82 #822cfa

Analogous Colors of #fa822c

#fa822c #fae92c #fa2c3d

Monochromatic Colors of #fa822c

#fa822c

Complementary Color

#fa822c #2ca4fa

#fa822c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa822c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa822c Color CSS Codes

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

#fa822c Text Font Color

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

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


#fa822c Background Color

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

This div background color is #fa822c


#fa822c Border Color

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

This div border color is #fa822c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa822c


Comments

No comments written yet.

Please login to write comment.