color codes Logo

#faa45d color codes

#FAA45D
(250,164,93)
0 Favorites   0 Comments

Color spaces of #faa45d

RGB 25016493
HSL0.080.940.67
HSV27°63°98°
CMYK 0.000.340.63   0.02
XYZ54.675647.665216.6745
Yxy47.66520.45940.4005
Hunter Lab69.040020.541534.0083
CIE-Lab74.613325.261249.2272

#faa45d color RGB value is (250,164,93).

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

The process color (four color CMYK) of #faa45d color code is 0.00, 0.34, 0.63, 0.02. Web safe color of #faa45d is #ff9966. Color #faa45d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 01011101
Octal 372 244 135
Decimal 250 164 93
Hex FA A4 5D

RGB Percentages of Color #faa45d

%49.31
%32.35
%18.34

CMYK Percentages of Color #faa45d

%0
%34
%63
%2

Triadic Colors of #faa45d

#faa45d #5dfaa4 #a45dfa

Analogous Colors of #faa45d

#faa45d #faf35d #fa5d65

Monochromatic Colors of #faa45d

#faa45d

Complementary Color

#faa45d #5db3fa

#faa45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa45d Color CSS Codes

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

#faa45d Text Font Color

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

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


#faa45d Background Color

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

This div background color is #faa45d


#faa45d Border Color

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

This div border color is #faa45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa45d


Comments

No comments written yet.

Please login to write comment.