Color Hex Logo

#fa351b Color Hex

#FA351B
(250,53,27)
0 Favorites   0 Comments

Color spaces of #fa351b

RGB 2505327
HSL0.020.960.54
HSV89°98°
CMYK 0.000.790.89   0.02
XYZ40.895322.94933.3112
Yxy22.94930.60900.3417
Hunter Lab47.905468.545129.4357
CIE-Lab55.020171.348360.0215

#fa351b color RGB value is (250,53,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110101 00011011
Octal 372 65 33
Decimal 250 53 27
Hex FA 35 1B

RGB Percentages of Color #fa351b

%75.76
%16.06
%8.18

CMYK Percentages of Color #fa351b

%0
%79
%89
%2

Triadic Colors of #fa351b

#fa351b #1bfa35 #351bfa

Analogous Colors of #fa351b

#fa351b #faa51b #fa1b71

Monochromatic Colors of #fa351b

#fa351b

Complementary Color

#fa351b #1be0fa

#fa351b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa351b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa351b Color CSS Codes

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

#fa351b Text Font Color

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

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


#fa351b Background Color

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

This div background color is #fa351b


#fa351b Border Color

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

This div border color is #fa351b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa351b

Related Colors


Comments

No comments written yet.

Please login to write comment.