Color Hex Logo

#fab01c Color Hex

#FAB01C
(250,176,28)
0 Favorites   0 Comments

Color spaces of #fab01c

RGB 25017628
HSL0.110.960.55
HSV40°89°98°
CMYK 0.000.300.89   0.02
XYZ55.159351.45858.1239
Yxy51.45850.48070.4485
Hunter Lab71.734611.719643.4996
CIE-Lab76.955916.386376.0715

#fab01c color RGB value is (250,176,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 00011100
Octal 372 260 34
Decimal 250 176 28
Hex FA B0 1C

RGB Percentages of Color #fab01c

%55.07
%38.77
%6.17

CMYK Percentages of Color #fab01c

%0
%30
%89
%2

Triadic Colors of #fab01c

#fab01c #1cfab0 #b01cfa

Analogous Colors of #fab01c

#fab01c #d5fa1c #fa411c

Monochromatic Colors of #fab01c

#fab01c

Complementary Color

#fab01c #1c66fa

#fab01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab01c Color CSS Codes

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

#fab01c Text Font Color

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

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


#fab01c Background Color

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

This div background color is #fab01c


#fab01c Border Color

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

This div border color is #fab01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab01c


Comments

No comments written yet.

Please login to write comment.