Color Hex Logo

#fb803a Color Hex

#FB803A
(251,128,58)
0 Favorites   0 Comments

Color spaces of #fb803a

RGB 25112858
HSL0.060.960.61
HSV22°77°98°
CMYK 0.000.490.77   0.02
XYZ48.266636.25318.4566
Yxy36.25310.51910.3899
Hunter Lab60.210537.722633.8201
CIE-Lab66.712942.387157.2770

#fb803a color RGB value is (251,128,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 00111010
Octal 373 200 72
Decimal 251 128 58
Hex FB 80 3A

RGB Percentages of Color #fb803a

%57.44
%29.29
%13.27

CMYK Percentages of Color #fb803a

%0
%49
%77
%2

Triadic Colors of #fb803a

#fb803a #3afb80 #803afb

Analogous Colors of #fb803a

#fb803a #fbe13a #fb3a54

Monochromatic Colors of #fb803a

#fb803a

Complementary Color

#fb803a #3ab5fb

#fb803a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb803a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb803a Color CSS Codes

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

#fb803a Text Font Color

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

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


#fb803a Background Color

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

This div background color is #fb803a


#fb803a Border Color

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

This div border color is #fb803a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb803a


Comments

No comments written yet.

Please login to write comment.