Color Hex Logo

#fb263c Color Hex

#FB263C
(251,38,60)
0 Favorites   0 Comments

Color spaces of #fb263c

RGB 2513860
HSL0.980.960.57
HSV354°85°98°
CMYK 0.000.850.76   0.02
XYZ41.292422.22176.3878
Yxy22.22170.59070.3179
Hunter Lab47.139973.863024.9637
CIE-Lab54.261475.836143.4274

#fb263c color RGB value is (251,38,60).

#fb263c hex color red value is 251, green value is 38 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fb263c hue: 0.98 , saturation: 0.96 and the lightness value of fb263c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100110 00111100
Octal 373 46 74
Decimal 251 38 60
Hex FB 26 3C

RGB Percentages of Color #fb263c

%71.92
%10.89
%17.19

CMYK Percentages of Color #fb263c

%0
%85
%76
%2

Triadic Colors of #fb263c

#fb263c #3cfb26 #263cfb

Analogous Colors of #fb263c

#fb263c #fb7b26 #fb26a7

Monochromatic Colors of #fb263c

#fb263c

Complementary Color

#fb263c #26fbe5

#fb263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb263c Color CSS Codes

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

#fb263c Text Font Color

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

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


#fb263c Background Color

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

This div background color is #fb263c


#fb263c Border Color

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

This div border color is #fb263c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb263c


Comments

No comments written yet.

Please login to write comment.