Color Hex Logo

#fa982a Color Hex

#FA982A
(250,152,42)
0 Favorites   0 Comments

Color spaces of #fa982a

RGB 25015242
HSL0.090.950.57
HSV32°83°98°
CMYK 0.000.390.83   0.02
XYZ51.070542.94767.7885
Yxy42.94760.50160.4219
Hunter Lab65.534424.418538.8277
CIE-Lab71.519429.248867.8732

#fa982a color RGB value is (250,152,42).

#fa982a hex color red value is 250, green value is 152 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fa982a hue: 0.09 , saturation: 0.95 and the lightness value of fa982a is 0.57.

The process color (four color CMYK) of #fa982a color hex is 0.00, 0.39, 0.83, 0.02. Web safe color of #fa982a is #ff9933. Color #fa982a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011000 00101010
Octal 372 230 52
Decimal 250 152 42
Hex FA 98 2A

RGB Percentages of Color #fa982a

%56.31
%34.23
%9.46

CMYK Percentages of Color #fa982a

%0
%39
%83
%2

Triadic Colors of #fa982a

#fa982a #2afa98 #982afa

Analogous Colors of #fa982a

#fa982a #f4fa2a #fa302a

Monochromatic Colors of #fa982a

#fa982a

Complementary Color

#fa982a #2a8cfa

#fa982a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa982a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa982a Color CSS Codes

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

#fa982a Text Font Color

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

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


#fa982a Background Color

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

This div background color is #fa982a


#fa982a Border Color

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

This div border color is #fa982a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa982a

Related Colors


Comments

No comments written yet.

Please login to write comment.