Color Hex Logo

#fb601a Color Hex

#FB601A
(251,96,26)
0 Favorites   0 Comments

Color spaces of #fb601a

RGB 2519626
HSL0.050.970.54
HSV19°90°98°
CMYK 0.000.620.90   0.02
XYZ44.153028.94964.2380
Yxy28.94960.57090.3743
Hunter Lab53.804852.321132.9933
CIE-Lab60.737156.473964.5261

#fb601a color RGB value is (251,96,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00011010
Octal 373 140 32
Decimal 251 96 26
Hex FB 60 1A

RGB Percentages of Color #fb601a

%67.29
%25.74
%6.97

CMYK Percentages of Color #fb601a

%0
%62
%90
%2

Triadic Colors of #fb601a

#fb601a #1afb60 #601afb

Analogous Colors of #fb601a

#fb601a #fbd11a #fb1a44

Monochromatic Colors of #fb601a

#fb601a

Complementary Color

#fb601a #1ab5fb

#fb601a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb601a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb601a Color CSS Codes

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

#fb601a Text Font Color

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

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


#fb601a Background Color

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

This div background color is #fb601a


#fb601a Border Color

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

This div border color is #fb601a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb601a


Comments

No comments written yet.

Please login to write comment.