Color Hex Logo

#fba750 Color Hex

#FBA750
(251,167,80)
0 Favorites   0 Comments

Color spaces of #fba750

RGB 25116780
HSL0.080.960.65
HSV31°68°98°
CMYK 0.000.330.68   0.02
XYZ55.050348.725814.0930
Yxy48.72580.46700.4134
Hunter Lab69.803918.615936.8924
CIE-Lab75.280423.333356.2117

#fba750 color RGB value is (251,167,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01010000
Octal 373 247 120
Decimal 251 167 80
Hex FB A7 50

RGB Percentages of Color #fba750

%50.40
%33.53
%16.06

CMYK Percentages of Color #fba750

%0
%33
%68
%2

Triadic Colors of #fba750

#fba750 #50fba7 #a750fb

Analogous Colors of #fba750

#fba750 #fafb50 #fb5150

Monochromatic Colors of #fba750

#fba750

Complementary Color

#fba750 #50a4fb

#fba750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba750 Color CSS Codes

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

#fba750 Text Font Color

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

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


#fba750 Background Color

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

This div background color is #fba750


#fba750 Border Color

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

This div border color is #fba750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba750

Related Colors


Comments

No comments written yet.

Please login to write comment.