Color Hex Logo

#fa903c Color Hex

#FA903C
(250,144,60)
0 Favorites   0 Comments

Color spaces of #fa903c

RGB 25014460
HSL0.070.950.61
HSV27°76°98°
CMYK 0.000.420.76   0.02
XYZ50.213240.59689.4644
Yxy40.59680.50080.4049
Hunter Lab63.715629.170535.7939
CIE-Lab69.892533.973959.4958

#fa903c color RGB value is (250,144,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010000 00111100
Octal 372 220 74
Decimal 250 144 60
Hex FA 90 3C

RGB Percentages of Color #fa903c

%55.07
%31.72
%13.22

CMYK Percentages of Color #fa903c

%0
%42
%76
%2

Triadic Colors of #fa903c

#fa903c #3cfa90 #903cfa

Analogous Colors of #fa903c

#fa903c #faef3c #fa3c47

Monochromatic Colors of #fa903c

#fa903c

Complementary Color

#fa903c #3ca6fa

#fa903c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa903c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa903c Color CSS Codes

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

#fa903c Text Font Color

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

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


#fa903c Background Color

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

This div background color is #fa903c


#fa903c Border Color

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

This div border color is #fa903c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa903c


Comments

No comments written yet.

Please login to write comment.