Color Hex Logo

#fb261c Color Hex

#FB261C
(251,38,28)
0 Favorites   0 Comments

Color spaces of #fb261c

RGB 2513828
HSL0.010.970.55
HSV89°98°
CMYK 0.000.850.89   0.02
XYZ40.686421.97933.1966
Yxy21.97930.61770.3337
Hunter Lab46.882172.866728.7748
CIE-Lab54.005075.079759.0001

#fb261c color RGB value is (251,38,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100110 00011100
Octal 373 46 34
Decimal 251 38 28
Hex FB 26 1C

RGB Percentages of Color #fb261c

%79.18
%11.99
%8.83

CMYK Percentages of Color #fb261c

%0
%85
%89
%2

Triadic Colors of #fb261c

#fb261c #1cfb26 #261cfb

Analogous Colors of #fb261c

#fb261c #fb961c #fb1c82

Monochromatic Colors of #fb261c

#fb261c

Complementary Color

#fb261c #1cf1fb

#fb261c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb261c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb261c Color CSS Codes

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

#fb261c Text Font Color

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

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


#fb261c Background Color

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

This div background color is #fb261c


#fb261c Border Color

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

This div border color is #fb261c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb261c


Comments

No comments written yet.

Please login to write comment.