Color Hex Logo

#fa923f Color Hex

#FA923F
(250,146,63)
0 Favorites   0 Comments

Color spaces of #fa923f

RGB 25014663
HSL0.070.950.61
HSV27°75°98°
CMYK 0.000.420.75   0.02
XYZ50.600441.24069.9959
Yxy41.24060.49690.4050
Hunter Lab64.218828.263835.7245
CIE-Lab70.344233.063358.6462

#fa923f color RGB value is (250,146,63).

#fa923f hex color red value is 250, green value is 146 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fa923f hue: 0.07 , saturation: 0.95 and the lightness value of fa923f is 0.61.

The process color (four color CMYK) of #fa923f color hex is 0.00, 0.42, 0.75, 0.02. Web safe color of #fa923f is #ff9933. Color #fa923f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010010 00111111
Octal 372 222 77
Decimal 250 146 63
Hex FA 92 3F

RGB Percentages of Color #fa923f

%54.47
%31.81
%13.73

CMYK Percentages of Color #fa923f

%0
%42
%75
%2

Triadic Colors of #fa923f

#fa923f #3ffa92 #923ffa

Analogous Colors of #fa923f

#fa923f #faf03f #fa3f49

Monochromatic Colors of #fa923f

#fa923f

Complementary Color

#fa923f #3fa7fa

#fa923f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa923f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa923f Color CSS Codes

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

#fa923f Text Font Color

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

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


#fa923f Background Color

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

This div background color is #fa923f


#fa923f Border Color

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

This div border color is #fa923f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa923f


Comments

No comments written yet.

Please login to write comment.