Color Hex Logo

#fbb93f Color Hex

#FBB93F
(251,185,63)
1 Favorites   0 Comments

Color spaces of #fbb93f

RGB 25118563
HSL0.110.960.62
HSV39°75°98°
CMYK 0.000.260.75   0.02
XYZ58.029855.566012.3694
Yxy55.56600.46070.4411
Hunter Lab74.54268.508842.3414
CIE-Lab79.366213.109867.5611

#fbb93f color RGB value is (251,185,63).

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

The process color (four color CMYK) of #fbb93f color hex is 0.00, 0.26, 0.75, 0.02. Web safe color of #fbb93f is #ffcc33. Color #fbb93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 00111111
Octal 373 271 77
Decimal 251 185 63
Hex FB B9 3F

RGB Percentages of Color #fbb93f

%50.30
%37.07
%12.63

CMYK Percentages of Color #fbb93f

%0
%26
%75
%2

Triadic Colors of #fbb93f

#fbb93f #3ffbb9 #b93ffb

Analogous Colors of #fbb93f

#fbb93f #dffb3f #fb5b3f

Monochromatic Colors of #fbb93f

#fbb93f

Complementary Color

#fbb93f #3f81fb

#fbb93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb93f Color CSS Codes

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

#fbb93f Text Font Color

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

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


#fbb93f Background Color

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

This div background color is #fbb93f


#fbb93f Border Color

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

This div border color is #fbb93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb93f


Comments

No comments written yet.

Please login to write comment.