Color Hex Logo

#fa270e Color Hex

#FA270E
(250,39,14)
0 Favorites   0 Comments

Color spaces of #fa270e

RGB 2503914
HSL0.020.960.52
HSV94°98°
CMYK 0.000.840.94   0.02
XYZ40.229121.80672.5043
Yxy21.80670.62330.3379
Hunter Lab46.697672.053429.5087
CIE-Lab53.821374.454563.5043

#fa270e color RGB value is (250,39,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100111 00001110
Octal 372 47 16
Decimal 250 39 14
Hex FA 27 E

RGB Percentages of Color #fa270e

%82.51
%12.87
%4.62

CMYK Percentages of Color #fa270e

%0
%84
%94
%2

Triadic Colors of #fa270e

#fa270e #0efa27 #270efa

Analogous Colors of #fa270e

#fa270e #fa9d0e #fa0e6b

Monochromatic Colors of #fa270e

#fa270e

Complementary Color

#fa270e #0ee1fa

#fa270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa270e Color CSS Codes

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

#fa270e Text Font Color

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

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


#fa270e Background Color

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

This div background color is #fa270e


#fa270e Border Color

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

This div border color is #fa270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa270e


Comments

No comments written yet.

Please login to write comment.