color codes Logo

#fbb31e color codes

#FBB31E
(251,179,30)
0 Favorites   0 Comments

Color spaces of #fbb31e

RGB 25117930
HSL0.110.970.55
HSV40°88°98°
CMYK 0.000.290.88   0.02
XYZ56.138152.84328.4692
Yxy52.84320.47800.4499
Hunter Lab72.693310.635043.9777
CIE-Lab77.782315.276676.3200

#fbb31e color RGB value is (251,179,30).

#fbb31e hex color red value is 251, green value is 179 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fbb31e hue: 0.11 , saturation: 0.97 and the lightness value of fbb31e is 0.55.

The process color (four color CMYK) of #fbb31e color code is 0.00, 0.29, 0.88, 0.02. Web safe color of #fbb31e is #ffcc33. Color #fbb31e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110011 00011110
Octal 373 263 36
Decimal 251 179 30
Hex FB B3 1E

RGB Percentages of Color #fbb31e

%54.57
%38.91
%6.52

CMYK Percentages of Color #fbb31e

%0
%29
%88
%2

Triadic Colors of #fbb31e

#fbb31e #1efbb3 #b31efb

Analogous Colors of #fbb31e

#fbb31e #d5fb1e #fb441e

Monochromatic Colors of #fbb31e

#fbb31e

Complementary Color

#fbb31e #1e66fb

#fbb31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb31e Color CSS Codes

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

#fbb31e Text Font Color

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

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


#fbb31e Background Color

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

This div background color is #fbb31e


#fbb31e Border Color

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

This div border color is #fbb31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb31e


Comments

No comments written yet.

Please login to write comment.