Color Hex Logo

#fa631b Color Hex

#FA631B
(250,99,27)
0 Favorites   0 Comments

Color spaces of #fa631b

RGB 2509927
HSL0.050.960.54
HSV19°89°98°
CMYK 0.000.600.89   0.02
XYZ44.084029.32684.3741
Yxy29.32680.56670.3770
Hunter Lab54.154250.537233.1190
CIE-Lab61.069054.841764.3803

#fa631b color RGB value is (250,99,27).

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

The process color (four color CMYK) of #fa631b color hex is 0.00, 0.60, 0.89, 0.02. Web safe color of #fa631b is #ff6633. Color #fa631b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 00011011
Octal 372 143 33
Decimal 250 99 27
Hex FA 63 1B

RGB Percentages of Color #fa631b

%66.49
%26.33
%7.18

CMYK Percentages of Color #fa631b

%0
%60
%89
%2

Triadic Colors of #fa631b

#fa631b #1bfa63 #631bfa

Analogous Colors of #fa631b

#fa631b #fad31b #fa1b42

Monochromatic Colors of #fa631b

#fa631b

Complementary Color

#fa631b #1bb2fa

#fa631b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa631b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa631b Color CSS Codes

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

#fa631b Text Font Color

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

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


#fa631b Background Color

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

This div background color is #fa631b


#fa631b Border Color

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

This div border color is #fa631b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa631b


Comments

No comments written yet.

Please login to write comment.