Color Hex Logo

#fab551 Color Hex

#FAB551
(250,181,81)
0 Favorites   0 Comments

Color spaces of #fab551

RGB 25018181
HSL0.100.940.65
HSV36°68°98°
CMYK 0.000.280.68   0.02
XYZ57.433453.965815.1740
Yxy53.96580.45380.4264
Hunter Lab73.461410.996939.1762
CIE-Lab78.441815.636159.1391

#fab551 color RGB value is (250,181,81).

#fab551 hex color red value is 250, green value is 181 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fab551 hue: 0.10 , saturation: 0.94 and the lightness value of fab551 is 0.65.

The process color (four color CMYK) of #fab551 color hex is 0.00, 0.28, 0.68, 0.02. Web safe color of #fab551 is #ffcc66. Color #fab551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110101 01010001
Octal 372 265 121
Decimal 250 181 81
Hex FA B5 51

RGB Percentages of Color #fab551

%48.83
%35.35
%15.82

CMYK Percentages of Color #fab551

%0
%28
%68
%2

Triadic Colors of #fab551

#fab551 #51fab5 #b551fa

Analogous Colors of #fab551

#fab551 #ebfa51 #fa6051

Monochromatic Colors of #fab551

#fab551

Complementary Color

#fab551 #5196fa

#fab551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab551 Color CSS Codes

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

#fab551 Text Font Color

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

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


#fab551 Background Color

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

This div background color is #fab551


#fab551 Border Color

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

This div border color is #fab551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab551

Related Colors


Comments

No comments written yet.

Please login to write comment.