Color Hex Logo

#fa9730 Color Hex

#FA9730
(250,151,48)
0 Favorites   0 Comments

Color spaces of #fa9730

RGB 25015148
HSL0.080.950.58
HSV31°81°98°
CMYK 0.000.400.81   0.02
XYZ51.024542.67068.3433
Yxy42.67060.50010.4182
Hunter Lab65.322725.114038.1531
CIE-Lab71.330829.939565.6219

#fa9730 color RGB value is (250,151,48).

#fa9730 hex color red value is 250, green value is 151 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fa9730 hue: 0.08 , saturation: 0.95 and the lightness value of fa9730 is 0.58.

The process color (four color CMYK) of #fa9730 color hex is 0.00, 0.40, 0.81, 0.02. Web safe color of #fa9730 is #ff9933. Color #fa9730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 00110000
Octal 372 227 60
Decimal 250 151 48
Hex FA 97 30

RGB Percentages of Color #fa9730

%55.68
%33.63
%10.69

CMYK Percentages of Color #fa9730

%0
%40
%81
%2

Triadic Colors of #fa9730

#fa9730 #30fa97 #9730fa

Analogous Colors of #fa9730

#fa9730 #f8fa30 #fa3230

Monochromatic Colors of #fa9730

#fa9730

Complementary Color

#fa9730 #3093fa

#fa9730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9730 Color CSS Codes

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

#fa9730 Text Font Color

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

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


#fa9730 Background Color

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

This div background color is #fa9730


#fa9730 Border Color

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

This div border color is #fa9730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9730

Related Colors


Comments

No comments written yet.

Please login to write comment.