Color Hex Logo

#fb890e Color Hex

#FB890E
(251,137,14)
0 Favorites   0 Comments

Color spaces of #fb890e

RGB 25113714
HSL0.090.970.52
HSV31°94°98°
CMYK 0.000.450.94   0.02
XYZ48.808638.43235.2611
Yxy38.43230.52760.4155
Hunter Lab61.993832.046538.3640
CIE-Lab68.338036.869672.5650

#fb890e color RGB value is (251,137,14).

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

The process color (four color CMYK) of #fb890e color hex is 0.00, 0.45, 0.94, 0.02. Web safe color of #fb890e is #ff9900. Color #fb890e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001001 00001110
Octal 373 211 16
Decimal 251 137 14
Hex FB 89 E

RGB Percentages of Color #fb890e

%62.44
%34.08
%3.48

CMYK Percentages of Color #fb890e

%0
%45
%94
%2

Triadic Colors of #fb890e

#fb890e #0efb89 #890efb

Analogous Colors of #fb890e

#fb890e #f7fb0e #fb120e

Monochromatic Colors of #fb890e

#fb890e

Complementary Color

#fb890e #0e80fb

#fb890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb890e Color CSS Codes

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

#fb890e Text Font Color

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

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


#fb890e Background Color

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

This div background color is #fb890e


#fb890e Border Color

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

This div border color is #fb890e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb890e


Comments

No comments written yet.

Please login to write comment.