Color Hex Logo

#fab549 Color Hex

#FAB549
(250,181,73)
0 Favorites   0 Comments

Color spaces of #fab549

RGB 25018173
HSL0.100.950.63
HSV37°71°98°
CMYK 0.000.280.71   0.02
XYZ57.150853.852813.6858
Yxy53.85280.45830.4319
Hunter Lab73.384510.590540.3119
CIE-Lab78.375815.226062.5326

#fab549 color RGB value is (250,181,73).

#fab549 hex color red value is 250, green value is 181 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fab549 hue: 0.10 , saturation: 0.95 and the lightness value of fab549 is 0.63.

The process color (four color CMYK) of #fab549 color hex is 0.00, 0.28, 0.71, 0.02. Web safe color of #fab549 is #ffcc33. Color #fab549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 01001001
Octal 372 265 111
Decimal 250 181 73
Hex FA B5 49

RGB Percentages of Color #fab549

%49.60
%35.91
%14.48

CMYK Percentages of Color #fab549

%0
%28
%71
%2

Triadic Colors of #fab549

#fab549 #49fab5 #b549fa

Analogous Colors of #fab549

#fab549 #e7fa49 #fa5c49

Monochromatic Colors of #fab549

#fab549

Complementary Color

#fab549 #498efa

#fab549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab549 Color CSS Codes

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

#fab549 Text Font Color

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

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


#fab549 Background Color

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

This div background color is #fab549


#fab549 Border Color

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

This div border color is #fab549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab549


Comments

No comments written yet.

Please login to write comment.