Color Hex Logo

#fa440f Color Hex

#FA440F
(250,68,15)
0 Favorites   0 Comments

Color spaces of #fa440f

RGB 2506815
HSL0.040.960.52
HSV14°94°98°
CMYK 0.000.730.94   0.02
XYZ41.577724.49272.9881
Yxy24.49270.60210.3547
Hunter Lab49.490163.354031.0633
CIE-Lab56.577866.722164.8075

#fa440f color RGB value is (250,68,15).

#fa440f hex color red value is 250, green value is 68 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fa440f hue: 0.04 , saturation: 0.96 and the lightness value of fa440f is 0.52.

The process color (four color CMYK) of #fa440f color hex is 0.00, 0.73, 0.94, 0.02. Web safe color of #fa440f is #ff3300. Color #fa440f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000100 00001111
Octal 372 104 17
Decimal 250 68 15
Hex FA 44 F

RGB Percentages of Color #fa440f

%75.08
%20.42
%4.50

CMYK Percentages of Color #fa440f

%0
%73
%94
%2

Triadic Colors of #fa440f

#fa440f #0ffa44 #440ffa

Analogous Colors of #fa440f

#fa440f #faba0f #fa0f50

Monochromatic Colors of #fa440f

#fa440f

Complementary Color

#fa440f #0fc5fa

#fa440f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa440f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa440f Color CSS Codes

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

#fa440f Text Font Color

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

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


#fa440f Background Color

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

This div background color is #fa440f


#fa440f Border Color

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

This div border color is #fa440f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa440f


Comments

No comments written yet.

Please login to write comment.