Color Hex Logo

#fb551f Color Hex

#FB551F
(251,85,31)
0 Favorites   0 Comments

Color spaces of #fb551f

RGB 2518531
HSL0.040.960.55
HSV15°88°98°
CMYK 0.000.660.88   0.02
XYZ43.279527.10524.2471
Yxy27.10520.57990.3632
Hunter Lab52.062757.276831.6072
CIE-Lab59.071661.082361.6060

#fb551f color RGB value is (251,85,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010101 00011111
Octal 373 125 37
Decimal 251 85 31
Hex FB 55 1F

RGB Percentages of Color #fb551f

%68.39
%23.16
%8.45

CMYK Percentages of Color #fb551f

%0
%66
%88
%2

Triadic Colors of #fb551f

#fb551f #1ffb55 #551ffb

Analogous Colors of #fb551f

#fb551f #fbc31f #fb1f57

Monochromatic Colors of #fb551f

#fb551f

Complementary Color

#fb551f #1fc5fb

#fb551f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb551f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb551f Color CSS Codes

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

#fb551f Text Font Color

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

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


#fb551f Background Color

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

This div background color is #fb551f


#fb551f Border Color

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

This div border color is #fb551f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb551f


Comments

No comments written yet.

Please login to write comment.