Color Hex Logo

#ff9e00 Color Hex

#FF9E00
(255,158,0)
10 Favorites   2 Comments

Color spaces of #ff9e00

RGB 2551580
HSL0.101.000.50
HSV37°100°100°
CMYK 0.000.381.00   0.00
XYZ53.466945.71376.0056
Yxy45.71370.50830.4346
Hunter Lab67.611922.835442.0619
CIE-Lab73.359427.578877.9368

#ff9e00 color RGB value is (255,158,0).

#ff9e00 hex color red value is 255, green value is 158 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ff9e00 hue: 0.10 , saturation: 1.00 and the lightness value of ff9e00 is 0.50.

The process color (four color CMYK) of #ff9e00 color hex is 0.00, 0.38, 1.00, 0.00. Web safe color of #ff9e00 is #ff9900. Color #ff9e00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011110 00000000
Octal 377 236 0
Decimal 255 158 0
Hex FF 9E 0

RGB Percentages of Color #ff9e00

%61.74
%38.26
%0.00

CMYK Percentages of Color #ff9e00

%0
%38
%100
%0

Triadic Colors of #ff9e00

#ff9e00 #00ff9e #9e00ff

Analogous Colors of #ff9e00

#ff9e00 #e1ff00 #ff1e00

Monochromatic Colors of #ff9e00

#ff9e00

Complementary Color

#ff9e00 #0061ff

#ff9e00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9e00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9e00 Color CSS Codes

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

#ff9e00 Text Font Color

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

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


#ff9e00 Background Color

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

This div background color is #ff9e00


#ff9e00 Border Color

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

This div border color is #ff9e00


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,158,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff9e00; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff9e00;
  -webkit-box-shadow: 1px 1px 3px 2px #ff9e00;
  box-shadow:         1px 1px 3px 2px #ff9e00; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,158,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9e00

Related Colors


Comments

25 Mar 2021, 1:18 GoldenWolf79

The main color used by Buddhists in their apparel. The also practice the Golden Rule.

18 Dec 2019, 2:22 GoldenWolf79

255 / 1.61803398875 (The Golden Ratio) = 157.598667131

Please login to write comment.