Color Hex Logo

#fa331b Color Hex

#FA331B
(250,51,27)
0 Favorites   0 Comments

Color spaces of #fa331b

RGB 2505127
HSL0.020.960.54
HSV89°98°
CMYK 0.000.800.89   0.02
XYZ40.806022.77083.2814
Yxy22.77080.61030.3406
Hunter Lab47.718869.133829.3260
CIE-Lab54.835571.869159.8911

#fa331b color RGB value is (250,51,27).

#fa331b hex color red value is 250, green value is 51 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fa331b hue: 0.02 , saturation: 0.96 and the lightness value of fa331b is 0.54.

The process color (four color CMYK) of #fa331b color hex is 0.00, 0.80, 0.89, 0.02. Web safe color of #fa331b is #ff3333. Color #fa331b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110011 00011011
Octal 372 63 33
Decimal 250 51 27
Hex FA 33 1B

RGB Percentages of Color #fa331b

%76.22
%15.55
%8.23

CMYK Percentages of Color #fa331b

%0
%80
%89
%2

Triadic Colors of #fa331b

#fa331b #1bfa33 #331bfa

Analogous Colors of #fa331b

#fa331b #faa31b #fa1b73

Monochromatic Colors of #fa331b

#fa331b

Complementary Color

#fa331b #1be2fa

#fa331b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa331b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa331b Color CSS Codes

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

#fa331b Text Font Color

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

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


#fa331b Background Color

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

This div background color is #fa331b


#fa331b Border Color

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

This div border color is #fa331b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa331b


Comments

No comments written yet.

Please login to write comment.