Color Hex Logo

#fa021a Color Hex

#FA021A
(250,2,26)
0 Favorites   0 Comments

Color spaces of #fa021a

RGB 250226
HSL0.980.980.49
HSV354°99°98°
CMYK 0.000.990.90   0.02
XYZ39.632520.44202.8341
Yxy20.44200.63000.3249
Hunter Lab45.212877.346427.9325
CIE-Lab52.333379.003258.5442

#fa021a color RGB value is (250,2,26).

#fa021a hex color red value is 250, green value is 2 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fa021a hue: 0.98 , saturation: 0.98 and the lightness value of fa021a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000010 00011010
Octal 372 2 32
Decimal 250 2 26
Hex FA 2 1A

RGB Percentages of Color #fa021a

%89.93
%0.72
%9.35

CMYK Percentages of Color #fa021a

%0
%99
%90
%2

Triadic Colors of #fa021a

#fa021a #1afa02 #021afa

Analogous Colors of #fa021a

#fa021a #fa6602 #fa0296

Monochromatic Colors of #fa021a

#fa021a

Complementary Color

#fa021a #02fae2

#fa021a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa021a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa021a Color CSS Codes

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

#fa021a Text Font Color

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

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


#fa021a Background Color

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

This div background color is #fa021a


#fa021a Border Color

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

This div border color is #fa021a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa021a


Comments

No comments written yet.

Please login to write comment.