Color Hex Logo

#fb571c Color Hex

#FB571C
(251,87,28)
0 Favorites   0 Comments

Color spaces of #fb571c

RGB 2518728
HSL0.040.970.55
HSV16°89°98°
CMYK 0.000.650.89   0.02
XYZ43.401527.40954.1017
Yxy27.40950.57940.3659
Hunter Lab52.354156.356732.0028
CIE-Lab59.351560.237062.8716

#fb571c color RGB value is (251,87,28).

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

The process color (four color CMYK) of #fb571c color hex is 0.00, 0.65, 0.89, 0.02. Web safe color of #fb571c is #ff6633. Color #fb571c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 00011100
Octal 373 127 34
Decimal 251 87 28
Hex FB 57 1C

RGB Percentages of Color #fb571c

%68.58
%23.77
%7.65

CMYK Percentages of Color #fb571c

%0
%65
%89
%2

Triadic Colors of #fb571c

#fb571c #1cfb57 #571cfb

Analogous Colors of #fb571c

#fb571c #fbc71c #fb1c50

Monochromatic Colors of #fb571c

#fb571c

Complementary Color

#fb571c #1cc0fb

#fb571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb571c Color CSS Codes

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

#fb571c Text Font Color

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

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


#fb571c Background Color

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

This div background color is #fb571c


#fb571c Border Color

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

This div border color is #fb571c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb571c

Related Colors


Comments

No comments written yet.

Please login to write comment.