Color Hex Logo

#fa994a Color Hex

#FA994A
(250,153,74)
0 Favorites   0 Comments

Color spaces of #fa994a

RGB 25015374
HSL0.070.950.64
HSV27°70°98°
CMYK 0.000.390.70   0.02
XYZ52.051643.600912.1510
Yxy43.60090.48280.4044
Hunter Lab66.031025.155735.3112
CIE-Lab71.960929.932155.3669

#fa994a color RGB value is (250,153,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011001 01001010
Octal 372 231 112
Decimal 250 153 74
Hex FA 99 4A

RGB Percentages of Color #fa994a

%52.41
%32.08
%15.51

CMYK Percentages of Color #fa994a

%0
%39
%70
%2

Triadic Colors of #fa994a

#fa994a #4afa99 #994afa

Analogous Colors of #fa994a

#fa994a #faf14a #fa4a53

Monochromatic Colors of #fa994a

#fa994a

Complementary Color

#fa994a #4aabfa

#fa994a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa994a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa994a Color CSS Codes

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

#fa994a Text Font Color

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

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


#fa994a Background Color

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

This div background color is #fa994a


#fa994a Border Color

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

This div border color is #fa994a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa994a

Related Colors


Comments

No comments written yet.

Please login to write comment.