Color Hex Logo

#fa880c Color Hex

#FA880C
(250,136,12)
0 Favorites   0 Comments

Color spaces of #fa880c

RGB 25013612
HSL0.090.960.51
HSV31°95°98°
CMYK 0.000.460.95   0.02
XYZ48.294937.95895.1292
Yxy37.95890.52850.4154
Hunter Lab61.610832.102038.1916
CIE-Lab67.990336.958872.5794

#fa880c color RGB value is (250,136,12).

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

The process color (four color CMYK) of #fa880c color hex is 0.00, 0.46, 0.95, 0.02. Web safe color of #fa880c is #ff9900. Color #fa880c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001000 00001100
Octal 372 210 14
Decimal 250 136 12
Hex FA 88 C

RGB Percentages of Color #fa880c

%62.81
%34.17
%3.02

CMYK Percentages of Color #fa880c

%0
%46
%95
%2

Triadic Colors of #fa880c

#fa880c #0cfa88 #880cfa

Analogous Colors of #fa880c

#fa880c #f5fa0c #fa110c

Monochromatic Colors of #fa880c

#fa880c

Complementary Color

#fa880c #0c7efa

#fa880c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa880c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa880c Color CSS Codes

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

#fa880c Text Font Color

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

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


#fa880c Background Color

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

This div background color is #fa880c


#fa880c Border Color

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

This div border color is #fa880c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa880c


Comments

No comments written yet.

Please login to write comment.