Color Hex Logo

#fab16a Color Hex

#FAB16A
(250,177,106)
0 Favorites   0 Comments

Color spaces of #fab16a

RGB 250177106
HSL0.080.940.70
HSV30°58°98°
CMYK 0.000.290.58   0.02
XYZ57.748052.808920.7852
Yxy52.80890.43970.4021
Hunter Lab72.669714.675433.9105
CIE-Lab77.762019.336546.5005

#fab16a color RGB value is (250,177,106).

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

The process color (four color CMYK) of #fab16a color hex is 0.00, 0.29, 0.58, 0.02. Web safe color of #fab16a is #ff9966. Color #fab16a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 01101010
Octal 372 261 152
Decimal 250 177 106
Hex FA B1 6A

RGB Percentages of Color #fab16a

%46.90
%33.21
%19.89

CMYK Percentages of Color #fab16a

%0
%29
%58
%2

Triadic Colors of #fab16a

#fab16a #6afab1 #b16afa

Analogous Colors of #fab16a

#fab16a #faf96a #fa6a6b

Monochromatic Colors of #fab16a

#fab16a

Complementary Color

#fab16a #6ab3fa

#fab16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab16a Color CSS Codes

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

#fab16a Text Font Color

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

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


#fab16a Background Color

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

This div background color is #fab16a


#fab16a Border Color

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

This div border color is #fab16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab16a


Comments

No comments written yet.

Please login to write comment.