Color Hex Logo

#fb9607 Color Hex

#FB9607
(251,150,7)
0 Favorites   0 Comments

Color spaces of #fb9607

RGB 2511507
HSL0.100.970.51
HSV35°97°98°
CMYK 0.000.400.97   0.02
XYZ50.728442.33735.6992
Yxy42.33730.51360.4287
Hunter Lab65.067125.296840.3538
CIE-Lab71.102930.134575.3636

#fb9607 color RGB value is (251,150,7).

#fb9607 hex color red value is 251, green value is 150 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fb9607 hue: 0.10 , saturation: 0.97 and the lightness value of fb9607 is 0.51.

The process color (four color CMYK) of #fb9607 color hex is 0.00, 0.40, 0.97, 0.02. Web safe color of #fb9607 is #ff9900. Color #fb9607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 00000111
Octal 373 226 7
Decimal 251 150 7
Hex FB 96 7

RGB Percentages of Color #fb9607

%61.52
%36.76
%1.72

CMYK Percentages of Color #fb9607

%0
%40
%97
%2

Triadic Colors of #fb9607

#fb9607 #07fb96 #9607fb

Analogous Colors of #fb9607

#fb9607 #e6fb07 #fb1c07

Monochromatic Colors of #fb9607

#fb9607

Complementary Color

#fb9607 #076cfb

#fb9607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9607 Color CSS Codes

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

#fb9607 Text Font Color

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

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


#fb9607 Background Color

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

This div background color is #fb9607


#fb9607 Border Color

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

This div border color is #fb9607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9607

Related Colors


Comments

No comments written yet.

Please login to write comment.