Color Hex Logo

#fa750b Color Hex

#FA750B
(250,117,11)
0 Favorites   0 Comments

Color spaces of #fa750b

RGB 25011711
HSL0.070.960.51
HSV27°96°98°
CMYK 0.000.530.96   0.02
XYZ45.846033.07074.2835
Yxy33.07070.55100.3975
Hunter Lab57.507141.666835.8387
CIE-Lab64.218146.357170.2861

#fa750b color RGB value is (250,117,11).

#fa750b hex color red value is 250, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fa750b hue: 0.07 , saturation: 0.96 and the lightness value of fa750b is 0.51.

The process color (four color CMYK) of #fa750b color hex is 0.00, 0.53, 0.96, 0.02. Web safe color of #fa750b is #ff6600. Color #fa750b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 00001011
Octal 372 165 13
Decimal 250 117 11
Hex FA 75 B

RGB Percentages of Color #fa750b

%66.14
%30.95
%2.91

CMYK Percentages of Color #fa750b

%0
%53
%96
%2

Triadic Colors of #fa750b

#fa750b #0bfa75 #750bfa

Analogous Colors of #fa750b

#fa750b #faed0b #fa0b19

Monochromatic Colors of #fa750b

#fa750b

Complementary Color

#fa750b #0b90fa

#fa750b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa750b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa750b Color CSS Codes

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

#fa750b Text Font Color

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

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


#fa750b Background Color

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

This div background color is #fa750b


#fa750b Border Color

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

This div border color is #fa750b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa750b


Comments

No comments written yet.

Please login to write comment.