Color Hex Logo

#fe660a Color Hex

#FE660A
(254,102,10)
0 Favorites   0 Comments

Color spaces of #fe660a

RGB 25410210
HSL0.060.990.52
HSV23°96°100°
CMYK 0.000.600.96   0.00
XYZ45.679230.59553.7851
Yxy30.59550.57060.3822
Hunter Lab55.313250.612234.6620
CIE-Lab62.164754.732069.4933

#fe660a color RGB value is (254,102,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 00001010
Octal 376 146 12
Decimal 254 102 10
Hex FE 66 A

RGB Percentages of Color #fe660a

%69.40
%27.87
%2.73

CMYK Percentages of Color #fe660a

%0
%60
%96
%0

Triadic Colors of #fe660a

#fe660a #0afe66 #660afe

Analogous Colors of #fe660a

#fe660a #fee00a #fe0a28

Monochromatic Colors of #fe660a

#fe660a

Complementary Color

#fe660a #0aa2fe

#fe660a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe660a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe660a Color CSS Codes

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

#fe660a Text Font Color

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

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


#fe660a Background Color

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

This div background color is #fe660a


#fe660a Border Color

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

This div border color is #fe660a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe660a


Comments

No comments written yet.

Please login to write comment.