Color Hex Logo

#fb463e Color Hex

#FB463E
(251,70,62)
0 Favorites   0 Comments

Color spaces of #fb463e

RGB 2517062
HSL0.010.960.61
HSV75°98°
CMYK 0.000.720.75   0.02
XYZ42.843325.23737.1706
Yxy25.23730.56930.3354
Hunter Lab50.236764.315526.7029
CIE-Lab57.305967.396345.6235

#fb463e color RGB value is (251,70,62).

#fb463e hex color red value is 251, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fb463e hue: 0.01 , saturation: 0.96 and the lightness value of fb463e is 0.61.

The process color (four color CMYK) of #fb463e color hex is 0.00, 0.72, 0.75, 0.02. Web safe color of #fb463e is #ff3333. Color #fb463e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000110 00111110
Octal 373 106 76
Decimal 251 70 62
Hex FB 46 3E

RGB Percentages of Color #fb463e

%65.54
%18.28
%16.19

CMYK Percentages of Color #fb463e

%0
%72
%75
%2

Triadic Colors of #fb463e

#fb463e #3efb46 #463efb

Analogous Colors of #fb463e

#fb463e #fba53e #fb3e95

Monochromatic Colors of #fb463e

#fb463e

Complementary Color

#fb463e #3ef3fb

#fb463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb463e Color CSS Codes

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

#fb463e Text Font Color

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

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


#fb463e Background Color

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

This div background color is #fb463e


#fb463e Border Color

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

This div border color is #fb463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb463e

#fb463e Color Palettes


Comments

No comments written yet.

Please login to write comment.