Color Hex Logo

#fa802b Color Hex

#FA802B
(250,128,43)
0 Favorites   0 Comments

Color spaces of #fa802b

RGB 25012843
HSL0.070.950.57
HSV25°83°98°
CMYK 0.000.490.83   0.02
XYZ47.579635.93686.7143
Yxy35.93680.52730.3983
Hunter Lab59.947336.765935.3224
CIE-Lab66.471641.525363.1773

#fa802b color RGB value is (250,128,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000000 00101011
Octal 372 200 53
Decimal 250 128 43
Hex FA 80 2B

RGB Percentages of Color #fa802b

%59.38
%30.40
%10.21

CMYK Percentages of Color #fa802b

%0
%49
%83
%2

Triadic Colors of #fa802b

#fa802b #2bfa80 #802bfa

Analogous Colors of #fa802b

#fa802b #fae82b #fa2b3d

Monochromatic Colors of #fa802b

#fa802b

Complementary Color

#fa802b #2ba5fa

#fa802b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa802b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa802b Color CSS Codes

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

#fa802b Text Font Color

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

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


#fa802b Background Color

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

This div background color is #fa802b


#fa802b Border Color

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

This div border color is #fa802b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa802b


Comments

No comments written yet.

Please login to write comment.