Color Hex Logo

#ff982b Color Hex

#FF982B
(255,152,43)
0 Favorites   0 Comments

Color spaces of #ff982b

RGB 25515243
HSL0.091.000.58
HSV31°83°100°
CMYK 0.000.400.83   0.00
XYZ52.904343.89097.9689
Yxy43.89090.50500.4189
Hunter Lab66.250226.603839.2435
CIE-Lab72.155531.315168.3339

#ff982b color RGB value is (255,152,43).

#ff982b hex color red value is 255, green value is 152 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ff982b hue: 0.09 , saturation: 1.00 and the lightness value of ff982b is 0.58.

The process color (four color CMYK) of #ff982b color hex is 0.00, 0.40, 0.83, 0.00. Web safe color of #ff982b is #ff9933. Color #ff982b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 00101011
Octal 377 230 53
Decimal 255 152 43
Hex FF 98 2B

RGB Percentages of Color #ff982b

%56.67
%33.78
%9.56

CMYK Percentages of Color #ff982b

%0
%40
%83
%0

Triadic Colors of #ff982b

#ff982b #2bff98 #982bff

Analogous Colors of #ff982b

#ff982b #fcff2b #ff2e2b

Monochromatic Colors of #ff982b

#ff982b

Complementary Color

#ff982b #2b92ff

#ff982b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff982b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff982b Color CSS Codes

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

#ff982b Text Font Color

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

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


#ff982b Background Color

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

This div background color is #ff982b


#ff982b Border Color

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

This div border color is #ff982b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff982b

Related Colors


Comments

No comments written yet.

Please login to write comment.