Color Hex Logo

#fbad5a Color Hex

#FBAD5A
(251,173,90)
0 Favorites   0 Comments

Color spaces of #fbad5a

RGB 25117390
HSL0.090.950.67
HSV31°64°98°
CMYK 0.000.310.64   0.02
XYZ56.572751.134616.5611
Yxy51.13460.45520.4115
Hunter Lab71.508516.077436.3246
CIE-Lab76.760520.760953.1724

#fbad5a color RGB value is (251,173,90).

#fbad5a hex color red value is 251, green value is 173 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fbad5a hue: 0.09 , saturation: 0.95 and the lightness value of fbad5a is 0.67.

The process color (four color CMYK) of #fbad5a color hex is 0.00, 0.31, 0.64, 0.02. Web safe color of #fbad5a is #ff9966. Color #fbad5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 01011010
Octal 373 255 132
Decimal 251 173 90
Hex FB AD 5A

RGB Percentages of Color #fbad5a

%48.83
%33.66
%17.51

CMYK Percentages of Color #fbad5a

%0
%31
%64
%2

Triadic Colors of #fbad5a

#fbad5a #5afbad #ad5afb

Analogous Colors of #fbad5a

#fbad5a #f9fb5a #fb5d5a

Monochromatic Colors of #fbad5a

#fbad5a

Complementary Color

#fbad5a #5aa8fb

#fbad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad5a Color CSS Codes

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

#fbad5a Text Font Color

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

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


#fbad5a Background Color

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

This div background color is #fbad5a


#fbad5a Border Color

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

This div border color is #fbad5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad5a

Related Colors


Comments

No comments written yet.

Please login to write comment.