Color Hex Logo

#fb601e Color Hex

#FB601E
(251,96,30)
0 Favorites   0 Comments

Color spaces of #fb601e

RGB 2519630
HSL0.050.970.55
HSV18°88°98°
CMYK 0.000.620.88   0.02
XYZ44.200928.96874.4902
Yxy28.96870.56920.3730
Hunter Lab53.822652.400732.7295
CIE-Lab60.754056.541263.2365

#fb601e color RGB value is (251,96,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00011110
Octal 373 140 36
Decimal 251 96 30
Hex FB 60 1E

RGB Percentages of Color #fb601e

%66.58
%25.46
%7.96

CMYK Percentages of Color #fb601e

%0
%62
%88
%2

Triadic Colors of #fb601e

#fb601e #1efb60 #601efb

Analogous Colors of #fb601e

#fb601e #fbcf1e #fb1e4a

Monochromatic Colors of #fb601e

#fb601e

Complementary Color

#fb601e #1eb9fb

#fb601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb601e Color CSS Codes

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

#fb601e Text Font Color

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

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


#fb601e Background Color

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

This div background color is #fb601e


#fb601e Border Color

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

This div border color is #fb601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb601e


Comments

No comments written yet.

Please login to write comment.