Color Hex Logo

#ff9b4e Color Hex

#FF9B4E
(255,155,78)
0 Favorites   0 Comments

Color spaces of #ff9b4e

RGB 25515578
HSL0.071.000.65
HSV26°69°100°
CMYK 0.000.390.69   0.00
XYZ54.336545.252713.0785
Yxy45.25270.48230.4016
Hunter Lab67.270126.458135.5621
CIE-Lab73.058031.103654.8682

#ff9b4e color RGB value is (255,155,78).

#ff9b4e hex color red value is 255, green value is 155 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ff9b4e hue: 0.07 , saturation: 1.00 and the lightness value of ff9b4e is 0.65.

The process color (four color CMYK) of #ff9b4e color hex is 0.00, 0.39, 0.69, 0.00. Web safe color of #ff9b4e is #ff9966. Color #ff9b4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011011 01001110
Octal 377 233 116
Decimal 255 155 78
Hex FF 9B 4E

RGB Percentages of Color #ff9b4e

%52.25
%31.76
%15.98

CMYK Percentages of Color #ff9b4e

%0
%39
%69
%0

Triadic Colors of #ff9b4e

#ff9b4e #4eff9b #9b4eff

Analogous Colors of #ff9b4e

#ff9b4e #fff44e #ff4e59

Monochromatic Colors of #ff9b4e

#ff9b4e

Complementary Color

#ff9b4e #4eb2ff

#ff9b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9b4e Color CSS Codes

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

#ff9b4e Text Font Color

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

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


#ff9b4e Background Color

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

This div background color is #ff9b4e


#ff9b4e Border Color

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

This div border color is #ff9b4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9b4e

Related Colors


Comments

No comments written yet.

Please login to write comment.