Color Hex Logo

#fba82d Color Hex

#FBA82D
(251,168,45)
0 Favorites   0 Comments

Color spaces of #fba82d

RGB 25116845
HSL0.100.960.58
HSV36°82°98°
CMYK 0.000.330.82   0.02
XYZ54.259948.70409.0236
Yxy48.70400.48450.4349
Hunter Lab69.788316.653141.1856
CIE-Lab75.266821.387770.1592

#fba82d color RGB value is (251,168,45).

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

The process color (four color CMYK) of #fba82d color hex is 0.00, 0.33, 0.82, 0.02. Web safe color of #fba82d is #ff9933. Color #fba82d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 00101101
Octal 373 250 55
Decimal 251 168 45
Hex FB A8 2D

RGB Percentages of Color #fba82d

%54.09
%36.21
%9.70

CMYK Percentages of Color #fba82d

%0
%33
%82
%2

Triadic Colors of #fba82d

#fba82d #2dfba8 #a82dfb

Analogous Colors of #fba82d

#fba82d #e7fb2d #fb412d

Monochromatic Colors of #fba82d

#fba82d

Complementary Color

#fba82d #2d80fb

#fba82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba82d Color CSS Codes

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

#fba82d Text Font Color

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

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


#fba82d Background Color

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

This div background color is #fba82d


#fba82d Border Color

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

This div border color is #fba82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba82d

Related Colors


Comments

No comments written yet.

Please login to write comment.