Color Hex Logo

#faa130 Color Hex

#FAA130
(250,161,48)
0 Favorites   0 Comments

Color spaces of #faa130

RGB 25016148
HSL0.090.950.58
HSV34°81°98°
CMYK 0.000.360.81   0.02
XYZ52.702746.02718.9027
Yxy46.02710.48970.4276
Hunter Lab67.843319.938439.7100
CIE-Lab73.563124.724767.6130

#faa130 color RGB value is (250,161,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 00110000
Octal 372 241 60
Decimal 250 161 48
Hex FA A1 30

RGB Percentages of Color #faa130

%54.47
%35.08
%10.46

CMYK Percentages of Color #faa130

%0
%36
%81
%2

Triadic Colors of #faa130

#faa130 #30faa1 #a130fa

Analogous Colors of #faa130

#faa130 #eefa30 #fa3c30

Monochromatic Colors of #faa130

#faa130

Complementary Color

#faa130 #3089fa

#faa130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa130 Color CSS Codes

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

#faa130 Text Font Color

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

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


#faa130 Background Color

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

This div background color is #faa130


#faa130 Border Color

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

This div border color is #faa130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa130

Related Colors


Comments

No comments written yet.

Please login to write comment.