Color Hex Logo

#fa5904 Color Hex

#FA5904
(250,89,4)
0 Favorites   0 Comments

Color spaces of #fa5904

RGB 250894
HSL0.060.970.50
HSV21°98°98°
CMYK 0.000.640.98   0.02
XYZ43.018627.47753.1512
Yxy27.47750.58410.3731
Hunter Lab52.419054.756133.1290
CIE-Lab59.413758.833068.6189

#fa5904 color RGB value is (250,89,4).

#fa5904 hex color red value is 250, green value is 89 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fa5904 hue: 0.06 , saturation: 0.97 and the lightness value of fa5904 is 0.50.

The process color (four color CMYK) of #fa5904 color hex is 0.00, 0.64, 0.98, 0.02. Web safe color of #fa5904 is #ff6600. Color #fa5904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011001 00000100
Octal 372 131 4
Decimal 250 89 4
Hex FA 59 4

RGB Percentages of Color #fa5904

%72.89
%25.95
%1.17

CMYK Percentages of Color #fa5904

%0
%64
%98
%2

Triadic Colors of #fa5904

#fa5904 #04fa59 #5904fa

Analogous Colors of #fa5904

#fa5904 #fad404 #fa042a

Monochromatic Colors of #fa5904

#fa5904

Complementary Color

#fa5904 #04a5fa

#fa5904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5904 Color CSS Codes

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

#fa5904 Text Font Color

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

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


#fa5904 Background Color

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

This div background color is #fa5904


#fa5904 Border Color

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

This div border color is #fa5904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5904


Comments

No comments written yet.

Please login to write comment.