Color Hex Logo

#fab022 Color Hex

#FAB022
(250,176,34)
0 Favorites   0 Comments

Color spaces of #fab022

RGB 25017634
HSL0.110.960.56
HSV39°86°98°
CMYK 0.000.300.86   0.02
XYZ55.238451.49028.5406
Yxy51.49020.47920.4467
Hunter Lab71.756711.835443.1729
CIE-Lab76.975016.503374.6888

#fab022 color RGB value is (250,176,34).

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

The process color (four color CMYK) of #fab022 color hex is 0.00, 0.30, 0.86, 0.02. Web safe color of #fab022 is #ff9933. Color #fab022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 00100010
Octal 372 260 42
Decimal 250 176 34
Hex FA B0 22

RGB Percentages of Color #fab022

%54.35
%38.26
%7.39

CMYK Percentages of Color #fab022

%0
%30
%86
%2

Triadic Colors of #fab022

#fab022 #22fab0 #b022fa

Analogous Colors of #fab022

#fab022 #d8fa22 #fa4422

Monochromatic Colors of #fab022

#fab022

Complementary Color

#fab022 #226cfa

#fab022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab022 Color CSS Codes

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

#fab022 Text Font Color

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

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


#fab022 Background Color

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

This div background color is #fab022


#fab022 Border Color

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

This div border color is #fab022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab022


Comments

No comments written yet.

Please login to write comment.