color codes Logo

#fb711c color codes

#FB711C
(251,113,28)
0 Favorites   0 Comments

Color spaces of #fb711c

RGB 25111328
HSL0.060.970.55
HSV23°89°98°
CMYK 0.000.550.89   0.02
XYZ45.898432.40334.9340
Yxy32.40330.55140.3893
Hunter Lab56.923944.309834.7076
CIE-Lab63.674848.848266.0671

#fb711c color RGB value is (251,113,28).

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

The process color (four color CMYK) of #fb711c color code is 0.00, 0.55, 0.89, 0.02. Web safe color of #fb711c is #ff6633. Color #fb711c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110001 00011100
Octal 373 161 34
Decimal 251 113 28
Hex FB 71 1C

RGB Percentages of Color #fb711c

%64.03
%28.83
%7.14

CMYK Percentages of Color #fb711c

%0
%55
%89
%2

Triadic Colors of #fb711c

#fb711c #1cfb71 #711cfb

Analogous Colors of #fb711c

#fb711c #fbe11c #fb1c36

Monochromatic Colors of #fb711c

#fb711c

Complementary Color

#fb711c #1ca6fb

#fb711c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb711c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb711c Color CSS Codes

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

#fb711c Text Font Color

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

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


#fb711c Background Color

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

This div background color is #fb711c


#fb711c Border Color

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

This div border color is #fb711c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb711c


Comments

No comments written yet.

Please login to write comment.