Color Hex Logo

#fba53d Color Hex

#FBA53D
(251,165,61)
0 Favorites   0 Comments

Color spaces of #fba53d

RGB 25116561
HSL0.090.960.61
HSV33°76°98°
CMYK 0.000.340.76   0.02
XYZ54.081147.756410.7824
Yxy47.75640.48020.4240
Hunter Lab69.106018.755339.1234
CIE-Lab74.671023.499663.7995

#fba53d color RGB value is (251,165,61).

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

The process color (four color CMYK) of #fba53d color hex is 0.00, 0.34, 0.76, 0.02. Web safe color of #fba53d is #ff9933. Color #fba53d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00111101
Octal 373 245 75
Decimal 251 165 61
Hex FB A5 3D

RGB Percentages of Color #fba53d

%52.62
%34.59
%12.79

CMYK Percentages of Color #fba53d

%0
%34
%76
%2

Triadic Colors of #fba53d

#fba53d #3dfba5 #a53dfb

Analogous Colors of #fba53d

#fba53d #f2fb3d #fb463d

Monochromatic Colors of #fba53d

#fba53d

Complementary Color

#fba53d #3d93fb

#fba53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba53d Color CSS Codes

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

#fba53d Text Font Color

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

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


#fba53d Background Color

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

This div background color is #fba53d


#fba53d Border Color

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

This div border color is #fba53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba53d


Comments

No comments written yet.

Please login to write comment.