Color Hex Logo

#fa5a01 Color Hex

#FA5A01
(250,90,1)
0 Favorites   0 Comments

Color spaces of #fa5a01

RGB 250901
HSL0.060.990.49
HSV21°100°98°
CMYK 0.000.641.00   0.02
XYZ43.086027.63853.0926
Yxy27.63850.58370.3744
Hunter Lab52.572354.289333.3129
CIE-Lab59.560758.399869.2554

#fa5a01 color RGB value is (250,90,1).

#fa5a01 hex color red value is 250, green value is 90 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fa5a01 hue: 0.06 , saturation: 0.99 and the lightness value of fa5a01 is 0.49.

The process color (four color CMYK) of #fa5a01 color hex is 0.00, 0.64, 1.00, 0.02. Web safe color of #fa5a01 is #ff6600. Color #fa5a01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011010 00000001
Octal 372 132 1
Decimal 250 90 1
Hex FA 5A 1

RGB Percentages of Color #fa5a01

%73.31
%26.39
%0.29

CMYK Percentages of Color #fa5a01

%0
%64
%100
%2

Triadic Colors of #fa5a01

#fa5a01 #01fa5a #5a01fa

Analogous Colors of #fa5a01

#fa5a01 #fad701 #fa0124

Monochromatic Colors of #fa5a01

#fa5a01

Complementary Color

#fa5a01 #01a1fa

#fa5a01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5a01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5a01 Color CSS Codes

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

#fa5a01 Text Font Color

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

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


#fa5a01 Background Color

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

This div background color is #fa5a01


#fa5a01 Border Color

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

This div border color is #fa5a01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5a01


Comments

No comments written yet.

Please login to write comment.