Color Hex Logo

#fa562a Color Hex

#FA562A
(250,86,42)
0 Favorites   0 Comments

Color spaces of #fa562a

RGB 2508642
HSL0.040.950.57
HSV13°83°98°
CMYK 0.000.660.83   0.02
XYZ43.170027.14675.1550
Yxy27.14670.57200.3597
Hunter Lab52.102556.718430.6056
CIE-Lab59.109960.592657.1474

#fa562a color RGB value is (250,86,42).

#fa562a hex color red value is 250, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fa562a hue: 0.04 , saturation: 0.95 and the lightness value of fa562a is 0.57.

The process color (four color CMYK) of #fa562a color hex is 0.00, 0.66, 0.83, 0.02. Web safe color of #fa562a is #ff6633. Color #fa562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010110 00101010
Octal 372 126 52
Decimal 250 86 42
Hex FA 56 2A

RGB Percentages of Color #fa562a

%66.14
%22.75
%11.11

CMYK Percentages of Color #fa562a

%0
%66
%83
%2

Triadic Colors of #fa562a

#fa562a #2afa56 #562afa

Analogous Colors of #fa562a

#fa562a #fabe2a #fa2a66

Monochromatic Colors of #fa562a

#fa562a

Complementary Color

#fa562a #2acefa

#fa562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa562a Color CSS Codes

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

#fa562a Text Font Color

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

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


#fa562a Background Color

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

This div background color is #fa562a


#fa562a Border Color

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

This div border color is #fa562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa562a


Comments

No comments written yet.

Please login to write comment.