Color Hex Logo

#fa131a Color Hex

#FA131A
(250,19,26)
0 Favorites   0 Comments

Color spaces of #fa131a

RGB 2501926
HSL0.990.960.53
HSV358°92°98°
CMYK 0.000.920.90   0.02
XYZ39.843720.86432.9045
Yxy20.86430.62640.3280
Hunter Lab45.677575.767128.2041
CIE-Lab52.800777.651258.8632

#fa131a color RGB value is (250,19,26).

#fa131a hex color red value is 250, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fa131a hue: 0.99 , saturation: 0.96 and the lightness value of fa131a is 0.53.

The process color (four color CMYK) of #fa131a color hex is 0.00, 0.92, 0.90, 0.02. Web safe color of #fa131a is #ff0033. Color #fa131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 00011010
Octal 372 23 32
Decimal 250 19 26
Hex FA 13 1A

RGB Percentages of Color #fa131a

%84.75
%6.44
%8.81

CMYK Percentages of Color #fa131a

%0
%92
%90
%2

Triadic Colors of #fa131a

#fa131a #1afa13 #131afa

Analogous Colors of #fa131a

#fa131a #fa8013 #fa138e

Monochromatic Colors of #fa131a

#fa131a

Complementary Color

#fa131a #13faf3

#fa131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa131a Color CSS Codes

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

#fa131a Text Font Color

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

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


#fa131a Background Color

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

This div background color is #fa131a


#fa131a Border Color

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

This div border color is #fa131a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa131a

#fa131a Color Palettes


Comments

No comments written yet.

Please login to write comment.