Color Hex Logo

#fbac0f Color Hex

#FBAC0F
(251,172,15)
0 Favorites   0 Comments

Color spaces of #fbac0f

RGB 25117215
HSL0.110.970.52
HSV40°94°98°
CMYK 0.000.310.94   0.02
XYZ54.622450.04887.2334
Yxy50.04880.48810.4472
Hunter Lab70.745214.015943.4595
CIE-Lab76.099218.721477.7907

#fbac0f color RGB value is (251,172,15).

#fbac0f hex color red value is 251, green value is 172 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fbac0f hue: 0.11 , saturation: 0.97 and the lightness value of fbac0f is 0.52.

The process color (four color CMYK) of #fbac0f color hex is 0.00, 0.31, 0.94, 0.02. Web safe color of #fbac0f is #ff9900. Color #fbac0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 00001111
Octal 373 254 17
Decimal 251 172 15
Hex FB AC F

RGB Percentages of Color #fbac0f

%57.31
%39.27
%3.42

CMYK Percentages of Color #fbac0f

%0
%31
%94
%2

Triadic Colors of #fbac0f

#fbac0f #0ffbac #ac0ffb

Analogous Colors of #fbac0f

#fbac0f #d4fb0f #fb360f

Monochromatic Colors of #fbac0f

#fbac0f

Complementary Color

#fbac0f #0f5efb

#fbac0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbac0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbac0f Color CSS Codes

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

#fbac0f Text Font Color

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

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


#fbac0f Background Color

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

This div background color is #fbac0f


#fbac0f Border Color

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

This div border color is #fbac0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,172,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbac0f


Comments

No comments written yet.

Please login to write comment.