Color Hex Logo

#fb983c Color Hex

#FB983C
(251,152,60)
0 Favorites   0 Comments

Color spaces of #fb983c

RGB 25115260
HSL0.080.960.61
HSV29°76°98°
CMYK 0.000.390.76   0.02
XYZ51.827543.29199.8995
Yxy43.29190.49350.4122
Hunter Lab65.796625.459237.1371
CIE-Lab71.752630.242061.3656

#fb983c color RGB value is (251,152,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011000 00111100
Octal 373 230 74
Decimal 251 152 60
Hex FB 98 3C

RGB Percentages of Color #fb983c

%54.21
%32.83
%12.96

CMYK Percentages of Color #fb983c

%0
%39
%76
%2

Triadic Colors of #fb983c

#fb983c #3cfb98 #983cfb

Analogous Colors of #fb983c

#fb983c #fbf83c #fb3c3f

Monochromatic Colors of #fb983c

#fb983c

Complementary Color

#fb983c #3c9ffb

#fb983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb983c Color CSS Codes

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

#fb983c Text Font Color

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

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


#fb983c Background Color

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

This div background color is #fb983c


#fb983c Border Color

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

This div border color is #fb983c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb983c


Comments

No comments written yet.

Please login to write comment.