Color Hex Logo

#ff953a Color Hex

#FF953A
(255,149,58)
0 Favorites   0 Comments

Color spaces of #ff953a

RGB 25514958
HSL0.081.000.61
HSV28°77°100°
CMYK 0.000.420.77   0.00
XYZ52.751243.06049.5342
Yxy43.06040.50070.4088
Hunter Lab65.620428.657537.3199
CIE-Lab71.595933.329962.2155

#ff953a color RGB value is (255,149,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010101 00111010
Octal 377 225 72
Decimal 255 149 58
Hex FF 95 3A

RGB Percentages of Color #ff953a

%55.19
%32.25
%12.55

CMYK Percentages of Color #ff953a

%0
%42
%77
%0

Triadic Colors of #ff953a

#ff953a #3aff95 #953aff

Analogous Colors of #ff953a

#ff953a #fff83a #ff3a41

Monochromatic Colors of #ff953a

#ff953a

Complementary Color

#ff953a #3aa4ff

#ff953a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff953a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff953a Color CSS Codes

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

#ff953a Text Font Color

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

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


#ff953a Background Color

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

This div background color is #ff953a


#ff953a Border Color

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

This div border color is #ff953a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff953a

Related Colors


Comments

No comments written yet.

Please login to write comment.