Color Hex Logo

#fa5b41 Color Hex

#FA5B41
(250,91,65)
0 Favorites   0 Comments

Color spaces of #fa5b41

RGB 2509165
HSL0.020.950.62
HSV74°98°
CMYK 0.000.640.74   0.02
XYZ44.119628.18788.1165
Yxy28.18780.54860.3505
Hunter Lab53.092255.422228.1005
CIE-Lab60.058059.303446.9628

#fa5b41 color RGB value is (250,91,65).

#fa5b41 hex color red value is 250, green value is 91 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fa5b41 hue: 0.02 , saturation: 0.95 and the lightness value of fa5b41 is 0.62.

The process color (four color CMYK) of #fa5b41 color hex is 0.00, 0.64, 0.74, 0.02. Web safe color of #fa5b41 is #ff6633. Color #fa5b41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011011 01000001
Octal 372 133 101
Decimal 250 91 65
Hex FA 5B 41

RGB Percentages of Color #fa5b41

%61.58
%22.41
%16.01

CMYK Percentages of Color #fa5b41

%0
%64
%74
%2

Triadic Colors of #fa5b41

#fa5b41 #41fa5b #5b41fa

Analogous Colors of #fa5b41

#fa5b41 #fab841 #fa4184

Monochromatic Colors of #fa5b41

#fa5b41

Complementary Color

#fa5b41 #41e0fa

#fa5b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5b41 Color CSS Codes

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

#fa5b41 Text Font Color

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

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


#fa5b41 Background Color

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

This div background color is #fa5b41


#fa5b41 Border Color

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

This div border color is #fa5b41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5b41

Related Colors


Comments

No comments written yet.

Please login to write comment.