Color Hex Logo

#fab016 Color Hex

#FAB016
(250,176,22)
0 Favorites   0 Comments

Color spaces of #fab016

RGB 25017622
HSL0.110.960.53
HSV41°91°98°
CMYK 0.000.300.91   0.02
XYZ55.094551.43267.7827
Yxy51.43260.48200.4499
Hunter Lab71.716511.624443.7674
CIE-Lab76.940316.290177.2403

#fab016 color RGB value is (250,176,22).

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

The process color (four color CMYK) of #fab016 color hex is 0.00, 0.30, 0.91, 0.02. Web safe color of #fab016 is #ff9900. Color #fab016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 00010110
Octal 372 260 26
Decimal 250 176 22
Hex FA B0 16

RGB Percentages of Color #fab016

%55.80
%39.29
%4.91

CMYK Percentages of Color #fab016

%0
%30
%91
%2

Triadic Colors of #fab016

#fab016 #16fab0 #b016fa

Analogous Colors of #fab016

#fab016 #d2fa16 #fa3e16

Monochromatic Colors of #fab016

#fab016

Complementary Color

#fab016 #1660fa

#fab016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab016 Color CSS Codes

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

#fab016 Text Font Color

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

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


#fab016 Background Color

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

This div background color is #fab016


#fab016 Border Color

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

This div border color is #fab016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab016


Comments

No comments written yet.

Please login to write comment.