Color Hex Logo

#fa403b Color Hex

#FA403B
(250,64,59)
0 Favorites   0 Comments

Color spaces of #fa403b

RGB 2506459
HSL0.000.950.61
HSV76°98°
CMYK 0.000.740.76   0.02
XYZ42.047224.30666.6132
Yxy24.30660.57620.3331
Hunter Lab49.301765.956526.5582
CIE-Lab56.393568.939846.1998

#fa403b color RGB value is (250,64,59).

#fa403b hex color red value is 250, green value is 64 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fa403b hue: 0.00 , saturation: 0.95 and the lightness value of fa403b is 0.61.

The process color (four color CMYK) of #fa403b color hex is 0.00, 0.74, 0.76, 0.02. Web safe color of #fa403b is #ff3333. Color #fa403b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 00111011
Octal 372 100 73
Decimal 250 64 59
Hex FA 40 3B

RGB Percentages of Color #fa403b

%67.02
%17.16
%15.82

CMYK Percentages of Color #fa403b

%0
%74
%76
%2

Triadic Colors of #fa403b

#fa403b #3bfa40 #403bfa

Analogous Colors of #fa403b

#fa403b #faa03b #fa3b96

Monochromatic Colors of #fa403b

#fa403b

Complementary Color

#fa403b #3bf5fa

#fa403b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa403b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa403b Color CSS Codes

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

#fa403b Text Font Color

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

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


#fa403b Background Color

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

This div background color is #fa403b


#fa403b Border Color

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

This div border color is #fa403b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa403b

Related Colors


Comments

No comments written yet.

Please login to write comment.