Color Hex Logo

#fa3115 Color Hex

#FA3115
(250,49,21)
0 Favorites   0 Comments

Color spaces of #fa3115

RGB 2504921
HSL0.020.960.53
HSV92°98°
CMYK 0.000.800.92   0.02
XYZ40.658022.57482.9239
Yxy22.57480.61460.3412
Hunter Lab47.512969.599229.6104
CIE-Lab54.631672.291161.8873

#fa3115 color RGB value is (250,49,21).

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

The process color (four color CMYK) of #fa3115 color hex is 0.00, 0.80, 0.92, 0.02. Web safe color of #fa3115 is #ff3300. Color #fa3115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110001 00010101
Octal 372 61 25
Decimal 250 49 21
Hex FA 31 15

RGB Percentages of Color #fa3115

%78.13
%15.31
%6.56

CMYK Percentages of Color #fa3115

%0
%80
%92
%2

Triadic Colors of #fa3115

#fa3115 #15fa31 #3115fa

Analogous Colors of #fa3115

#fa3115 #faa415 #fa156c

Monochromatic Colors of #fa3115

#fa3115

Complementary Color

#fa3115 #15defa

#fa3115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3115 Color CSS Codes

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

#fa3115 Text Font Color

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

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


#fa3115 Background Color

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

This div background color is #fa3115


#fa3115 Border Color

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

This div border color is #fa3115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3115


Comments

No comments written yet.

Please login to write comment.