Color Hex Logo

#fa330e Color Hex

#FA330E
(250,51,14)
0 Favorites   0 Comments

Color spaces of #fa330e

RGB 2505114
HSL0.030.960.52
HSV94°98°
CMYK 0.000.800.94   0.02
XYZ40.687422.72342.6570
Yxy22.72340.61580.3439
Hunter Lab47.669168.935830.0636
CIE-Lab54.786371.715364.0347

#fa330e color RGB value is (250,51,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110011 00001110
Octal 372 63 16
Decimal 250 51 14
Hex FA 33 E

RGB Percentages of Color #fa330e

%79.37
%16.19
%4.44

CMYK Percentages of Color #fa330e

%0
%80
%94
%2

Triadic Colors of #fa330e

#fa330e #0efa33 #330efa

Analogous Colors of #fa330e

#fa330e #faa90e #fa0e5f

Monochromatic Colors of #fa330e

#fa330e

Complementary Color

#fa330e #0ed5fa

#fa330e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa330e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa330e Color CSS Codes

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

#fa330e Text Font Color

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

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


#fa330e Background Color

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

This div background color is #fa330e


#fa330e Border Color

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

This div border color is #fa330e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa330e

Related Colors


Comments

No comments written yet.

Please login to write comment.