Color Hex Logo

#fb501f Color Hex

#FB501F
(251,80,31)
0 Favorites   0 Comments

Color spaces of #fb501f

RGB 2518031
HSL0.040.960.55
HSV13°88°98°
CMYK 0.000.680.88   0.02
XYZ42.899626.34554.1204
Yxy26.34550.58470.3591
Hunter Lab51.327959.365731.1699
CIE-Lab58.363663.005361.0666

#fb501f color RGB value is (251,80,31).

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

The process color (four color CMYK) of #fb501f color hex is 0.00, 0.68, 0.88, 0.02. Web safe color of #fb501f is #ff6633. Color #fb501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 00011111
Octal 373 120 37
Decimal 251 80 31
Hex FB 50 1F

RGB Percentages of Color #fb501f

%69.34
%22.10
%8.56

CMYK Percentages of Color #fb501f

%0
%68
%88
%2

Triadic Colors of #fb501f

#fb501f #1ffb50 #501ffb

Analogous Colors of #fb501f

#fb501f #fbbe1f #fb1f5c

Monochromatic Colors of #fb501f

#fb501f

Complementary Color

#fb501f #1fcafb

#fb501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb501f Color CSS Codes

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

#fb501f Text Font Color

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

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


#fb501f Background Color

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

This div background color is #fb501f


#fb501f Border Color

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

This div border color is #fb501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb501f

Related Colors

#fb501f Color Palettes


Comments

No comments written yet.

Please login to write comment.