Color Hex Logo

#fa082f Color Hex

#FA082F
(250,8,47)
0 Favorites   0 Comments

Color spaces of #fa082f

RGB 250847
HSL0.970.960.51
HSV350°97°98°
CMYK 0.000.970.81   0.02
XYZ40.024320.70294.5759
Yxy20.70290.61290.3170
Hunter Lab45.500477.391125.8876
CIE-Lab52.622878.982448.7804

#fa082f color RGB value is (250,8,47).

#fa082f hex color red value is 250, green value is 8 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fa082f hue: 0.97 , saturation: 0.96 and the lightness value of fa082f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001000 00101111
Octal 372 10 57
Decimal 250 8 47
Hex FA 8 2F

RGB Percentages of Color #fa082f

%81.97
%2.62
%15.41

CMYK Percentages of Color #fa082f

%0
%97
%81
%2

Triadic Colors of #fa082f

#fa082f #2ffa08 #082ffa

Analogous Colors of #fa082f

#fa082f #fa5a08 #fa08a8

Monochromatic Colors of #fa082f

#fa082f

Complementary Color

#fa082f #08fad3

#fa082f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa082f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa082f Color CSS Codes

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

#fa082f Text Font Color

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

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


#fa082f Background Color

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

This div background color is #fa082f


#fa082f Border Color

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

This div border color is #fa082f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa082f


Comments

No comments written yet.

Please login to write comment.