Color Hex Logo

#fa482a Color Hex

#FA482A
(250,72,42)
0 Favorites   0 Comments

Color spaces of #fa482a

RGB 2507242
HSL0.020.950.57
HSV83°98°
CMYK 0.000.710.83   0.02
XYZ42.159625.12594.8182
Yxy25.12590.58470.3485
Hunter Lab50.125762.412229.3889
CIE-Lab57.197965.811755.4622

#fa482a color RGB value is (250,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 00101010
Octal 372 110 52
Decimal 250 72 42
Hex FA 48 2A

RGB Percentages of Color #fa482a

%68.68
%19.78
%11.54

CMYK Percentages of Color #fa482a

%0
%71
%83
%2

Triadic Colors of #fa482a

#fa482a #2afa48 #482afa

Analogous Colors of #fa482a

#fa482a #fab02a #fa2a74

Monochromatic Colors of #fa482a

#fa482a

Complementary Color

#fa482a #2adcfa

#fa482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa482a Color CSS Codes

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

#fa482a Text Font Color

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

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


#fa482a Background Color

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

This div background color is #fa482a


#fa482a Border Color

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

This div border color is #fa482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa482a

Related Colors


Comments

No comments written yet.

Please login to write comment.