Color Hex Logo

#fba950 Color Hex

#FBA950
(251,169,80)
0 Favorites   0 Comments

Color spaces of #fba950

RGB 25116980
HSL0.090.960.65
HSV31°68°98°
CMYK 0.000.330.68   0.02
XYZ55.419649.464414.2161
Yxy49.46440.46530.4153
Hunter Lab70.330917.575937.2473
CIE-Lab75.739322.285256.7093

#fba950 color RGB value is (251,169,80).

#fba950 hex color red value is 251, green value is 169 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fba950 hue: 0.09 , saturation: 0.96 and the lightness value of fba950 is 0.65.

The process color (four color CMYK) of #fba950 color hex is 0.00, 0.33, 0.68, 0.02. Web safe color of #fba950 is #ff9966. Color #fba950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 01010000
Octal 373 251 120
Decimal 251 169 80
Hex FB A9 50

RGB Percentages of Color #fba950

%50.20
%33.80
%16.00

CMYK Percentages of Color #fba950

%0
%33
%68
%2

Triadic Colors of #fba950

#fba950 #50fba9 #a950fb

Analogous Colors of #fba950

#fba950 #f8fb50 #fb5450

Monochromatic Colors of #fba950

#fba950

Complementary Color

#fba950 #50a2fb

#fba950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba950 Color CSS Codes

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

#fba950 Text Font Color

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

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


#fba950 Background Color

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

This div background color is #fba950


#fba950 Border Color

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

This div border color is #fba950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba950


Comments

No comments written yet.

Please login to write comment.