Color Hex Logo

#fa3918 Color Hex

#FA3918
(250,57,24)
0 Favorites   0 Comments

Color spaces of #fa3918

RGB 2505724
HSL0.020.960.54
HSV90°98°
CMYK 0.000.770.90   0.02
XYZ41.052323.31623.2009
Yxy23.31620.60760.3451
Hunter Lab48.286967.254329.8705
CIE-Lab55.396670.208061.3716

#fa3918 color RGB value is (250,57,24).

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

The process color (four color CMYK) of #fa3918 color hex is 0.00, 0.77, 0.90, 0.02. Web safe color of #fa3918 is #ff3300. Color #fa3918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111001 00011000
Octal 372 71 30
Decimal 250 57 24
Hex FA 39 18

RGB Percentages of Color #fa3918

%75.53
%17.22
%7.25

CMYK Percentages of Color #fa3918

%0
%77
%90
%2

Triadic Colors of #fa3918

#fa3918 #18fa39 #3918fa

Analogous Colors of #fa3918

#fa3918 #faaa18 #fa1868

Monochromatic Colors of #fa3918

#fa3918

Complementary Color

#fa3918 #18d9fa

#fa3918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3918 Color CSS Codes

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

#fa3918 Text Font Color

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

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


#fa3918 Background Color

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

This div background color is #fa3918


#fa3918 Border Color

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

This div border color is #fa3918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3918

Related Colors


Comments

No comments written yet.

Please login to write comment.