Color Hex Logo

#fa993e Color Hex

#FA993E
(250,153,62)
0 Favorites   0 Comments

Color spaces of #fa993e

RGB 25015362
HSL0.080.950.61
HSV29°75°98°
CMYK 0.000.390.75   0.02
XYZ51.685143.454310.2208
Yxy43.45430.49060.4124
Hunter Lab65.919924.594836.9511
CIE-Lab71.862229.395160.5920

#fa993e color RGB value is (250,153,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011001 00111110
Octal 372 231 76
Decimal 250 153 62
Hex FA 99 3E

RGB Percentages of Color #fa993e

%53.76
%32.90
%13.33

CMYK Percentages of Color #fa993e

%0
%39
%75
%2

Triadic Colors of #fa993e

#fa993e #3efa99 #993efa

Analogous Colors of #fa993e

#fa993e #faf73e #fa3e41

Monochromatic Colors of #fa993e

#fa993e

Complementary Color

#fa993e #3e9ffa

#fa993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa993e Color CSS Codes

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

#fa993e Text Font Color

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

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


#fa993e Background Color

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

This div background color is #fa993e


#fa993e Border Color

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

This div border color is #fa993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa993e


Comments

No comments written yet.

Please login to write comment.