Color Hex Logo

#fe6506 Color Hex

#FE6506
(254,101,6)
0 Favorites   0 Comments

Color spaces of #fe6506

RGB 2541016
HSL0.060.990.51
HSV23°98°100°
CMYK 0.000.600.98   0.00
XYZ45.559630.39133.6372
Yxy30.39130.57240.3819
Hunter Lab55.128351.042934.6780
CIE-Lab61.990455.141170.0543

#fe6506 color RGB value is (254,101,6).

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

The process color (four color CMYK) of #fe6506 color hex is 0.00, 0.60, 0.98, 0.00. Web safe color of #fe6506 is #ff6600. Color #fe6506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 00000110
Octal 376 145 6
Decimal 254 101 6
Hex FE 65 6

RGB Percentages of Color #fe6506

%70.36
%27.98
%1.66

CMYK Percentages of Color #fe6506

%0
%60
%98
%0

Triadic Colors of #fe6506

#fe6506 #06fe65 #6506fe

Analogous Colors of #fe6506

#fe6506 #fee106 #fe0623

Monochromatic Colors of #fe6506

#fe6506

Complementary Color

#fe6506 #069ffe

#fe6506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6506 Color CSS Codes

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

#fe6506 Text Font Color

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

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


#fe6506 Background Color

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

This div background color is #fe6506


#fe6506 Border Color

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

This div border color is #fe6506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6506


Comments

No comments written yet.

Please login to write comment.