Color Hex Logo

#fa2912 Color Hex

#FA2912
(250,41,18)
0 Favorites   0 Comments

Color spaces of #fa2912

RGB 2504118
HSL0.020.960.53
HSV93°98°
CMYK 0.000.840.93   0.02
XYZ40.326521.95352.6843
Yxy21.95350.62070.3379
Hunter Lab46.854671.634829.4015
CIE-Lab53.977674.083462.4425

#fa2912 color RGB value is (250,41,18).

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

The process color (four color CMYK) of #fa2912 color hex is 0.00, 0.84, 0.93, 0.02. Web safe color of #fa2912 is #ff3300. Color #fa2912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 00010010
Octal 372 51 22
Decimal 250 41 18
Hex FA 29 12

RGB Percentages of Color #fa2912

%80.91
%13.27
%5.83

CMYK Percentages of Color #fa2912

%0
%84
%93
%2

Triadic Colors of #fa2912

#fa2912 #12fa29 #2912fa

Analogous Colors of #fa2912

#fa2912 #fa9d12 #fa126f

Monochromatic Colors of #fa2912

#fa2912

Complementary Color

#fa2912 #12e3fa

#fa2912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2912 Color CSS Codes

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

#fa2912 Text Font Color

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

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


#fa2912 Background Color

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

This div background color is #fa2912


#fa2912 Border Color

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

This div border color is #fa2912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2912


Comments

No comments written yet.

Please login to write comment.