Color Hex Logo

#fb813d Color Hex

#FB813D
(251,129,61)
0 Favorites   0 Comments

Color spaces of #fb813d

RGB 25112961
HSL0.060.960.61
HSV21°76°98°
CMYK 0.000.490.76   0.02
XYZ48.476236.54678.9141
Yxy36.54670.51610.3891
Hunter Lab60.453937.339733.5752
CIE-Lab66.935542.003856.1491

#fb813d color RGB value is (251,129,61).

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

The process color (four color CMYK) of #fb813d color hex is 0.00, 0.49, 0.76, 0.02. Web safe color of #fb813d is #ff9933. Color #fb813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000001 00111101
Octal 373 201 75
Decimal 251 129 61
Hex FB 81 3D

RGB Percentages of Color #fb813d

%56.92
%29.25
%13.83

CMYK Percentages of Color #fb813d

%0
%49
%76
%2

Triadic Colors of #fb813d

#fb813d #3dfb81 #813dfb

Analogous Colors of #fb813d

#fb813d #fbe03d #fb3d58

Monochromatic Colors of #fb813d

#fb813d

Complementary Color

#fb813d #3db7fb

#fb813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb813d Color CSS Codes

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

#fb813d Text Font Color

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

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


#fb813d Background Color

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

This div background color is #fb813d


#fb813d Border Color

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

This div border color is #fb813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb813d


Comments

No comments written yet.

Please login to write comment.