Color Hex Logo

#fa481a Color Hex

#FA481A
(250,72,26)
0 Favorites   0 Comments

Color spaces of #fa481a

RGB 2507226
HSL0.030.960.54
HSV12°90°98°
CMYK 0.000.710.90   0.02
XYZ41.928225.03333.5993
Yxy25.03330.59420.3548
Hunter Lab50.033362.025830.7581
CIE-Lab57.107965.500861.8607

#fa481a color RGB value is (250,72,26).

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

The process color (four color CMYK) of #fa481a color hex is 0.00, 0.71, 0.90, 0.02. Web safe color of #fa481a is #ff3333. Color #fa481a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 00011010
Octal 372 110 32
Decimal 250 72 26
Hex FA 48 1A

RGB Percentages of Color #fa481a

%71.84
%20.69
%7.47

CMYK Percentages of Color #fa481a

%0
%71
%90
%2

Triadic Colors of #fa481a

#fa481a #1afa48 #481afa

Analogous Colors of #fa481a

#fa481a #fab81a #fa1a5c

Monochromatic Colors of #fa481a

#fa481a

Complementary Color

#fa481a #1accfa

#fa481a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa481a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa481a Color CSS Codes

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

#fa481a Text Font Color

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

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


#fa481a Background Color

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

This div background color is #fa481a


#fa481a Border Color

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

This div border color is #fa481a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa481a

Related Colors


Comments

No comments written yet.

Please login to write comment.