color codes Logo

#fe970d color codes

#FE970D
(254,151,13)
0 Favorites   0 Comments

Color spaces of #fe970d

RGB 25415113
HSL0.100.990.52
HSV34°95°100°
CMYK 0.000.410.95   0.00
XYZ52.012343.23315.9842
Yxy43.23310.51380.4271
Hunter Lab65.751926.134740.6302
CIE-Lab71.712930.898275.1886

#fe970d color RGB value is (254,151,13).

#fe970d hex color red value is 254, green value is 151 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fe970d hue: 0.10 , saturation: 0.99 and the lightness value of fe970d is 0.52.

The process color (four color CMYK) of #fe970d color code is 0.00, 0.41, 0.95, 0.00. Web safe color of #fe970d is #ff9900. Color #fe970d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 00001101
Octal 376 227 15
Decimal 254 151 13
Hex FE 97 D

RGB Percentages of Color #fe970d

%60.77
%36.12
%3.11

CMYK Percentages of Color #fe970d

%0
%41
%95
%0

Triadic Colors of #fe970d

#fe970d #0dfe97 #970dfe

Analogous Colors of #fe970d

#fe970d #edfe0d #fe1f0d

Monochromatic Colors of #fe970d

#fe970d

Complementary Color

#fe970d #0d74fe

#fe970d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe970d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe970d Color CSS Codes

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

#fe970d Text Font Color

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

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


#fe970d Background Color

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

This div background color is #fe970d


#fe970d Border Color

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

This div border color is #fe970d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe970d

Related Colors


Comments

No comments written yet.

Please login to write comment.