Color Hex Logo

#fbb611 Color Hex

#FBB611
(251,182,17)
0 Favorites   0 Comments

Color spaces of #fbb611

RGB 25118217
HSL0.120.970.53
HSV42°93°98°
CMYK 0.000.270.93   0.02
XYZ56.612854.00567.9706
Yxy54.00560.47740.4554
Hunter Lab73.48858.904945.0113
CIE-Lab78.465013.513279.2064

#fbb611 color RGB value is (251,182,17).

#fbb611 hex color red value is 251, green value is 182 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fbb611 hue: 0.12 , saturation: 0.97 and the lightness value of fbb611 is 0.53.

The process color (four color CMYK) of #fbb611 color hex is 0.00, 0.27, 0.93, 0.02. Web safe color of #fbb611 is #ffcc00. Color #fbb611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 00010001
Octal 373 266 21
Decimal 251 182 17
Hex FB B6 11

RGB Percentages of Color #fbb611

%55.78
%40.44
%3.78

CMYK Percentages of Color #fbb611

%0
%27
%93
%2

Triadic Colors of #fbb611

#fbb611 #11fbb6 #b611fb

Analogous Colors of #fbb611

#fbb611 #cbfb11 #fb4111

Monochromatic Colors of #fbb611

#fbb611

Complementary Color

#fbb611 #1156fb

#fbb611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb611 Color CSS Codes

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

#fbb611 Text Font Color

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

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


#fbb611 Background Color

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

This div background color is #fbb611


#fbb611 Border Color

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

This div border color is #fbb611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb611


Comments

No comments written yet.

Please login to write comment.