Color Hex Logo

#fa7241 Color Hex

#FA7241
(250,114,65)
0 Favorites   0 Comments

Color spaces of #fa7241

RGB 25011465
HSL0.040.950.62
HSV16°74°98°
CMYK 0.000.540.74   0.02
XYZ46.395832.74038.8752
Yxy32.74030.52720.3720
Hunter Lab57.219144.602230.8570
CIE-Lab63.950149.073751.1283

#fa7241 color RGB value is (250,114,65).

#fa7241 hex color red value is 250, green value is 114 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fa7241 hue: 0.04 , saturation: 0.95 and the lightness value of fa7241 is 0.62.

The process color (four color CMYK) of #fa7241 color hex is 0.00, 0.54, 0.74, 0.02. Web safe color of #fa7241 is #ff6633. Color #fa7241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 01000001
Octal 372 162 101
Decimal 250 114 65
Hex FA 72 41

RGB Percentages of Color #fa7241

%58.28
%26.57
%15.15

CMYK Percentages of Color #fa7241

%0
%54
%74
%2

Triadic Colors of #fa7241

#fa7241 #41fa72 #7241fa

Analogous Colors of #fa7241

#fa7241 #facf41 #fa416d

Monochromatic Colors of #fa7241

#fa7241

Complementary Color

#fa7241 #41c9fa

#fa7241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7241 Color CSS Codes

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

#fa7241 Text Font Color

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

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


#fa7241 Background Color

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

This div background color is #fa7241


#fa7241 Border Color

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

This div border color is #fa7241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7241


Comments

No comments written yet.

Please login to write comment.