Color Hex Logo

#fb521d Color Hex

#FB521D
(251,82,29)
0 Favorites   0 Comments

Color spaces of #fb521d

RGB 2518229
HSL0.040.970.55
HSV14°88°98°
CMYK 0.000.670.88   0.02
XYZ43.022726.63254.0354
Yxy26.63250.58380.3614
Hunter Lab51.606758.497531.4885
CIE-Lab58.632662.212161.9954

#fb521d color RGB value is (251,82,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00011101
Octal 373 122 35
Decimal 251 82 29
Hex FB 52 1D

RGB Percentages of Color #fb521d

%69.34
%22.65
%8.01

CMYK Percentages of Color #fb521d

%0
%67
%88
%2

Triadic Colors of #fb521d

#fb521d #1dfb52 #521dfb

Analogous Colors of #fb521d

#fb521d #fbc11d #fb1d57

Monochromatic Colors of #fb521d

#fb521d

Complementary Color

#fb521d #1dc6fb

#fb521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb521d Color CSS Codes

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

#fb521d Text Font Color

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

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


#fb521d Background Color

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

This div background color is #fb521d


#fb521d Border Color

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

This div border color is #fb521d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb521d


Comments

No comments written yet.

Please login to write comment.