Color Hex Logo

#fa921f Color Hex

#FA921F
(250,146,31)
0 Favorites   0 Comments

Color spaces of #fa921f

RGB 25014631
HSL0.090.960.55
HSV32°88°98°
CMYK 0.000.420.88   0.02
XYZ49.950540.98076.5737
Yxy40.98070.51230.4203
Hunter Lab64.016227.251638.7229
CIE-Lab70.162432.104470.0962

#fa921f color RGB value is (250,146,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010010 00011111
Octal 372 222 37
Decimal 250 146 31
Hex FA 92 1F

RGB Percentages of Color #fa921f

%58.55
%34.19
%7.26

CMYK Percentages of Color #fa921f

%0
%42
%88
%2

Triadic Colors of #fa921f

#fa921f #1ffa92 #921ffa

Analogous Colors of #fa921f

#fa921f #f5fa1f #fa241f

Monochromatic Colors of #fa921f

#fa921f

Complementary Color

#fa921f #1f87fa

#fa921f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa921f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa921f Color CSS Codes

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

#fa921f Text Font Color

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

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


#fa921f Background Color

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

This div background color is #fa921f


#fa921f Border Color

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

This div border color is #fa921f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa921f


Comments

No comments written yet.

Please login to write comment.