Color Hex Logo

#fbb60b Color Hex

#FBB60B
(251,182,11)
0 Favorites   0 Comments

Color spaces of #fbb60b

RGB 25118211
HSL0.120.970.51
HSV43°96°98°
CMYK 0.000.270.96   0.02
XYZ56.572053.98937.7559
Yxy53.98930.47810.4563
Hunter Lab73.47748.845945.1758
CIE-Lab78.455513.453179.9480

#fbb60b color RGB value is (251,182,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 00001011
Octal 373 266 13
Decimal 251 182 11
Hex FB B6 B

RGB Percentages of Color #fbb60b

%56.53
%40.99
%2.48

CMYK Percentages of Color #fbb60b

%0
%27
%96
%2

Triadic Colors of #fbb60b

#fbb60b #0bfbb6 #b60bfb

Analogous Colors of #fbb60b

#fbb60b #c8fb0b #fb3e0b

Monochromatic Colors of #fbb60b

#fbb60b

Complementary Color

#fbb60b #0b50fb

#fbb60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb60b Color CSS Codes

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

#fbb60b Text Font Color

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

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


#fbb60b Background Color

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

This div background color is #fbb60b


#fbb60b Border Color

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

This div border color is #fbb60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb60b

Related Colors


Comments

No comments written yet.

Please login to write comment.