Color Hex Logo

#fa330a Color Hex

#FA330A
(250,51,10)
0 Favorites   0 Comments

Color spaces of #fa330a

RGB 2505110
HSL0.030.960.51
HSV10°96°98°
CMYK 0.000.800.96   0.02
XYZ40.663022.71362.5281
Yxy22.71360.61700.3446
Hunter Lab47.658868.895330.2161
CIE-Lab54.776171.683864.9709

#fa330a color RGB value is (250,51,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110011 00001010
Octal 372 63 12
Decimal 250 51 10
Hex FA 33 A

RGB Percentages of Color #fa330a

%80.39
%16.40
%3.22

CMYK Percentages of Color #fa330a

%0
%80
%96
%2

Triadic Colors of #fa330a

#fa330a #0afa33 #330afa

Analogous Colors of #fa330a

#fa330a #faab0a #fa0a59

Monochromatic Colors of #fa330a

#fa330a

Complementary Color

#fa330a #0ad1fa

#fa330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa330a Color CSS Codes

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

#fa330a Text Font Color

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

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


#fa330a Background Color

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

This div background color is #fa330a


#fa330a Border Color

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

This div border color is #fa330a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa330a


Comments

No comments written yet.

Please login to write comment.