Color Hex Logo

#fba917 Color Hex

#FBA917
(251,169,23)
0 Favorites   0 Comments

Color spaces of #fba917

RGB 25116923
HSL0.110.970.54
HSV38°91°98°
CMYK 0.000.330.91   0.02
XYZ54.126348.94707.4056
Yxy48.94700.48990.4430
Hunter Lab69.962115.663042.6976
CIE-Lab75.418320.393875.9790

#fba917 color RGB value is (251,169,23).

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

The process color (four color CMYK) of #fba917 color hex is 0.00, 0.33, 0.91, 0.02. Web safe color of #fba917 is #ff9900. Color #fba917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 00010111
Octal 373 251 27
Decimal 251 169 23
Hex FB A9 17

RGB Percentages of Color #fba917

%56.66
%38.15
%5.19

CMYK Percentages of Color #fba917

%0
%33
%91
%2

Triadic Colors of #fba917

#fba917 #17fba9 #a917fb

Analogous Colors of #fba917

#fba917 #dbfb17 #fb3717

Monochromatic Colors of #fba917

#fba917

Complementary Color

#fba917 #1769fb

#fba917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba917 Color CSS Codes

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

#fba917 Text Font Color

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

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


#fba917 Background Color

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

This div background color is #fba917


#fba917 Border Color

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

This div border color is #fba917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba917


Comments

No comments written yet.

Please login to write comment.