Color Hex Logo

#fb972e Color Hex

#FB972E
(251,151,46)
0 Favorites   0 Comments

Color spaces of #fb972e

RGB 25115146
HSL0.090.960.58
HSV31°82°98°
CMYK 0.000.400.82   0.02
XYZ51.343442.83978.1476
Yxy42.83970.50170.4186
Hunter Lab65.452025.482038.4359
CIE-Lab71.446030.287766.4899

#fb972e color RGB value is (251,151,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 00101110
Octal 373 227 56
Decimal 251 151 46
Hex FB 97 2E

RGB Percentages of Color #fb972e

%56.03
%33.71
%10.27

CMYK Percentages of Color #fb972e

%0
%40
%82
%2

Triadic Colors of #fb972e

#fb972e #2efb97 #972efb

Analogous Colors of #fb972e

#fb972e #f9fb2e #fb312e

Monochromatic Colors of #fb972e

#fb972e

Complementary Color

#fb972e #2e92fb

#fb972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb972e Color CSS Codes

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

#fb972e Text Font Color

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

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


#fb972e Background Color

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

This div background color is #fb972e


#fb972e Border Color

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

This div border color is #fb972e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb972e


Comments

No comments written yet.

Please login to write comment.