Color Hex Logo

#fa9538 Color Hex

#FA9538
(250,149,56)
0 Favorites   0 Comments

Color spaces of #fa9538

RGB 25014956
HSL0.080.950.60
HSV29°78°98°
CMYK 0.000.400.78   0.02
XYZ50.885642.10449.1864
Yxy42.10440.49800.4121
Hunter Lab64.887926.427337.0276
CIE-Lab70.942831.242862.1828

#fa9538 color RGB value is (250,149,56).

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

The process color (four color CMYK) of #fa9538 color hex is 0.00, 0.40, 0.78, 0.02. Web safe color of #fa9538 is #ff9933. Color #fa9538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010101 00111000
Octal 372 225 70
Decimal 250 149 56
Hex FA 95 38

RGB Percentages of Color #fa9538

%54.95
%32.75
%12.31

CMYK Percentages of Color #fa9538

%0
%40
%78
%2

Triadic Colors of #fa9538

#fa9538 #38fa95 #9538fa

Analogous Colors of #fa9538

#fa9538 #faf638 #fa383c

Monochromatic Colors of #fa9538

#fa9538

Complementary Color

#fa9538 #389dfa

#fa9538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9538 Color CSS Codes

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

#fa9538 Text Font Color

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

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


#fa9538 Background Color

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

This div background color is #fa9538


#fa9538 Border Color

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

This div border color is #fa9538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9538

Related Colors


Comments

No comments written yet.

Please login to write comment.