Color Hex Logo

#fb972c Color Hex

#FB972C
(251,151,44)
0 Favorites   0 Comments

Color spaces of #fb972c

RGB 25115144
HSL0.090.960.58
HSV31°82°98°
CMYK 0.000.400.82   0.02
XYZ51.304942.82437.9447
Yxy42.82430.50260.4195
Hunter Lab65.440325.422838.6102
CIE-Lab71.435630.231167.1774

#fb972c color RGB value is (251,151,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 00101100
Octal 373 227 54
Decimal 251 151 44
Hex FB 97 2C

RGB Percentages of Color #fb972c

%56.28
%33.86
%9.87

CMYK Percentages of Color #fb972c

%0
%40
%82
%2

Triadic Colors of #fb972c

#fb972c #2cfb97 #972cfb

Analogous Colors of #fb972c

#fb972c #f8fb2c #fb2f2c

Monochromatic Colors of #fb972c

#fb972c

Complementary Color

#fb972c #2c90fb

#fb972c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb972c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb972c Color CSS Codes

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

#fb972c Text Font Color

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

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


#fb972c Background Color

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

This div background color is #fb972c


#fb972c Border Color

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

This div border color is #fb972c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb972c


Comments

No comments written yet.

Please login to write comment.