Color Hex Logo

#ff983d Color Hex

#FF983D
(255,152,61)
0 Favorites   0 Comments

Color spaces of #ff983d

RGB 25515261
HSL0.081.000.62
HSV28°76°100°
CMYK 0.000.400.76   0.00
XYZ53.310544.053410.1083
Yxy44.05340.49600.4099
Hunter Lab66.372727.218737.4313
CIE-Lab72.264231.896761.6197

#ff983d color RGB value is (255,152,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 00111101
Octal 377 230 75
Decimal 255 152 61
Hex FF 98 3D

RGB Percentages of Color #ff983d

%54.49
%32.48
%13.03

CMYK Percentages of Color #ff983d

%0
%40
%76
%0

Triadic Colors of #ff983d

#ff983d #3dff98 #983dff

Analogous Colors of #ff983d

#ff983d #fff93d #ff3d43

Monochromatic Colors of #ff983d

#ff983d

Complementary Color

#ff983d #3da4ff

#ff983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff983d Color CSS Codes

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

#ff983d Text Font Color

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

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


#ff983d Background Color

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

This div background color is #ff983d


#ff983d Border Color

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

This div border color is #ff983d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff983d

Related Colors


Comments

No comments written yet.

Please login to write comment.