Color Hex Logo

#fb251c Color Hex

#FB251C
(251,37,28)
0 Favorites   0 Comments

Color spaces of #fb251c

RGB 2513728
HSL0.010.970.55
HSV89°98°
CMYK 0.000.850.89   0.02
XYZ40.654821.91623.1861
Yxy21.91620.61830.3333
Hunter Lab46.814773.087028.7352
CIE-Lab53.938075.271158.9521

#fb251c color RGB value is (251,37,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100101 00011100
Octal 373 45 34
Decimal 251 37 28
Hex FB 25 1C

RGB Percentages of Color #fb251c

%79.43
%11.71
%8.86

CMYK Percentages of Color #fb251c

%0
%85
%89
%2

Triadic Colors of #fb251c

#fb251c #1cfb25 #251cfb

Analogous Colors of #fb251c

#fb251c #fb951c #fb1c83

Monochromatic Colors of #fb251c

#fb251c

Complementary Color

#fb251c #1cf2fb

#fb251c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb251c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb251c Color CSS Codes

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

#fb251c Text Font Color

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

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


#fb251c Background Color

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

This div background color is #fb251c


#fb251c Border Color

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

This div border color is #fb251c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb251c


Comments

No comments written yet.

Please login to write comment.