Color Hex Logo

#fa481b Color Hex

#FA481B
(250,72,27)
0 Favorites   0 Comments

Color spaces of #fa481b

RGB 2507227
HSL0.030.960.54
HSV12°89°98°
CMYK 0.000.710.89   0.02
XYZ41.939525.03793.6592
Yxy25.03790.59370.3545
Hunter Lab50.037962.044430.6907
CIE-Lab57.112365.515761.5143

#fa481b color RGB value is (250,72,27).

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

The process color (four color CMYK) of #fa481b color hex is 0.00, 0.71, 0.89, 0.02. Web safe color of #fa481b is #ff3333. Color #fa481b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 00011011
Octal 372 110 33
Decimal 250 72 27
Hex FA 48 1B

RGB Percentages of Color #fa481b

%71.63
%20.63
%7.74

CMYK Percentages of Color #fa481b

%0
%71
%89
%2

Triadic Colors of #fa481b

#fa481b #1bfa48 #481bfa

Analogous Colors of #fa481b

#fa481b #fab81b #fa1b5d

Monochromatic Colors of #fa481b

#fa481b

Complementary Color

#fa481b #1bcdfa

#fa481b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa481b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa481b Color CSS Codes

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

#fa481b Text Font Color

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

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


#fa481b Background Color

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

This div background color is #fa481b


#fa481b Border Color

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

This div border color is #fa481b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa481b


Comments

No comments written yet.

Please login to write comment.