Color Hex Logo

#fa503b Color Hex

#FA503B
(250,80,59)
0 Favorites   0 Comments

Color spaces of #fa503b

RGB 2508059
HSL0.020.950.61
HSV76°98°
CMYK 0.000.680.76   0.02
XYZ43.082426.37716.9583
Yxy26.37710.56380.3452
Hunter Lab51.358659.857827.9182
CIE-Lab58.393363.421248.3034

#fa503b color RGB value is (250,80,59).

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

The process color (four color CMYK) of #fa503b color hex is 0.00, 0.68, 0.76, 0.02. Web safe color of #fa503b is #ff6633. Color #fa503b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 00111011
Octal 372 120 73
Decimal 250 80 59
Hex FA 50 3B

RGB Percentages of Color #fa503b

%64.27
%20.57
%15.17

CMYK Percentages of Color #fa503b

%0
%68
%76
%2

Triadic Colors of #fa503b

#fa503b #3bfa50 #503bfa

Analogous Colors of #fa503b

#fa503b #fab03b #fa3b86

Monochromatic Colors of #fa503b

#fa503b

Complementary Color

#fa503b #3be5fa

#fa503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa503b Color CSS Codes

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

#fa503b Text Font Color

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

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


#fa503b Background Color

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

This div background color is #fa503b


#fa503b Border Color

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

This div border color is #fa503b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa503b

Related Colors


Comments

No comments written yet.

Please login to write comment.