Color Hex Logo

#fb911f Color Hex

#FB911F
(251,145,31)
0 Favorites   0 Comments

Color spaces of #fb911f

RGB 25114531
HSL0.090.960.55
HSV31°88°98°
CMYK 0.000.420.88   0.02
XYZ50.156440.85906.5394
Yxy40.85900.51410.4188
Hunter Lab63.921028.200338.6791
CIE-Lab70.077033.026170.0857

#fb911f color RGB value is (251,145,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 00011111
Octal 373 221 37
Decimal 251 145 31
Hex FB 91 1F

RGB Percentages of Color #fb911f

%58.78
%33.96
%7.26

CMYK Percentages of Color #fb911f

%0
%42
%88
%2

Triadic Colors of #fb911f

#fb911f #1ffb91 #911ffb

Analogous Colors of #fb911f

#fb911f #f7fb1f #fb231f

Monochromatic Colors of #fb911f

#fb911f

Complementary Color

#fb911f #1f89fb

#fb911f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb911f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb911f Color CSS Codes

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

#fb911f Text Font Color

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

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


#fb911f Background Color

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

This div background color is #fb911f


#fb911f Border Color

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

This div border color is #fb911f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb911f

Related Colors


Comments

No comments written yet.

Please login to write comment.