Color Hex Logo

#fbad4a Color Hex

#FBAD4A
(251,173,74)
0 Favorites   0 Comments

Color spaces of #fbad4a

RGB 25117374
HSL0.090.960.64
HSV34°71°98°
CMYK 0.000.310.71   0.02
XYZ55.963350.890813.3519
Yxy50.89080.46560.4234
Hunter Lab71.337815.189138.8395
CIE-Lab76.612819.881760.3144

#fbad4a color RGB value is (251,173,74).

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

The process color (four color CMYK) of #fbad4a color hex is 0.00, 0.31, 0.71, 0.02. Web safe color of #fbad4a is #ff9933. Color #fbad4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 01001010
Octal 373 255 112
Decimal 251 173 74
Hex FB AD 4A

RGB Percentages of Color #fbad4a

%50.40
%34.74
%14.86

CMYK Percentages of Color #fbad4a

%0
%31
%71
%2

Triadic Colors of #fbad4a

#fbad4a #4afbad #ad4afb

Analogous Colors of #fbad4a

#fbad4a #f1fb4a #fb554a

Monochromatic Colors of #fbad4a

#fbad4a

Complementary Color

#fbad4a #4a98fb

#fbad4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad4a Color CSS Codes

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

#fbad4a Text Font Color

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

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


#fbad4a Background Color

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

This div background color is #fbad4a


#fbad4a Border Color

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

This div border color is #fbad4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad4a

Related Colors


Comments

No comments written yet.

Please login to write comment.