Color Hex Logo

#fa542b Color Hex

#FA542B
(250,84,43)
0 Favorites   0 Comments

Color spaces of #fa542b

RGB 2508443
HSL0.030.950.57
HSV12°83°98°
CMYK 0.000.660.83   0.02
XYZ43.030726.83915.1980
Yxy26.83910.57320.3575
Hunter Lab51.806557.601630.3157
CIE-Lab58.825161.406256.4558

#fa542b color RGB value is (250,84,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010100 00101011
Octal 372 124 53
Decimal 250 84 43
Hex FA 54 2B

RGB Percentages of Color #fa542b

%66.31
%22.28
%11.41

CMYK Percentages of Color #fa542b

%0
%66
%83
%2

Triadic Colors of #fa542b

#fa542b #2bfa54 #542bfa

Analogous Colors of #fa542b

#fa542b #fabc2b #fa2b6a

Monochromatic Colors of #fa542b

#fa542b

Complementary Color

#fa542b #2bd1fa

#fa542b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa542b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa542b Color CSS Codes

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

#fa542b Text Font Color

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

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


#fa542b Background Color

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

This div background color is #fa542b


#fa542b Border Color

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

This div border color is #fa542b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa542b

Related Colors


Comments

No comments written yet.

Please login to write comment.