Color Hex Logo

#fa601b Color Hex

#FA601B
(250,96,27)
0 Favorites   0 Comments

Color spaces of #fa601b

RGB 2509627
HSL0.050.960.54
HSV19°89°98°
CMYK 0.000.620.89   0.02
XYZ43.805028.76894.2811
Yxy28.76890.57000.3743
Hunter Lab53.636651.916632.8133
CIE-Lab60.577156.143564.0213

#fa601b color RGB value is (250,96,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100000 00011011
Octal 372 140 33
Decimal 250 96 27
Hex FA 60 1B

RGB Percentages of Color #fa601b

%67.02
%25.74
%7.24

CMYK Percentages of Color #fa601b

%0
%62
%89
%2

Triadic Colors of #fa601b

#fa601b #1bfa60 #601bfa

Analogous Colors of #fa601b

#fa601b #fad01b #fa1b45

Monochromatic Colors of #fa601b

#fa601b

Complementary Color

#fa601b #1bb5fa

#fa601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa601b Color CSS Codes

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

#fa601b Text Font Color

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

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


#fa601b Background Color

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

This div background color is #fa601b


#fa601b Border Color

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

This div border color is #fa601b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa601b


Comments

No comments written yet.

Please login to write comment.