Color Hex Logo

#fbb02e Color Hex

#FBB02E
(251,176,46)
0 Favorites   0 Comments

Color spaces of #fbb02e

RGB 25117646
HSL0.110.960.58
HSV38°82°98°
CMYK 0.000.300.82   0.02
XYZ55.802151.75729.6338
Yxy51.75720.47620.4416
Hunter Lab71.942512.554042.4202
CIE-Lab77.135417.226371.4582

#fbb02e color RGB value is (251,176,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 00101110
Octal 373 260 56
Decimal 251 176 46
Hex FB B0 2E

RGB Percentages of Color #fbb02e

%53.07
%37.21
%9.73

CMYK Percentages of Color #fbb02e

%0
%30
%82
%2

Triadic Colors of #fbb02e

#fbb02e #2efbb0 #b02efb

Analogous Colors of #fbb02e

#fbb02e #e0fb2e #fb4a2e

Monochromatic Colors of #fbb02e

#fbb02e

Complementary Color

#fbb02e #2e79fb

#fbb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb02e Color CSS Codes

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

#fbb02e Text Font Color

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

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


#fbb02e Background Color

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

This div background color is #fbb02e


#fbb02e Border Color

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

This div border color is #fbb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb02e


Comments

No comments written yet.

Please login to write comment.