Color Hex Logo

#fab949 Color Hex

#FAB949
(250,185,73)
0 Favorites   0 Comments

Color spaces of #fab949

RGB 25018573
HSL0.110.950.63
HSV38°71°98°
CMYK 0.000.260.71   0.02
XYZ57.975955.503013.9608
Yxy55.50300.45490.4355
Hunter Lab74.50038.532541.0397
CIE-Lab79.330113.133963.5113

#fab949 color RGB value is (250,185,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01001001
Octal 372 271 111
Decimal 250 185 73
Hex FA B9 49

RGB Percentages of Color #fab949

%49.21
%36.42
%14.37

CMYK Percentages of Color #fab949

%0
%26
%71
%2

Triadic Colors of #fab949

#fab949 #49fab9 #b949fa

Analogous Colors of #fab949

#fab949 #e3fa49 #fa6149

Monochromatic Colors of #fab949

#fab949

Complementary Color

#fab949 #498afa

#fab949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab949 Color CSS Codes

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

#fab949 Text Font Color

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

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


#fab949 Background Color

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

This div background color is #fab949


#fab949 Border Color

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

This div border color is #fab949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,185,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 #fab949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab949


Comments

No comments written yet.

Please login to write comment.