Color Hex Logo

#fa290e Color Hex

#FA290E
(250,41,14)
0 Favorites   0 Comments

Color spaces of #fa290e

RGB 2504114
HSL0.020.960.52
HSV94°98°
CMYK 0.000.840.94   0.02
XYZ40.296521.94162.5267
Yxy21.94160.62220.3388
Hunter Lab46.841971.584429.5911
CIE-Lab53.965074.044763.5829

#fa290e color RGB value is (250,41,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 00001110
Octal 372 51 16
Decimal 250 41 14
Hex FA 29 E

RGB Percentages of Color #fa290e

%81.97
%13.44
%4.59

CMYK Percentages of Color #fa290e

%0
%84
%94
%2

Triadic Colors of #fa290e

#fa290e #0efa29 #290efa

Analogous Colors of #fa290e

#fa290e #fa9f0e #fa0e69

Monochromatic Colors of #fa290e

#fa290e

Complementary Color

#fa290e #0edffa

#fa290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa290e Color CSS Codes

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

#fa290e Text Font Color

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

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


#fa290e Background Color

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

This div background color is #fa290e


#fa290e Border Color

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

This div border color is #fa290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa290e


Comments

No comments written yet.

Please login to write comment.