Color Hex Logo

#faa842 Color Hex

#FAA842
(250,168,66)
0 Favorites   0 Comments

Color spaces of #faa842

RGB 25016866
HSL0.090.950.62
HSV33°74°98°
CMYK 0.000.330.74   0.02
XYZ54.410348.722611.6909
Yxy48.72260.47390.4243
Hunter Lab69.801616.987938.9308
CIE-Lab75.278421.720562.3177

#faa842 color RGB value is (250,168,66).

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

The process color (four color CMYK) of #faa842 color hex is 0.00, 0.33, 0.74, 0.02. Web safe color of #faa842 is #ff9933. Color #faa842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 01000010
Octal 372 250 102
Decimal 250 168 66
Hex FA A8 42

RGB Percentages of Color #faa842

%51.65
%34.71
%13.64

CMYK Percentages of Color #faa842

%0
%33
%74
%2

Triadic Colors of #faa842

#faa842 #42faa8 #a842fa

Analogous Colors of #faa842

#faa842 #f0fa42 #fa4c42

Monochromatic Colors of #faa842

#faa842

Complementary Color

#faa842 #4294fa

#faa842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa842 Color CSS Codes

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

#faa842 Text Font Color

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

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


#faa842 Background Color

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

This div background color is #faa842


#faa842 Border Color

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

This div border color is #faa842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa842


Comments

No comments written yet.

Please login to write comment.