Color Hex Logo

#fab941 Color Hex

#FAB941
(250,185,65)
0 Favorites   0 Comments

Color spaces of #fab941

RGB 25018565
HSL0.110.950.62
HSV39°74°98°
CMYK 0.000.260.74   0.02
XYZ57.727455.403612.6524
Yxy55.40360.45890.4405
Hunter Lab74.43368.177942.0253
CIE-Lab79.273212.772666.6676

#fab941 color RGB value is (250,185,65).

#fab941 hex color red value is 250, green value is 185 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fab941 hue: 0.11 , saturation: 0.95 and the lightness value of fab941 is 0.62.

The process color (four color CMYK) of #fab941 color hex is 0.00, 0.26, 0.74, 0.02. Web safe color of #fab941 is #ffcc33. Color #fab941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01000001
Octal 372 271 101
Decimal 250 185 65
Hex FA B9 41

RGB Percentages of Color #fab941

%50.00
%37.00
%13.00

CMYK Percentages of Color #fab941

%0
%26
%74
%2

Triadic Colors of #fab941

#fab941 #41fab9 #b941fa

Analogous Colors of #fab941

#fab941 #dffa41 #fa5d41

Monochromatic Colors of #fab941

#fab941

Complementary Color

#fab941 #4182fa

#fab941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab941 Color CSS Codes

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

#fab941 Text Font Color

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

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


#fab941 Background Color

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

This div background color is #fab941


#fab941 Border Color

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

This div border color is #fab941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab941


Comments

No comments written yet.

Please login to write comment.