Color Hex Logo

#fb901e Color Hex

#FB901E
(251,144,30)
0 Favorites   0 Comments

Color spaces of #fb901e

RGB 25114430
HSL0.090.970.55
HSV31°88°98°
CMYK 0.000.430.88   0.02
XYZ49.991340.54956.4203
Yxy40.54950.51560.4182
Hunter Lab63.678528.695538.5971
CIE-Lab69.859133.521470.1884

#fb901e color RGB value is (251,144,30).

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

The process color (four color CMYK) of #fb901e color hex is 0.00, 0.43, 0.88, 0.02. Web safe color of #fb901e is #ff9933. Color #fb901e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 00011110
Octal 373 220 36
Decimal 251 144 30
Hex FB 90 1E

RGB Percentages of Color #fb901e

%59.06
%33.88
%7.06

CMYK Percentages of Color #fb901e

%0
%43
%88
%2

Triadic Colors of #fb901e

#fb901e #1efb90 #901efb

Analogous Colors of #fb901e

#fb901e #f8fb1e #fb211e

Monochromatic Colors of #fb901e

#fb901e

Complementary Color

#fb901e #1e89fb

#fb901e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb901e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb901e Color CSS Codes

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

#fb901e Text Font Color

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

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


#fb901e Background Color

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

This div background color is #fb901e


#fb901e Border Color

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

This div border color is #fb901e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb901e


Comments

No comments written yet.

Please login to write comment.