Color Hex Logo

#fa633c Color Hex

#FA633C
(250,99,60)
0 Favorites   0 Comments

Color spaces of #fa633c

RGB 2509960
HSL0.030.950.61
HSV12°76°98°
CMYK 0.000.600.76   0.02
XYZ44.701829.57397.6273
Yxy29.57390.54580.3611
Hunter Lab54.381951.558329.7516
CIE-Lab61.284855.711050.8042

#fa633c color RGB value is (250,99,60).

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

The process color (four color CMYK) of #fa633c color hex is 0.00, 0.60, 0.76, 0.02. Web safe color of #fa633c is #ff6633. Color #fa633c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 00111100
Octal 372 143 74
Decimal 250 99 60
Hex FA 63 3C

RGB Percentages of Color #fa633c

%61.12
%24.21
%14.67

CMYK Percentages of Color #fa633c

%0
%60
%76
%2

Triadic Colors of #fa633c

#fa633c #3cfa63 #633cfa

Analogous Colors of #fa633c

#fa633c #fac23c #fa3c74

Monochromatic Colors of #fa633c

#fa633c

Complementary Color

#fa633c #3cd3fa

#fa633c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa633c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa633c Color CSS Codes

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

#fa633c Text Font Color

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

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


#fa633c Background Color

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

This div background color is #fa633c


#fa633c Border Color

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

This div border color is #fa633c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa633c

Related Colors


Comments

No comments written yet.

Please login to write comment.