Color Hex Logo

#fbba4a Color Hex

#FBBA4A
(251,186,74)
0 Favorites   0 Comments

Color spaces of #fbba4a

RGB 25118674
HSL0.110.960.64
HSV38°71°98°
CMYK 0.000.260.71   0.02
XYZ58.578656.121514.2237
Yxy56.12150.45440.4353
Hunter Lab74.91438.476641.1828
CIE-Lab79.682913.077563.4905

#fbba4a color RGB value is (251,186,74).

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

The process color (four color CMYK) of #fbba4a color hex is 0.00, 0.26, 0.71, 0.02. Web safe color of #fbba4a is #ffcc33. Color #fbba4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 01001010
Octal 373 272 112
Decimal 251 186 74
Hex FB BA 4A

RGB Percentages of Color #fbba4a

%49.12
%36.40
%14.48

CMYK Percentages of Color #fbba4a

%0
%26
%71
%2

Triadic Colors of #fbba4a

#fbba4a #4afbba #ba4afb

Analogous Colors of #fbba4a

#fbba4a #e4fb4a #fb624a

Monochromatic Colors of #fbba4a

#fbba4a

Complementary Color

#fbba4a #4a8bfb

#fbba4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba4a Color CSS Codes

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

#fbba4a Text Font Color

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

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


#fbba4a Background Color

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

This div background color is #fbba4a


#fbba4a Border Color

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

This div border color is #fbba4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba4a


Comments

No comments written yet.

Please login to write comment.