Color Hex Logo

#fa961c Color Hex

#FA961C
(250,150,28)
0 Favorites   0 Comments

Color spaces of #fa961c

RGB 25015028
HSL0.090.960.55
HSV33°89°98°
CMYK 0.000.400.89   0.02
XYZ50.540342.22056.5842
Yxy42.22050.50870.4250
Hunter Lab64.977325.129639.4762
CIE-Lab71.022729.978271.5377

#fa961c color RGB value is (250,150,28).

#fa961c hex color red value is 250, green value is 150 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #fa961c hue: 0.09 , saturation: 0.96 and the lightness value of fa961c is 0.55.

The process color (four color CMYK) of #fa961c color hex is 0.00, 0.40, 0.89, 0.02. Web safe color of #fa961c is #ff9933. Color #fa961c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 00011100
Octal 372 226 34
Decimal 250 150 28
Hex FA 96 1C

RGB Percentages of Color #fa961c

%58.41
%35.05
%6.54

CMYK Percentages of Color #fa961c

%0
%40
%89
%2

Triadic Colors of #fa961c

#fa961c #1cfa96 #961cfa

Analogous Colors of #fa961c

#fa961c #effa1c #fa271c

Monochromatic Colors of #fa961c

#fa961c

Complementary Color

#fa961c #1c80fa

#fa961c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa961c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa961c Color CSS Codes

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

#fa961c Text Font Color

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

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


#fa961c Background Color

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

This div background color is #fa961c


#fa961c Border Color

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

This div border color is #fa961c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa961c


Comments

No comments written yet.

Please login to write comment.