Color Hex Logo

#fbb915 Color Hex

#FBB915
(251,185,21)
0 Favorites   0 Comments

Color spaces of #fbb915

RGB 25118521
HSL0.120.970.53
HSV43°92°98°
CMYK 0.000.260.92   0.02
XYZ57.268055.26138.3576
Yxy55.26130.47370.4571
Hunter Lab74.33797.420345.3708
CIE-Lab79.191511.998279.1263

#fbb915 color RGB value is (251,185,21).

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

The process color (four color CMYK) of #fbb915 color hex is 0.00, 0.26, 0.92, 0.02. Web safe color of #fbb915 is #ffcc00. Color #fbb915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 00010101
Octal 373 271 25
Decimal 251 185 21
Hex FB B9 15

RGB Percentages of Color #fbb915

%54.92
%40.48
%4.60

CMYK Percentages of Color #fbb915

%0
%26
%92
%2

Triadic Colors of #fbb915

#fbb915 #15fbb9 #b915fb

Analogous Colors of #fbb915

#fbb915 #cafb15 #fb4615

Monochromatic Colors of #fbb915

#fbb915

Complementary Color

#fbb915 #1557fb

#fbb915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb915 Color CSS Codes

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

#fbb915 Text Font Color

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

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


#fbb915 Background Color

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

This div background color is #fbb915


#fbb915 Border Color

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

This div border color is #fbb915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb915


Comments

No comments written yet.

Please login to write comment.