Color Hex Logo

#fa3415 Color Hex

#FA3415
(250,52,21)
0 Favorites   0 Comments

Color spaces of #fa3415

RGB 2505221
HSL0.020.960.53
HSV92°98°
CMYK 0.000.790.92   0.02
XYZ40.787722.83412.9671
Yxy22.83410.61250.3429
Hunter Lab47.785068.737829.7681
CIE-Lab54.901071.530062.0583

#fa3415 color RGB value is (250,52,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110100 00010101
Octal 372 64 25
Decimal 250 52 21
Hex FA 34 15

RGB Percentages of Color #fa3415

%77.40
%16.10
%6.50

CMYK Percentages of Color #fa3415

%0
%79
%92
%2

Triadic Colors of #fa3415

#fa3415 #15fa34 #3415fa

Analogous Colors of #fa3415

#fa3415 #faa715 #fa1569

Monochromatic Colors of #fa3415

#fa3415

Complementary Color

#fa3415 #15dbfa

#fa3415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3415 Color CSS Codes

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

#fa3415 Text Font Color

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

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


#fa3415 Background Color

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

This div background color is #fa3415


#fa3415 Border Color

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

This div border color is #fa3415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3415

Related Colors


Comments

No comments written yet.

Please login to write comment.