Color Hex Logo

#fbb03a Color Hex

#FBB03A
(251,176,58)
0 Favorites   0 Comments

Color spaces of #fbb03a

RGB 25117658
HSL0.100.960.61
HSV37°77°98°
CMYK 0.000.300.77   0.02
XYZ56.072751.865411.0587
Yxy51.86540.47120.4359
Hunter Lab72.017612.948741.3080
CIE-Lab77.200317.622467.3766

#fbb03a color RGB value is (251,176,58).

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

The process color (four color CMYK) of #fbb03a color hex is 0.00, 0.30, 0.77, 0.02. Web safe color of #fbb03a is #ff9933. Color #fbb03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 00111010
Octal 373 260 72
Decimal 251 176 58
Hex FB B0 3A

RGB Percentages of Color #fbb03a

%51.75
%36.29
%11.96

CMYK Percentages of Color #fbb03a

%0
%30
%77
%2

Triadic Colors of #fbb03a

#fbb03a #3afbb0 #b03afb

Analogous Colors of #fbb03a

#fbb03a #e6fb3a #fb4f3a

Monochromatic Colors of #fbb03a

#fbb03a

Complementary Color

#fbb03a #3a85fb

#fbb03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb03a Color CSS Codes

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

#fbb03a Text Font Color

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

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


#fbb03a Background Color

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

This div background color is #fbb03a


#fbb03a Border Color

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

This div border color is #fbb03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb03a


Comments

No comments written yet.

Please login to write comment.