Color Hex Logo

#fa9d3d Color Hex

#FA9D3D
(250,157,61)
0 Favorites   0 Comments

Color spaces of #fa9d3d

RGB 25015761
HSL0.080.950.61
HSV30°76°98°
CMYK 0.000.370.76   0.02
XYZ52.323644.774910.2995
Yxy44.77490.48720.4169
Hunter Lab66.914022.478937.7138
CIE-Lab72.743427.270661.8786

#fa9d3d color RGB value is (250,157,61).

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

The process color (four color CMYK) of #fa9d3d color hex is 0.00, 0.37, 0.76, 0.02. Web safe color of #fa9d3d is #ff9933. Color #fa9d3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 00111101
Octal 372 235 75
Decimal 250 157 61
Hex FA 9D 3D

RGB Percentages of Color #fa9d3d

%53.42
%33.55
%13.03

CMYK Percentages of Color #fa9d3d

%0
%37
%76
%2

Triadic Colors of #fa9d3d

#fa9d3d #3dfa9d #9d3dfa

Analogous Colors of #fa9d3d

#fa9d3d #f9fa3d #fa3f3d

Monochromatic Colors of #fa9d3d

#fa9d3d

Complementary Color

#fa9d3d #3d9afa

#fa9d3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9d3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9d3d Color CSS Codes

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

#fa9d3d Text Font Color

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

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


#fa9d3d Background Color

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

This div background color is #fa9d3d


#fa9d3d Border Color

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

This div border color is #fa9d3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9d3d


Comments

No comments written yet.

Please login to write comment.