Color Hex Logo

#fab241 Color Hex

#FAB241
(250,178,65)
0 Favorites   0 Comments

Color spaces of #fab241

RGB 25017865
HSL0.100.950.62
HSV37°74°98°
CMYK 0.000.290.74   0.02
XYZ56.298952.546412.1762
Yxy52.54640.46520.4342
Hunter Lab72.488911.777440.7831
CIE-Lab77.606416.435065.0340

#fab241 color RGB value is (250,178,65).

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

The process color (four color CMYK) of #fab241 color hex is 0.00, 0.29, 0.74, 0.02. Web safe color of #fab241 is #ff9933. Color #fab241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 01000001
Octal 372 262 101
Decimal 250 178 65
Hex FA B2 41

RGB Percentages of Color #fab241

%50.71
%36.11
%13.18

CMYK Percentages of Color #fab241

%0
%29
%74
%2

Triadic Colors of #fab241

#fab241 #41fab2 #b241fa

Analogous Colors of #fab241

#fab241 #e6fa41 #fa5641

Monochromatic Colors of #fab241

#fab241

Complementary Color

#fab241 #4189fa

#fab241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab241 Color CSS Codes

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

#fab241 Text Font Color

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

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


#fab241 Background Color

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

This div background color is #fab241


#fab241 Border Color

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

This div border color is #fab241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,178,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 #fab241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab241


Comments

No comments written yet.

Please login to write comment.