Color Hex Logo

#fa183b Color Hex

#FA183B
(250,24,59)
0 Favorites   0 Comments

Color spaces of #fa183b

RGB 2502459
HSL0.970.960.54
HSV351°90°98°
CMYK 0.000.900.76   0.02
XYZ40.540421.29306.1109
Yxy21.29300.59670.3134
Hunter Lab46.144376.069724.4493
CIE-Lab53.268777.802342.8553

#fa183b color RGB value is (250,24,59).

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

The process color (four color CMYK) of #fa183b color hex is 0.00, 0.90, 0.76, 0.02. Web safe color of #fa183b is #ff0033. Color #fa183b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011000 00111011
Octal 372 30 73
Decimal 250 24 59
Hex FA 18 3B

RGB Percentages of Color #fa183b

%75.08
%7.21
%17.72

CMYK Percentages of Color #fa183b

%0
%90
%76
%2

Triadic Colors of #fa183b

#fa183b #3bfa18 #183bfa

Analogous Colors of #fa183b

#fa183b #fa6618 #fa18ac

Monochromatic Colors of #fa183b

#fa183b

Complementary Color

#fa183b #18fad7

#fa183b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa183b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa183b Color CSS Codes

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

#fa183b Text Font Color

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

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


#fa183b Background Color

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

This div background color is #fa183b


#fa183b Border Color

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

This div border color is #fa183b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa183b

Related Colors


Comments

No comments written yet.

Please login to write comment.