Color Hex Logo

#fa011b Color Hex

#FA011B
(250,1,27)
0 Favorites   0 Comments

Color spaces of #fa011b

RGB 250127
HSL0.980.990.49
HSV354°100°98°
CMYK 0.001.000.89   0.02
XYZ39.633020.42482.8904
Yxy20.42480.62960.3245
Hunter Lab45.193877.447627.8437
CIE-Lab52.314179.087458.1213

#fa011b color RGB value is (250,1,27).

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

The process color (four color CMYK) of #fa011b color hex is 0.00, 1.00, 0.89, 0.02. Web safe color of #fa011b is #ff0033. Color #fa011b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 00011011
Octal 372 1 33
Decimal 250 1 27
Hex FA 1 1B

RGB Percentages of Color #fa011b

%89.93
%0.36
%9.71

CMYK Percentages of Color #fa011b

%0
%100
%89
%2

Triadic Colors of #fa011b

#fa011b #1bfa01 #011bfa

Analogous Colors of #fa011b

#fa011b #fa6301 #fa0198

Monochromatic Colors of #fa011b

#fa011b

Complementary Color

#fa011b #01fae0

#fa011b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa011b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa011b Color CSS Codes

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

#fa011b Text Font Color

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

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


#fa011b Background Color

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

This div background color is #fa011b


#fa011b Border Color

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

This div border color is #fa011b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa011b

Related Colors


Comments

No comments written yet.

Please login to write comment.