Color Hex Logo

#faa208 Color Hex

#FAA208
(250,162,8)
0 Favorites   0 Comments

Color spaces of #faa208

RGB 2501628
HSL0.110.960.51
HSV38°97°98°
CMYK 0.000.350.97   0.02
XYZ52.388546.18226.3826
Yxy46.18220.49920.4400
Hunter Lab67.957518.680242.0017
CIE-Lab73.663623.473676.9005

#faa208 color RGB value is (250,162,8).

#faa208 hex color red value is 250, green value is 162 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #faa208 hue: 0.11 , saturation: 0.96 and the lightness value of faa208 is 0.51.

The process color (four color CMYK) of #faa208 color hex is 0.00, 0.35, 0.97, 0.02. Web safe color of #faa208 is #ff9900. Color #faa208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 00001000
Octal 372 242 10
Decimal 250 162 8
Hex FA A2 8

RGB Percentages of Color #faa208

%59.52
%38.57
%1.90

CMYK Percentages of Color #faa208

%0
%35
%97
%2

Triadic Colors of #faa208

#faa208 #08faa2 #a208fa

Analogous Colors of #faa208

#faa208 #d9fa08 #fa2908

Monochromatic Colors of #faa208

#faa208

Complementary Color

#faa208 #0860fa

#faa208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa208 Color CSS Codes

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

#faa208 Text Font Color

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

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


#faa208 Background Color

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

This div background color is #faa208


#faa208 Border Color

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

This div border color is #faa208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa208


Comments

No comments written yet.

Please login to write comment.