Color Hex Logo

#faa45b Color Hex

#FAA45B
(250,164,91)
0 Favorites   0 Comments

Color spaces of #faa45b

RGB 25016491
HSL0.080.940.67
HSV28°64°98°
CMYK 0.000.340.64   0.02
XYZ54.588147.630216.2140
Yxy47.63020.46090.4022
Hunter Lab69.014620.411534.3809
CIE-Lab74.591125.134950.1832

#faa45b color RGB value is (250,164,91).

#faa45b hex color red value is 250, green value is 164 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #faa45b hue: 0.08 , saturation: 0.94 and the lightness value of faa45b is 0.67.

The process color (four color CMYK) of #faa45b color hex is 0.00, 0.34, 0.64, 0.02. Web safe color of #faa45b is #ff9966. Color #faa45b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 01011011
Octal 372 244 133
Decimal 250 164 91
Hex FA A4 5B

RGB Percentages of Color #faa45b

%49.50
%32.48
%18.02

CMYK Percentages of Color #faa45b

%0
%34
%64
%2

Triadic Colors of #faa45b

#faa45b #5bfaa4 #a45bfa

Analogous Colors of #faa45b

#faa45b #faf45b #fa5b61

Monochromatic Colors of #faa45b

#faa45b

Complementary Color

#faa45b #5bb1fa

#faa45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa45b Color CSS Codes

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

#faa45b Text Font Color

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

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


#faa45b Background Color

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

This div background color is #faa45b


#faa45b Border Color

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

This div border color is #faa45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa45b

Related Colors


Comments

No comments written yet.

Please login to write comment.