Color Hex Logo

#fb611f Color Hex

#FB611F
(251,97,31)
0 Favorites   0 Comments

Color spaces of #fb611f

RGB 2519731
HSL0.050.960.55
HSV18°88°98°
CMYK 0.000.610.88   0.02
XYZ44.305729.15754.5891
Yxy29.15750.56760.3736
Hunter Lab53.997751.965332.7595
CIE-Lab60.920456.129963.0198

#fb611f color RGB value is (251,97,31).

#fb611f hex color red value is 251, green value is 97 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fb611f hue: 0.05 , saturation: 0.96 and the lightness value of fb611f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 00011111
Octal 373 141 37
Decimal 251 97 31
Hex FB 61 1F

RGB Percentages of Color #fb611f

%66.23
%25.59
%8.18

CMYK Percentages of Color #fb611f

%0
%61
%88
%2

Triadic Colors of #fb611f

#fb611f #1ffb61 #611ffb

Analogous Colors of #fb611f

#fb611f #fbcf1f #fb1f4b

Monochromatic Colors of #fb611f

#fb611f

Complementary Color

#fb611f #1fb9fb

#fb611f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb611f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb611f Color CSS Codes

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

#fb611f Text Font Color

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

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


#fb611f Background Color

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

This div background color is #fb611f


#fb611f Border Color

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

This div border color is #fb611f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb611f

Related Colors


Comments

No comments written yet.

Please login to write comment.