Color Hex Logo

#fa272e Color Hex

#FA272E
(250,39,46)
0 Favorites   0 Comments

Color spaces of #fa272e

RGB 2503946
HSL0.990.950.57
HSV358°84°98°
CMYK 0.000.840.82   0.02
XYZ40.643021.97234.6837
Yxy21.97230.60390.3265
Hunter Lab46.874672.739226.8880
CIE-Lab53.997674.977750.6089

#fa272e color RGB value is (250,39,46).

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

The process color (four color CMYK) of #fa272e color hex is 0.00, 0.84, 0.82, 0.02. Web safe color of #fa272e is #ff3333. Color #fa272e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100111 00101110
Octal 372 47 56
Decimal 250 39 46
Hex FA 27 2E

RGB Percentages of Color #fa272e

%74.63
%11.64
%13.73

CMYK Percentages of Color #fa272e

%0
%84
%82
%2

Triadic Colors of #fa272e

#fa272e #2efa27 #272efa

Analogous Colors of #fa272e

#fa272e #fa8a27 #fa2798

Monochromatic Colors of #fa272e

#fa272e

Complementary Color

#fa272e #27faf3

#fa272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa272e Color CSS Codes

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

#fa272e Text Font Color

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

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


#fa272e Background Color

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

This div background color is #fa272e


#fa272e Border Color

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

This div border color is #fa272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa272e


Comments

No comments written yet.

Please login to write comment.