Color Hex Logo

#fb821c Color Hex

#FB821C
(251,130,28)
0 Favorites   0 Comments

Color spaces of #fb821c

RGB 25113028
HSL0.080.970.55
HSV27°89°98°
CMYK 0.000.480.89   0.02
XYZ47.975936.55835.6265
Yxy36.55830.53210.4055
Hunter Lab60.463535.823236.8071
CIE-Lab66.944340.586968.5132

#fb821c color RGB value is (251,130,28).

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

The process color (four color CMYK) of #fb821c color hex is 0.00, 0.48, 0.89, 0.02. Web safe color of #fb821c is #ff9933. Color #fb821c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000010 00011100
Octal 373 202 34
Decimal 251 130 28
Hex FB 82 1C

RGB Percentages of Color #fb821c

%61.37
%31.78
%6.85

CMYK Percentages of Color #fb821c

%0
%48
%89
%2

Triadic Colors of #fb821c

#fb821c #1cfb82 #821cfb

Analogous Colors of #fb821c

#fb821c #fbf21c #fb1c25

Monochromatic Colors of #fb821c

#fb821c

Complementary Color

#fb821c #1c95fb

#fb821c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb821c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb821c Color CSS Codes

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

#fb821c Text Font Color

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

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


#fb821c Background Color

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

This div background color is #fb821c


#fb821c Border Color

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

This div border color is #fb821c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb821c


Comments

No comments written yet.

Please login to write comment.