Color Hex Logo

#fa1404 Color Hex

#FA1404
(250,20,4)
0 Favorites   0 Comments

Color spaces of #fa1404

RGB 250204
HSL0.010.970.50
HSV98°98°
CMYK 0.000.920.98   0.02
XYZ39.696420.83312.0438
Yxy20.83310.63440.3329
Hunter Lab45.643375.367429.2954
CIE-Lab52.766377.337365.4103

#fa1404 color RGB value is (250,20,4).

#fa1404 hex color red value is 250, green value is 20 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fa1404 hue: 0.01 , saturation: 0.97 and the lightness value of fa1404 is 0.50.

The process color (four color CMYK) of #fa1404 color hex is 0.00, 0.92, 0.98, 0.02. Web safe color of #fa1404 is #ff0000. Color #fa1404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 00000100
Octal 372 24 4
Decimal 250 20 4
Hex FA 14 4

RGB Percentages of Color #fa1404

%91.24
%7.30
%1.46

CMYK Percentages of Color #fa1404

%0
%92
%98
%2

Triadic Colors of #fa1404

#fa1404 #04fa14 #1404fa

Analogous Colors of #fa1404

#fa1404 #fa8f04 #fa046f

Monochromatic Colors of #fa1404

#fa1404

Complementary Color

#fa1404 #04eafa

#fa1404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1404 Color CSS Codes

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

#fa1404 Text Font Color

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

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


#fa1404 Background Color

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

This div background color is #fa1404


#fa1404 Border Color

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

This div border color is #fa1404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1404


Comments

No comments written yet.

Please login to write comment.