Color Hex Logo

#fa580b Color Hex

#FA580B
(250,88,11)
0 Favorites   0 Comments

Color spaces of #fa580b

RGB 2508811
HSL0.050.960.51
HSV19°96°98°
CMYK 0.000.650.96   0.02
XYZ42.974527.32763.3264
Yxy27.32760.58370.3712
Hunter Lab52.275855.257332.8203
CIE-Lab59.276359.294067.2645

#fa580b color RGB value is (250,88,11).

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

The process color (four color CMYK) of #fa580b color hex is 0.00, 0.65, 0.96, 0.02. Web safe color of #fa580b is #ff6600. Color #fa580b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 00001011
Octal 372 130 13
Decimal 250 88 11
Hex FA 58 B

RGB Percentages of Color #fa580b

%71.63
%25.21
%3.15

CMYK Percentages of Color #fa580b

%0
%65
%96
%2

Triadic Colors of #fa580b

#fa580b #0bfa58 #580bfa

Analogous Colors of #fa580b

#fa580b #fad00b #fa0b35

Monochromatic Colors of #fa580b

#fa580b

Complementary Color

#fa580b #0badfa

#fa580b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa580b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa580b Color CSS Codes

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

#fa580b Text Font Color

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

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


#fa580b Background Color

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

This div background color is #fa580b


#fa580b Border Color

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

This div border color is #fa580b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa580b

Related Colors


Comments

No comments written yet.

Please login to write comment.