Color Hex Logo

#fbac41 Color Hex

#FBAC41
(251,172,65)
0 Favorites   0 Comments

Color spaces of #fbac41

RGB 25117265
HSL0.100.960.62
HSV35°74°98°
CMYK 0.000.310.74   0.02
XYZ55.490350.395911.8038
Yxy50.39590.47150.4282
Hunter Lab70.990115.294239.8347
CIE-Lab76.311619.995963.7941

#fbac41 color RGB value is (251,172,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 01000001
Octal 373 254 101
Decimal 251 172 65
Hex FB AC 41

RGB Percentages of Color #fbac41

%51.43
%35.25
%13.32

CMYK Percentages of Color #fbac41

%0
%31
%74
%2

Triadic Colors of #fbac41

#fbac41 #41fbac #ac41fb

Analogous Colors of #fbac41

#fbac41 #edfb41 #fb4f41

Monochromatic Colors of #fbac41

#fbac41

Complementary Color

#fbac41 #4190fb

#fbac41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac41 Color CSS Codes

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

#fbac41 Text Font Color

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

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


#fbac41 Background Color

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

This div background color is #fbac41


#fbac41 Border Color

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

This div border color is #fbac41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac41

Related Colors


Comments

No comments written yet.

Please login to write comment.