Color Hex Logo

#fb471c Color Hex

#FB471C
(251,71,28)
0 Favorites   0 Comments

Color spaces of #fb471c

RGB 2517128
HSL0.030.970.55
HSV12°89°98°
CMYK 0.000.720.89   0.02
XYZ42.246525.09953.7167
Yxy25.09950.59450.3532
Hunter Lab50.099462.846830.6711
CIE-Lab57.172266.184061.2813

#fb471c color RGB value is (251,71,28).

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

The process color (four color CMYK) of #fb471c color hex is 0.00, 0.72, 0.89, 0.02. Web safe color of #fb471c is #ff3333. Color #fb471c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 00011100
Octal 373 107 34
Decimal 251 71 28
Hex FB 47 1C

RGB Percentages of Color #fb471c

%71.71
%20.29
%8.00

CMYK Percentages of Color #fb471c

%0
%72
%89
%2

Triadic Colors of #fb471c

#fb471c #1cfb47 #471cfb

Analogous Colors of #fb471c

#fb471c #fbb71c #fb1c60

Monochromatic Colors of #fb471c

#fb471c

Complementary Color

#fb471c #1cd0fb

#fb471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb471c Color CSS Codes

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

#fb471c Text Font Color

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

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


#fb471c Background Color

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

This div background color is #fb471c


#fb471c Border Color

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

This div border color is #fb471c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb471c


Comments

No comments written yet.

Please login to write comment.