color codes Logo

#fa5d0d color codes

#FA5D0D
(250,93,13)
0 Favorites   0 Comments

Color spaces of #fa5d0d

RGB 2509313
HSL0.060.960.52
HSV20°95°98°
CMYK 0.000.630.95   0.02
XYZ43.411328.18183.5324
Yxy28.18180.57790.3751
Hunter Lab53.086553.066233.2154
CIE-Lab60.052657.243767.3381

#fa5d0d color RGB value is (250,93,13).

#fa5d0d hex color red value is 250, green value is 93 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fa5d0d hue: 0.06 , saturation: 0.96 and the lightness value of fa5d0d is 0.52.

The process color (four color CMYK) of #fa5d0d color code is 0.00, 0.63, 0.95, 0.02. Web safe color of #fa5d0d is #ff6600. Color #fa5d0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011101 00001101
Octal 372 135 15
Decimal 250 93 13
Hex FA 5D D

RGB Percentages of Color #fa5d0d

%70.22
%26.12
%3.65

CMYK Percentages of Color #fa5d0d

%0
%63
%95
%2

Triadic Colors of #fa5d0d

#fa5d0d #0dfa5d #5d0dfa

Analogous Colors of #fa5d0d

#fa5d0d #fad40d #fa0d33

Monochromatic Colors of #fa5d0d

#fa5d0d

Complementary Color

#fa5d0d #0daafa

#fa5d0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5d0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5d0d Color CSS Codes

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

#fa5d0d Text Font Color

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

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


#fa5d0d Background Color

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

This div background color is #fa5d0d


#fa5d0d Border Color

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

This div border color is #fa5d0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5d0d

Related Colors


Comments

No comments written yet.

Please login to write comment.