Color Hex Logo

#fa741b Color Hex

#FA741B
(250,116,27)
0 Favorites   0 Comments

Color spaces of #fa741b

RGB 25011627
HSL0.070.960.54
HSV24°89°98°
CMYK 0.000.540.89   0.02
XYZ45.867632.89394.9686
Yxy32.89390.54780.3929
Hunter Lab57.353242.385335.0109
CIE-Lab64.074947.035966.5906

#fa741b color RGB value is (250,116,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 00011011
Octal 372 164 33
Decimal 250 116 27
Hex FA 74 1B

RGB Percentages of Color #fa741b

%63.61
%29.52
%6.87

CMYK Percentages of Color #fa741b

%0
%54
%89
%2

Triadic Colors of #fa741b

#fa741b #1bfa74 #741bfa

Analogous Colors of #fa741b

#fa741b #fae41b #fa1b31

Monochromatic Colors of #fa741b

#fa741b

Complementary Color

#fa741b #1ba1fa

#fa741b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa741b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa741b Color CSS Codes

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

#fa741b Text Font Color

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

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


#fa741b Background Color

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

This div background color is #fa741b


#fa741b Border Color

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

This div border color is #fa741b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa741b


Comments

No comments written yet.

Please login to write comment.