Color Hex Logo

#fa451c Color Hex

#FA451C
(250,69,28)
0 Favorites   0 Comments

Color spaces of #fa451c

RGB 2506928
HSL0.030.960.55
HSV11°89°98°
CMYK 0.000.720.89   0.02
XYZ41.762124.66413.6581
Yxy24.66410.59590.3519
Hunter Lab49.663063.192330.3969
CIE-Lab56.746766.554460.8903

#fa451c color RGB value is (250,69,28).

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

The process color (four color CMYK) of #fa451c color hex is 0.00, 0.72, 0.89, 0.02. Web safe color of #fa451c is #ff3333. Color #fa451c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000101 00011100
Octal 372 105 34
Decimal 250 69 28
Hex FA 45 1C

RGB Percentages of Color #fa451c

%72.05
%19.88
%8.07

CMYK Percentages of Color #fa451c

%0
%72
%89
%2

Triadic Colors of #fa451c

#fa451c #1cfa45 #451cfa

Analogous Colors of #fa451c

#fa451c #fab41c #fa1c62

Monochromatic Colors of #fa451c

#fa451c

Complementary Color

#fa451c #1cd1fa

#fa451c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa451c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa451c Color CSS Codes

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

#fa451c Text Font Color

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

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


#fa451c Background Color

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

This div background color is #fa451c


#fa451c Border Color

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

This div border color is #fa451c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,69,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 #fa451c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa451c

Related Colors


Comments

No comments written yet.

Please login to write comment.