Color Hex Logo

#fa731b Color Hex

#FA731B
(250,115,27)
0 Favorites   0 Comments

Color spaces of #fa731b

RGB 25011527
HSL0.070.960.54
HSV24°89°98°
CMYK 0.000.540.89   0.02
XYZ45.752932.66464.9304
Yxy32.66460.54890.3919
Hunter Lab57.153042.877734.8923
CIE-Lab63.888447.512666.4527

#fa731b color RGB value is (250,115,27).

#fa731b hex color red value is 250, green value is 115 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fa731b hue: 0.07 , saturation: 0.96 and the lightness value of fa731b is 0.54.

The process color (four color CMYK) of #fa731b color hex is 0.00, 0.54, 0.89, 0.02. Web safe color of #fa731b is #ff6633. Color #fa731b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 00011011
Octal 372 163 33
Decimal 250 115 27
Hex FA 73 1B

RGB Percentages of Color #fa731b

%63.78
%29.34
%6.89

CMYK Percentages of Color #fa731b

%0
%54
%89
%2

Triadic Colors of #fa731b

#fa731b #1bfa73 #731bfa

Analogous Colors of #fa731b

#fa731b #fae31b #fa1b32

Monochromatic Colors of #fa731b

#fa731b

Complementary Color

#fa731b #1ba2fa

#fa731b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa731b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa731b Color CSS Codes

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

#fa731b Text Font Color

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

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


#fa731b Background Color

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

This div background color is #fa731b


#fa731b Border Color

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

This div border color is #fa731b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa731b

Related Colors


Comments

No comments written yet.

Please login to write comment.