Color Hex Logo

#fa922f Color Hex

#FA922F
(250,146,47)
0 Favorites   0 Comments

Color spaces of #fa922f

RGB 25014647
HSL0.080.950.58
HSV29°81°98°
CMYK 0.000.420.81   0.02
XYZ50.216341.08707.9732
Yxy41.08700.50580.4139
Hunter Lab64.099127.666337.4944
CIE-Lab70.236832.498065.0108

#fa922f color RGB value is (250,146,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010010 00101111
Octal 372 222 57
Decimal 250 146 47
Hex FA 92 2F

RGB Percentages of Color #fa922f

%56.43
%32.96
%10.61

CMYK Percentages of Color #fa922f

%0
%42
%81
%2

Triadic Colors of #fa922f

#fa922f #2ffa92 #922ffa

Analogous Colors of #fa922f

#fa922f #faf82f #fa2f31

Monochromatic Colors of #fa922f

#fa922f

Complementary Color

#fa922f #2f97fa

#fa922f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa922f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa922f Color CSS Codes

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

#fa922f Text Font Color

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

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


#fa922f Background Color

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

This div background color is #fa922f


#fa922f Border Color

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

This div border color is #fa922f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,146,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 #fa922f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa922f


Comments

No comments written yet.

Please login to write comment.