Color Hex Logo

#fa6312 Color Hex

#FA6312
(250,99,18)
0 Favorites   0 Comments

Color spaces of #fa6312

RGB 2509918
HSL0.060.960.53
HSV21°93°98°
CMYK 0.000.600.93   0.02
XYZ43.995429.29133.9073
Yxy29.29130.56990.3795
Hunter Lab54.121450.390433.6046
CIE-Lab61.037954.716466.8556

#fa6312 color RGB value is (250,99,18).

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

The process color (four color CMYK) of #fa6312 color hex is 0.00, 0.60, 0.93, 0.02. Web safe color of #fa6312 is #ff6600. Color #fa6312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 00010010
Octal 372 143 22
Decimal 250 99 18
Hex FA 63 12

RGB Percentages of Color #fa6312

%68.12
%26.98
%4.90

CMYK Percentages of Color #fa6312

%0
%60
%93
%2

Triadic Colors of #fa6312

#fa6312 #12fa63 #6312fa

Analogous Colors of #fa6312

#fa6312 #fad712 #fa1235

Monochromatic Colors of #fa6312

#fa6312

Complementary Color

#fa6312 #12a9fa

#fa6312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6312 Color CSS Codes

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

#fa6312 Text Font Color

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

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


#fa6312 Background Color

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

This div background color is #fa6312


#fa6312 Border Color

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

This div border color is #fa6312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6312


Comments

No comments written yet.

Please login to write comment.