Color Hex Logo

#fb983a Color Hex

#FB983A
(251,152,58)
0 Favorites   0 Comments

Color spaces of #fb983a

RGB 25115258
HSL0.080.960.61
HSV29°77°98°
CMYK 0.000.390.77   0.02
XYZ51.775643.27129.6263
Yxy43.27120.49460.4134
Hunter Lab65.780825.379537.3702
CIE-Lab71.738730.165962.1765

#fb983a color RGB value is (251,152,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011000 00111010
Octal 373 230 72
Decimal 251 152 58
Hex FB 98 3A

RGB Percentages of Color #fb983a

%54.45
%32.97
%12.58

CMYK Percentages of Color #fb983a

%0
%39
%77
%2

Triadic Colors of #fb983a

#fb983a #3afb98 #983afb

Analogous Colors of #fb983a

#fb983a #fbf93a #fb3a3c

Monochromatic Colors of #fb983a

#fb983a

Complementary Color

#fb983a #3a9dfb

#fb983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb983a Color CSS Codes

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

#fb983a Text Font Color

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

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


#fb983a Background Color

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

This div background color is #fb983a


#fb983a Border Color

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

This div border color is #fb983a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb983a


Comments

No comments written yet.

Please login to write comment.