Color Hex Logo

#fe970b Color Hex

#FE970B
(254,151,11)
0 Favorites   0 Comments

Color spaces of #fe970b

RGB 25415111
HSL0.100.990.52
HSV35°96°100°
CMYK 0.000.410.96   0.00
XYZ52.000143.22825.9198
Yxy43.22820.51410.4274
Hunter Lab65.748226.116140.6854
CIE-Lab71.709630.880575.4566

#fe970b color RGB value is (254,151,11).

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

The process color (four color CMYK) of #fe970b color hex is 0.00, 0.41, 0.96, 0.00. Web safe color of #fe970b is #ff9900. Color #fe970b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 00001011
Octal 376 227 13
Decimal 254 151 11
Hex FE 97 B

RGB Percentages of Color #fe970b

%61.06
%36.30
%2.64

CMYK Percentages of Color #fe970b

%0
%41
%96
%0

Triadic Colors of #fe970b

#fe970b #0bfe97 #970bfe

Analogous Colors of #fe970b

#fe970b #ecfe0b #fe1e0b

Monochromatic Colors of #fe970b

#fe970b

Complementary Color

#fe970b #0b72fe

#fe970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe970b Color CSS Codes

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

#fe970b Text Font Color

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

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


#fe970b Background Color

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

This div background color is #fe970b


#fe970b Border Color

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

This div border color is #fe970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe970b

Related Colors


Comments

No comments written yet.

Please login to write comment.