Color Hex Logo

#fa912f Color Hex

#FA912F
(250,145,47)
0 Favorites   0 Comments

Color spaces of #fa912f

RGB 25014547
HSL0.080.950.58
HSV29°81°98°
CMYK 0.000.420.81   0.02
XYZ50.062840.78007.9221
Yxy40.78000.50690.4129
Hunter Lab63.859228.182537.3462
CIE-Lab70.021533.013864.8187

#fa912f color RGB value is (250,145,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010001 00101111
Octal 372 221 57
Decimal 250 145 47
Hex FA 91 2F

RGB Percentages of Color #fa912f

%56.56
%32.81
%10.63

CMYK Percentages of Color #fa912f

%0
%42
%81
%2

Triadic Colors of #fa912f

#fa912f #2ffa91 #912ffa

Analogous Colors of #fa912f

#fa912f #faf72f #fa2f32

Monochromatic Colors of #fa912f

#fa912f

Complementary Color

#fa912f #2f98fa

#fa912f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa912f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa912f Color CSS Codes

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

#fa912f Text Font Color

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

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


#fa912f Background Color

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

This div background color is #fa912f


#fa912f Border Color

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

This div border color is #fa912f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa912f


Comments

No comments written yet.

Please login to write comment.