Color Hex Logo

#fa812a Color Hex

#FA812A
(250,129,42)
0 Favorites   0 Comments

Color spaces of #fa812a

RGB 25012942
HSL0.070.950.57
HSV25°83°98°
CMYK 0.000.480.83   0.02
XYZ47.692536.19176.6625
Yxy36.19170.52670.3997
Hunter Lab60.159536.229735.5455
CIE-Lab66.666141.000663.7164

#fa812a color RGB value is (250,129,42).

#fa812a hex color red value is 250, green value is 129 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fa812a hue: 0.07 , saturation: 0.95 and the lightness value of fa812a is 0.57.

The process color (four color CMYK) of #fa812a color hex is 0.00, 0.48, 0.83, 0.02. Web safe color of #fa812a is #ff9933. Color #fa812a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 00101010
Octal 372 201 52
Decimal 250 129 42
Hex FA 81 2A

RGB Percentages of Color #fa812a

%59.38
%30.64
%9.98

CMYK Percentages of Color #fa812a

%0
%48
%83
%2

Triadic Colors of #fa812a

#fa812a #2afa81 #812afa

Analogous Colors of #fa812a

#fa812a #fae92a #fa2a3b

Monochromatic Colors of #fa812a

#fa812a

Complementary Color

#fa812a #2aa3fa

#fa812a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa812a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa812a Color CSS Codes

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

#fa812a Text Font Color

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

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


#fa812a Background Color

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

This div background color is #fa812a


#fa812a Border Color

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

This div border color is #fa812a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa812a


Comments

No comments written yet.

Please login to write comment.