Color Hex Logo

#fea70d Color Hex

#FEA70D
(254,167,13)
0 Favorites   0 Comments

Color spaces of #fea70d

RGB 25416713
HSL0.110.990.52
HSV38°95°100°
CMYK 0.000.340.95   0.00
XYZ54.764448.73736.9016
Yxy48.73730.49600.4414
Hunter Lab69.812117.853943.0071
CIE-Lab75.287622.579677.6493

#fea70d color RGB value is (254,167,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 00001101
Octal 376 247 15
Decimal 254 167 13
Hex FE A7 D

RGB Percentages of Color #fea70d

%58.53
%38.48
%3.00

CMYK Percentages of Color #fea70d

%0
%34
%95
%0

Triadic Colors of #fea70d

#fea70d #0dfea7 #a70dfe

Analogous Colors of #fea70d

#fea70d #ddfe0d #fe2e0d

Monochromatic Colors of #fea70d

#fea70d

Complementary Color

#fea70d #0d64fe

#fea70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea70d Color CSS Codes

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

#fea70d Text Font Color

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

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


#fea70d Background Color

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

This div background color is #fea70d


#fea70d Border Color

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

This div border color is #fea70d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,167,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 #fea70d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea70d

Related Colors


Comments

No comments written yet.

Please login to write comment.