Color Hex Logo

#fb5201 Color Hex

#FB5201
(251,82,1)
0 Favorites   0 Comments

Color spaces of #fb5201

RGB 251821
HSL0.050.990.49
HSV19°100°98°
CMYK 0.000.671.00   0.02
XYZ42.806426.54602.8965
Yxy26.54600.59250.3674
Hunter Lab51.522858.137232.7328
CIE-Lab58.551761.916368.8338

#fb5201 color RGB value is (251,82,1).

#fb5201 hex color red value is 251, green value is 82 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fb5201 hue: 0.05 , saturation: 0.99 and the lightness value of fb5201 is 0.49.

The process color (four color CMYK) of #fb5201 color hex is 0.00, 0.67, 1.00, 0.02. Web safe color of #fb5201 is #ff6600. Color #fb5201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00000001
Octal 373 122 1
Decimal 251 82 1
Hex FB 52 1

RGB Percentages of Color #fb5201

%75.15
%24.55
%0.30

CMYK Percentages of Color #fb5201

%0
%67
%100
%2

Triadic Colors of #fb5201

#fb5201 #01fb52 #5201fb

Analogous Colors of #fb5201

#fb5201 #fbcf01 #fb012d

Monochromatic Colors of #fb5201

#fb5201

Complementary Color

#fb5201 #01aafb

#fb5201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5201 Color CSS Codes

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

#fb5201 Text Font Color

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

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


#fb5201 Background Color

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

This div background color is #fb5201


#fb5201 Border Color

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

This div border color is #fb5201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5201

Related Colors


Comments

No comments written yet.

Please login to write comment.