Color Hex Logo

#fa380e Color Hex

#FA380E
(250,56,14)
0 Favorites   0 Comments

Color spaces of #fa380e

RGB 2505614
HSL0.030.960.52
HSV11°94°98°
CMYK 0.000.780.94   0.02
XYZ40.917823.18402.7338
Yxy23.18400.61220.3469
Hunter Lab48.149867.427730.3385
CIE-Lab55.261470.377564.3002

#fa380e color RGB value is (250,56,14).

#fa380e hex color red value is 250, green value is 56 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fa380e hue: 0.03 , saturation: 0.96 and the lightness value of fa380e is 0.52.

The process color (four color CMYK) of #fa380e color hex is 0.00, 0.78, 0.94, 0.02. Web safe color of #fa380e is #ff3300. Color #fa380e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 00001110
Octal 372 70 16
Decimal 250 56 14
Hex FA 38 E

RGB Percentages of Color #fa380e

%78.13
%17.50
%4.38

CMYK Percentages of Color #fa380e

%0
%78
%94
%2

Triadic Colors of #fa380e

#fa380e #0efa38 #380efa

Analogous Colors of #fa380e

#fa380e #faae0e #fa0e5a

Monochromatic Colors of #fa380e

#fa380e

Complementary Color

#fa380e #0ed0fa

#fa380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa380e Color CSS Codes

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

#fa380e Text Font Color

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

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


#fa380e Background Color

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

This div background color is #fa380e


#fa380e Border Color

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

This div border color is #fa380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa380e


Comments

No comments written yet.

Please login to write comment.