Color Hex Logo

#ff9e46 Color Hex

#FF9E46
(255,158,70)
0 Favorites   0 Comments

Color spaces of #ff9e46

RGB 25515870
HSL0.081.000.64
HSV29°73°100°
CMYK 0.000.380.73   0.00
XYZ54.572446.155911.8271
Yxy46.15590.48480.4101
Hunter Lab67.938124.491337.2351
CIE-Lab73.646629.166259.1365

#ff9e46 color RGB value is (255,158,70).

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

The process color (four color CMYK) of #ff9e46 color hex is 0.00, 0.38, 0.73, 0.00. Web safe color of #ff9e46 is #ff9933. Color #ff9e46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011110 01000110
Octal 377 236 106
Decimal 255 158 70
Hex FF 9E 46

RGB Percentages of Color #ff9e46

%52.80
%32.71
%14.49

CMYK Percentages of Color #ff9e46

%0
%38
%73
%0

Triadic Colors of #ff9e46

#ff9e46 #46ff9e #9e46ff

Analogous Colors of #ff9e46

#ff9e46 #fffb46 #ff464a

Monochromatic Colors of #ff9e46

#ff9e46

Complementary Color

#ff9e46 #46a7ff

#ff9e46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9e46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9e46 Color CSS Codes

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

#ff9e46 Text Font Color

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

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


#ff9e46 Background Color

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

This div background color is #ff9e46


#ff9e46 Border Color

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

This div border color is #ff9e46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9e46

Related Colors

#ff9e46 Color Palettes


Comments

No comments written yet.

Please login to write comment.