Color Hex Logo

#fa6253 Color Hex

#FA6253
(250,98,83)
0 Favorites   0 Comments

Color spaces of #fa6253

RGB 2509883
HSL0.010.940.65
HSV67°98°
CMYK 0.000.610.67   0.02
XYZ45.353429.683911.5228
Yxy29.68390.52400.3429
Hunter Lab54.482953.244225.5986
CIE-Lab61.380557.178638.8136

#fa6253 color RGB value is (250,98,83).

#fa6253 hex color red value is 250, green value is 98 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fa6253 hue: 0.01 , saturation: 0.94 and the lightness value of fa6253 is 0.65.

The process color (four color CMYK) of #fa6253 color hex is 0.00, 0.61, 0.67, 0.02. Web safe color of #fa6253 is #ff6666. Color #fa6253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01010011
Octal 372 142 123
Decimal 250 98 83
Hex FA 62 53

RGB Percentages of Color #fa6253

%58.00
%22.74
%19.26

CMYK Percentages of Color #fa6253

%0
%61
%67
%2

Triadic Colors of #fa6253

#fa6253 #53fa62 #6253fa

Analogous Colors of #fa6253

#fa6253 #fab653 #fa5398

Monochromatic Colors of #fa6253

#fa6253

Complementary Color

#fa6253 #53ebfa

#fa6253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6253 Color CSS Codes

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

#fa6253 Text Font Color

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

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


#fa6253 Background Color

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

This div background color is #fa6253


#fa6253 Border Color

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

This div border color is #fa6253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6253

Related Colors


Comments

No comments written yet.

Please login to write comment.