Color Hex Logo

#ff941e Color Hex

#FF941E
(255,148,30)
0 Favorites   0 Comments

Color spaces of #ff941e

RGB 25514830
HSL0.091.000.56
HSV31°88°100°
CMYK 0.000.420.88   0.00
XYZ52.064242.53356.6940
Yxy42.53350.51400.4199
Hunter Lab65.217728.368039.5668
CIE-Lab71.237233.084671.4735

#ff941e color RGB value is (255,148,30).

#ff941e hex color red value is 255, green value is 148 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ff941e hue: 0.09 , saturation: 1.00 and the lightness value of ff941e is 0.56.

The process color (four color CMYK) of #ff941e color hex is 0.00, 0.42, 0.88, 0.00. Web safe color of #ff941e is #ff9933. Color #ff941e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010100 00011110
Octal 377 224 36
Decimal 255 148 30
Hex FF 94 1E

RGB Percentages of Color #ff941e

%58.89
%34.18
%6.93

CMYK Percentages of Color #ff941e

%0
%42
%88
%0

Triadic Colors of #ff941e

#ff941e #1eff94 #941eff

Analogous Colors of #ff941e

#ff941e #faff1e #ff241e

Monochromatic Colors of #ff941e

#ff941e

Complementary Color

#ff941e #1e89ff

#ff941e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff941e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff941e Color CSS Codes

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

#ff941e Text Font Color

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

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


#ff941e Background Color

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

This div background color is #ff941e


#ff941e Border Color

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

This div border color is #ff941e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff941e

Related Colors


Comments

No comments written yet.

Please login to write comment.