Color Hex Logo

#fb601d Color Hex

#FB601D
(251,96,29)
0 Favorites   0 Comments

Color spaces of #fb601d

RGB 2519629
HSL0.050.970.55
HSV18°88°98°
CMYK 0.000.620.88   0.02
XYZ44.188328.96374.4240
Yxy28.96370.56960.3734
Hunter Lab53.817952.379632.7987
CIE-Lab60.749656.523463.5702

#fb601d color RGB value is (251,96,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00011101
Octal 373 140 35
Decimal 251 96 29
Hex FB 60 1D

RGB Percentages of Color #fb601d

%66.76
%25.53
%7.71

CMYK Percentages of Color #fb601d

%0
%62
%88
%2

Triadic Colors of #fb601d

#fb601d #1dfb60 #601dfb

Analogous Colors of #fb601d

#fb601d #fbcf1d #fb1d49

Monochromatic Colors of #fb601d

#fb601d

Complementary Color

#fb601d #1db8fb

#fb601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb601d Color CSS Codes

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

#fb601d Text Font Color

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

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


#fb601d Background Color

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

This div background color is #fb601d


#fb601d Border Color

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

This div border color is #fb601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb601d


Comments

No comments written yet.

Please login to write comment.