Color Hex Logo

#fb9211 Color Hex

#FB9211
(251,146,17)
0 Favorites   0 Comments

Color spaces of #fb9211

RGB 25114617
HSL0.090.970.53
HSV33°93°98°
CMYK 0.000.420.93   0.02
XYZ50.163741.10755.8209
Yxy41.10750.51670.4234
Hunter Lab64.115127.457039.4978
CIE-Lab70.251232.295073.3664

#fb9211 color RGB value is (251,146,17).

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

The process color (four color CMYK) of #fb9211 color hex is 0.00, 0.42, 0.93, 0.02. Web safe color of #fb9211 is #ff9900. Color #fb9211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 00010001
Octal 373 222 21
Decimal 251 146 17
Hex FB 92 11

RGB Percentages of Color #fb9211

%60.63
%35.27
%4.11

CMYK Percentages of Color #fb9211

%0
%42
%93
%2

Triadic Colors of #fb9211

#fb9211 #11fb92 #9211fb

Analogous Colors of #fb9211

#fb9211 #effb11 #fb1d11

Monochromatic Colors of #fb9211

#fb9211

Complementary Color

#fb9211 #117afb

#fb9211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9211 Color CSS Codes

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

#fb9211 Text Font Color

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

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


#fb9211 Background Color

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

This div background color is #fb9211


#fb9211 Border Color

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

This div border color is #fb9211


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,146,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 #fb9211">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9211


Comments

No comments written yet.

Please login to write comment.