Color Hex Logo

#fa742b Color Hex

#FA742B
(250,116,43)
0 Favorites   0 Comments

Color spaces of #fa742b

RGB 25011643
HSL0.060.950.57
HSV21°83°98°
CMYK 0.000.540.83   0.02
XYZ46.105832.98926.2230
Yxy32.98920.54040.3867
Hunter Lab57.436242.774033.7815
CIE-Lab64.152247.380761.1545

#fa742b color RGB value is (250,116,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 00101011
Octal 372 164 53
Decimal 250 116 43
Hex FA 74 2B

RGB Percentages of Color #fa742b

%61.12
%28.36
%10.51

CMYK Percentages of Color #fa742b

%0
%54
%83
%2

Triadic Colors of #fa742b

#fa742b #2bfa74 #742bfa

Analogous Colors of #fa742b

#fa742b #fadc2b #fa2b4a

Monochromatic Colors of #fa742b

#fa742b

Complementary Color

#fa742b #2bb1fa

#fa742b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa742b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa742b Color CSS Codes

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

#fa742b Text Font Color

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

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


#fa742b Background Color

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

This div background color is #fa742b


#fa742b Border Color

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

This div border color is #fa742b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa742b


Comments

No comments written yet.

Please login to write comment.