Color Hex Logo

#fa7f34 Color Hex

#FA7F34
(250,127,52)
0 Favorites   0 Comments

Color spaces of #fa7f34

RGB 25012752
HSL0.060.950.59
HSV23°79°98°
CMYK 0.000.490.79   0.02
XYZ47.633535.75077.6388
Yxy35.75070.52330.3928
Hunter Lab59.791937.567134.2796
CIE-Lab66.329042.289859.4596

#fa7f34 color RGB value is (250,127,52).

#fa7f34 hex color red value is 250, green value is 127 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fa7f34 hue: 0.06 , saturation: 0.95 and the lightness value of fa7f34 is 0.59.

The process color (four color CMYK) of #fa7f34 color hex is 0.00, 0.49, 0.79, 0.02. Web safe color of #fa7f34 is #ff6633. Color #fa7f34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111111 00110100
Octal 372 177 64
Decimal 250 127 52
Hex FA 7F 34

RGB Percentages of Color #fa7f34

%58.28
%29.60
%12.12

CMYK Percentages of Color #fa7f34

%0
%49
%79
%2

Triadic Colors of #fa7f34

#fa7f34 #34fa7f #7f34fa

Analogous Colors of #fa7f34

#fa7f34 #fae234 #fa344c

Monochromatic Colors of #fa7f34

#fa7f34

Complementary Color

#fa7f34 #34affa

#fa7f34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7f34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7f34 Color CSS Codes

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

#fa7f34 Text Font Color

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

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


#fa7f34 Background Color

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

This div background color is #fa7f34


#fa7f34 Border Color

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

This div border color is #fa7f34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7f34


Comments

No comments written yet.

Please login to write comment.