Color Hex Logo

#fa360a Color Hex

#FA360A
(250,54,10)
0 Favorites   0 Comments

Color spaces of #fa360a

RGB 2505410
HSL0.030.960.51
HSV11°96°98°
CMYK 0.000.780.96   0.02
XYZ40.798322.98422.5733
Yxy22.98420.61480.3464
Hunter Lab47.941868.004530.3769
CIE-Lab55.056170.894565.1155

#fa360a color RGB value is (250,54,10).

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

The process color (four color CMYK) of #fa360a color hex is 0.00, 0.78, 0.96, 0.02. Web safe color of #fa360a is #ff3300. Color #fa360a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 00001010
Octal 372 66 12
Decimal 250 54 10
Hex FA 36 A

RGB Percentages of Color #fa360a

%79.62
%17.20
%3.18

CMYK Percentages of Color #fa360a

%0
%78
%96
%2

Triadic Colors of #fa360a

#fa360a #0afa36 #360afa

Analogous Colors of #fa360a

#fa360a #faae0a #fa0a56

Monochromatic Colors of #fa360a

#fa360a

Complementary Color

#fa360a #0acefa

#fa360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa360a Color CSS Codes

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

#fa360a Text Font Color

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

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


#fa360a Background Color

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

This div background color is #fa360a


#fa360a Border Color

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

This div border color is #fa360a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa360a

#fa360a Color Palettes


Comments

No comments written yet.

Please login to write comment.