Color Hex Logo

#fb980c Color Hex

#FB980C
(251,152,12)
0 Favorites   0 Comments

Color spaces of #fb980c

RGB 25115212
HSL0.100.970.52
HSV35°95°98°
CMYK 0.000.390.95   0.02
XYZ51.078342.99225.9540
Yxy42.99220.51070.4298
Hunter Lab65.568424.308140.5140
CIE-Lab71.549729.138975.0353

#fb980c color RGB value is (251,152,12).

#fb980c hex color red value is 251, green value is 152 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fb980c hue: 0.10 , saturation: 0.97 and the lightness value of fb980c is 0.52.

The process color (four color CMYK) of #fb980c color hex is 0.00, 0.39, 0.95, 0.02. Web safe color of #fb980c is #ff9900. Color #fb980c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011000 00001100
Octal 373 230 14
Decimal 251 152 12
Hex FB 98 C

RGB Percentages of Color #fb980c

%60.48
%36.63
%2.89

CMYK Percentages of Color #fb980c

%0
%39
%95
%2

Triadic Colors of #fb980c

#fb980c #0cfb98 #980cfb

Analogous Colors of #fb980c

#fb980c #e7fb0c #fb200c

Monochromatic Colors of #fb980c

#fb980c

Complementary Color

#fb980c #0c6ffb

#fb980c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb980c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb980c Color CSS Codes

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

#fb980c Text Font Color

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

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


#fb980c Background Color

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

This div background color is #fb980c


#fb980c Border Color

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

This div border color is #fb980c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb980c


Comments

No comments written yet.

Please login to write comment.