Color Hex Logo

#fb962e Color Hex

#FB962E
(251,150,46)
0 Favorites   0 Comments

Color spaces of #fb962e

RGB 25115046
HSL0.080.960.58
HSV30°82°98°
CMYK 0.000.400.82   0.02
XYZ51.183142.51928.0941
Yxy42.51920.50280.4177
Hunter Lab65.206725.999238.2851
CIE-Lab71.227430.805866.2979

#fb962e color RGB value is (251,150,46).

#fb962e hex color red value is 251, green value is 150 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb962e hue: 0.08 , saturation: 0.96 and the lightness value of fb962e is 0.58.

The process color (four color CMYK) of #fb962e color hex is 0.00, 0.40, 0.82, 0.02. Web safe color of #fb962e is #ff9933. Color #fb962e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 00101110
Octal 373 226 56
Decimal 251 150 46
Hex FB 96 2E

RGB Percentages of Color #fb962e

%56.15
%33.56
%10.29

CMYK Percentages of Color #fb962e

%0
%40
%82
%2

Triadic Colors of #fb962e

#fb962e #2efb96 #962efb

Analogous Colors of #fb962e

#fb962e #fafb2e #fb302e

Monochromatic Colors of #fb962e

#fb962e

Complementary Color

#fb962e #2e93fb

#fb962e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb962e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb962e Color CSS Codes

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

#fb962e Text Font Color

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

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


#fb962e Background Color

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

This div background color is #fb962e


#fb962e Border Color

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

This div border color is #fb962e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb962e

Related Colors


Comments

No comments written yet.

Please login to write comment.