color codes Logo

#fe982d color codes

#FE982D
(254,152,45)
0 Favorites   0 Comments

Color spaces of #fe982d

RGB 25415245
HSL0.090.990.59
HSV31°82°100°
CMYK 0.000.400.82   0.00
XYZ52.574943.71688.1498
Yxy43.71680.50340.4186
Hunter Lab66.118726.228338.9750
CIE-Lab72.038830.962767.5044

#fe982d color RGB value is (254,152,45).

#fe982d hex color red value is 254, green value is 152 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fe982d hue: 0.09 , saturation: 0.99 and the lightness value of fe982d is 0.59.

The process color (four color CMYK) of #fe982d color code is 0.00, 0.40, 0.82, 0.00. Web safe color of #fe982d is #ff9933. Color #fe982d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 00101101
Octal 376 230 55
Decimal 254 152 45
Hex FE 98 2D

RGB Percentages of Color #fe982d

%56.32
%33.70
%9.98

CMYK Percentages of Color #fe982d

%0
%40
%82
%0

Triadic Colors of #fe982d

#fe982d #2dfe98 #982dfe

Analogous Colors of #fe982d

#fe982d #fcfe2d #fe302d

Monochromatic Colors of #fe982d

#fe982d

Complementary Color

#fe982d #2d93fe

#fe982d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe982d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe982d Color CSS Codes

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

#fe982d Text Font Color

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

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


#fe982d Background Color

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

This div background color is #fe982d


#fe982d Border Color

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

This div border color is #fe982d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe982d


Comments

No comments written yet.

Please login to write comment.