color codes Logo

#fe8f06 color codes

#FE8F06
(254,143,6)
0 Favorites   0 Comments

Color spaces of #fe8f06

RGB 2541436
HSL0.090.990.51
HSV33°98°100°
CMYK 0.000.440.98   0.00
XYZ50.728440.72895.3601
Yxy40.72890.52400.4207
Hunter Lab63.819230.201939.6937
CIE-Lab69.985634.950474.9515

#fe8f06 color RGB value is (254,143,6).

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

The process color (four color CMYK) of #fe8f06 color code is 0.00, 0.44, 0.98, 0.00. Web safe color of #fe8f06 is #ff9900. Color #fe8f06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001111 00000110
Octal 376 217 6
Decimal 254 143 6
Hex FE 8F 6

RGB Percentages of Color #fe8f06

%63.03
%35.48
%1.49

CMYK Percentages of Color #fe8f06

%0
%44
%98
%0

Triadic Colors of #fe8f06

#fe8f06 #06fe8f #8f06fe

Analogous Colors of #fe8f06

#fe8f06 #f1fe06 #fe1306

Monochromatic Colors of #fe8f06

#fe8f06

Complementary Color

#fe8f06 #0675fe

#fe8f06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8f06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8f06 Color CSS Codes

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

#fe8f06 Text Font Color

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

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


#fe8f06 Background Color

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

This div background color is #fe8f06


#fe8f06 Border Color

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

This div border color is #fe8f06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8f06

Related Colors


Comments

No comments written yet.

Please login to write comment.