Color Hex Logo

#fa9213 Color Hex

#FA9213
(250,146,19)
0 Favorites   0 Comments

Color spaces of #fa9213

RGB 25014619
HSL0.090.960.53
HSV33°92°98°
CMYK 0.000.420.92   0.02
XYZ49.820840.92885.8903
Yxy40.92880.51550.4235
Hunter Lab63.975627.048939.3240
CIE-Lab70.126031.911772.8524

#fa9213 color RGB value is (250,146,19).

#fa9213 hex color red value is 250, green value is 146 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fa9213 hue: 0.09 , saturation: 0.96 and the lightness value of fa9213 is 0.53.

The process color (four color CMYK) of #fa9213 color hex is 0.00, 0.42, 0.92, 0.02. Web safe color of #fa9213 is #ff9900. Color #fa9213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010010 00010011
Octal 372 222 23
Decimal 250 146 19
Hex FA 92 13

RGB Percentages of Color #fa9213

%60.24
%35.18
%4.58

CMYK Percentages of Color #fa9213

%0
%42
%92
%2

Triadic Colors of #fa9213

#fa9213 #13fa92 #9213fa

Analogous Colors of #fa9213

#fa9213 #effa13 #fa1e13

Monochromatic Colors of #fa9213

#fa9213

Complementary Color

#fa9213 #137bfa

#fa9213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9213 Color CSS Codes

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

#fa9213 Text Font Color

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

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


#fa9213 Background Color

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

This div background color is #fa9213


#fa9213 Border Color

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

This div border color is #fa9213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9213

Related Colors


Comments

No comments written yet.

Please login to write comment.