Color Hex Logo

#fa072a Color Hex

#FA072A
(250,7,42)
0 Favorites   0 Comments

Color spaces of #fa072a

RGB 250742
HSL0.980.960.50
HSV351°97°98°
CMYK 0.000.970.83   0.02
XYZ39.918220.64314.0711
Yxy20.64310.61760.3194
Hunter Lab45.434777.316626.4917
CIE-Lab52.556778.936051.3236

#fa072a color RGB value is (250,7,42).

#fa072a hex color red value is 250, green value is 7 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fa072a hue: 0.98 , saturation: 0.96 and the lightness value of fa072a is 0.50.

The process color (four color CMYK) of #fa072a color hex is 0.00, 0.97, 0.83, 0.02. Web safe color of #fa072a is #ff0033. Color #fa072a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 00101010
Octal 372 7 52
Decimal 250 7 42
Hex FA 7 2A

RGB Percentages of Color #fa072a

%83.61
%2.34
%14.05

CMYK Percentages of Color #fa072a

%0
%97
%83
%2

Triadic Colors of #fa072a

#fa072a #2afa07 #072afa

Analogous Colors of #fa072a

#fa072a #fa5e07 #fa07a4

Monochromatic Colors of #fa072a

#fa072a

Complementary Color

#fa072a #07fad7

#fa072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa072a Color CSS Codes

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

#fa072a Text Font Color

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

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


#fa072a Background Color

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

This div background color is #fa072a


#fa072a Border Color

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

This div border color is #fa072a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa072a


Comments

No comments written yet.

Please login to write comment.