Color Hex Logo

#fb231c Color Hex

#FB231C
(251,35,28)
0 Favorites   0 Comments

Color spaces of #fb231c

RGB 2513528
HSL0.010.970.55
HSV89°98°
CMYK 0.000.860.89   0.02
XYZ40.594321.79513.1659
Yxy21.79510.61920.3325
Hunter Lab46.685273.512328.6590
CIE-Lab53.808975.640458.8601

#fb231c color RGB value is (251,35,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 00011100
Octal 373 43 34
Decimal 251 35 28
Hex FB 23 1C

RGB Percentages of Color #fb231c

%79.94
%11.15
%8.92

CMYK Percentages of Color #fb231c

%0
%86
%89
%2

Triadic Colors of #fb231c

#fb231c #1cfb23 #231cfb

Analogous Colors of #fb231c

#fb231c #fb931c #fb1c85

Monochromatic Colors of #fb231c

#fb231c

Complementary Color

#fb231c #1cf4fb

#fb231c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb231c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb231c Color CSS Codes

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

#fb231c Text Font Color

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

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


#fb231c Background Color

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

This div background color is #fb231c


#fb231c Border Color

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

This div border color is #fb231c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb231c


Comments

No comments written yet.

Please login to write comment.