Color Hex Logo

#fab259 Color Hex

#FAB259
(250,178,89)
0 Favorites   0 Comments

Color spaces of #fab259

RGB 25017889
HSL0.090.940.66
HSV33°64°98°
CMYK 0.000.290.64   0.02
XYZ57.147952.886116.6472
Yxy52.88610.45110.4175
Hunter Lab72.722813.006037.3337
CIE-Lab77.807717.667654.7933

#fab259 color RGB value is (250,178,89).

#fab259 hex color red value is 250, green value is 178 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fab259 hue: 0.09 , saturation: 0.94 and the lightness value of fab259 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 01011001
Octal 372 262 131
Decimal 250 178 89
Hex FA B2 59

RGB Percentages of Color #fab259

%48.36
%34.43
%17.21

CMYK Percentages of Color #fab259

%0
%29
%64
%2

Triadic Colors of #fab259

#fab259 #59fab2 #b259fa

Analogous Colors of #fab259

#fab259 #f2fa59 #fa6259

Monochromatic Colors of #fab259

#fab259

Complementary Color

#fab259 #59a1fa

#fab259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab259 Color CSS Codes

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

#fab259 Text Font Color

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

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


#fab259 Background Color

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

This div background color is #fab259


#fab259 Border Color

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

This div border color is #fab259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab259

Related Colors


Comments

No comments written yet.

Please login to write comment.