Color Hex Logo

#fa8938 Color Hex

#FA8938
(250,137,56)
0 Favorites   0 Comments

Color spaces of #fa8938

RGB 25013756
HSL0.070.950.60
HSV25°78°98°
CMYK 0.000.450.78   0.02
XYZ49.083838.50088.5858
Yxy38.50080.51040.4003
Hunter Lab62.049032.616435.2303
CIE-Lab68.388137.404959.7330

#fa8938 color RGB value is (250,137,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 00111000
Octal 372 211 70
Decimal 250 137 56
Hex FA 89 38

RGB Percentages of Color #fa8938

%56.43
%30.93
%12.64

CMYK Percentages of Color #fa8938

%0
%45
%78
%2

Triadic Colors of #fa8938

#fa8938 #38fa89 #8938fa

Analogous Colors of #fa8938

#fa8938 #faea38 #fa3848

Monochromatic Colors of #fa8938

#fa8938

Complementary Color

#fa8938 #38a9fa

#fa8938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8938 Color CSS Codes

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

#fa8938 Text Font Color

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

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


#fa8938 Background Color

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

This div background color is #fa8938


#fa8938 Border Color

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

This div border color is #fa8938


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,137,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 #fa8938">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8938


Comments

No comments written yet.

Please login to write comment.