Color Hex Logo

#fa9910 Color Hex

#FA9910
(250,153,16)
0 Favorites   0 Comments

Color spaces of #fa9910

RGB 25015316
HSL0.100.960.52
HSV35°94°98°
CMYK 0.000.390.94   0.02
XYZ50.909143.14396.1346
Yxy43.14390.50810.4306
Hunter Lab65.684023.401340.4414
CIE-Lab71.652528.246274.4527

#fa9910 color RGB value is (250,153,16).

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

The process color (four color CMYK) of #fa9910 color hex is 0.00, 0.39, 0.94, 0.02. Web safe color of #fa9910 is #ff9900. Color #fa9910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011001 00010000
Octal 372 231 20
Decimal 250 153 16
Hex FA 99 10

RGB Percentages of Color #fa9910

%59.67
%36.52
%3.82

CMYK Percentages of Color #fa9910

%0
%39
%94
%2

Triadic Colors of #fa9910

#fa9910 #10fa99 #9910fa

Analogous Colors of #fa9910

#fa9910 #e6fa10 #fa2410

Monochromatic Colors of #fa9910

#fa9910

Complementary Color

#fa9910 #1071fa

#fa9910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9910 Color CSS Codes

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

#fa9910 Text Font Color

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

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


#fa9910 Background Color

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

This div background color is #fa9910


#fa9910 Border Color

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

This div border color is #fa9910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9910

Related Colors


Comments

No comments written yet.

Please login to write comment.