Color Hex Logo

#fb881f Color Hex

#FB881F
(251,136,31)
0 Favorites   0 Comments

Color spaces of #fb881f

RGB 25113631
HSL0.080.960.55
HSV29°88°98°
CMYK 0.000.460.88   0.02
XYZ48.835138.21656.0989
Yxy38.21650.52430.4103
Hunter Lab61.819532.824237.4243
CIE-Lab68.179937.623868.6144

#fb881f color RGB value is (251,136,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001000 00011111
Octal 373 210 37
Decimal 251 136 31
Hex FB 88 1F

RGB Percentages of Color #fb881f

%60.05
%32.54
%7.42

CMYK Percentages of Color #fb881f

%0
%46
%88
%2

Triadic Colors of #fb881f

#fb881f #1ffb88 #881ffb

Analogous Colors of #fb881f

#fb881f #fbf61f #fb1f24

Monochromatic Colors of #fb881f

#fb881f

Complementary Color

#fb881f #1f92fb

#fb881f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb881f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb881f Color CSS Codes

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

#fb881f Text Font Color

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

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


#fb881f Background Color

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

This div background color is #fb881f


#fb881f Border Color

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

This div border color is #fb881f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,136,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 #fb881f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb881f


Comments

No comments written yet.

Please login to write comment.