Color Hex Logo

#ff962b Color Hex

#FF962B
(255,150,43)
0 Favorites   0 Comments

Color spaces of #ff962b

RGB 25515043
HSL0.081.000.58
HSV30°83°100°
CMYK 0.000.410.83   0.00
XYZ52.582443.24717.8616
Yxy43.24710.50710.4171
Hunter Lab65.762527.640638.9459
CIE-Lab71.722432.346267.9643

#ff962b color RGB value is (255,150,43).

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

The process color (four color CMYK) of #ff962b color hex is 0.00, 0.41, 0.83, 0.00. Web safe color of #ff962b is #ff9933. Color #ff962b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010110 00101011
Octal 377 226 53
Decimal 255 150 43
Hex FF 96 2B

RGB Percentages of Color #ff962b

%56.92
%33.48
%9.60

CMYK Percentages of Color #ff962b

%0
%41
%83
%0

Triadic Colors of #ff962b

#ff962b #2bff96 #962bff

Analogous Colors of #ff962b

#ff962b #feff2b #ff2c2b

Monochromatic Colors of #ff962b

#ff962b

Complementary Color

#ff962b #2b94ff

#ff962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff962b Color CSS Codes

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

#ff962b Text Font Color

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

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


#ff962b Background Color

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

This div background color is #ff962b


#ff962b Border Color

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

This div border color is #ff962b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff962b

Related Colors


Comments

No comments written yet.

Please login to write comment.