Color Hex Logo

#fa3025 Color Hex

#FA3025
(250,48,37)
0 Favorites   0 Comments

Color spaces of #fa3025

RGB 2504837
HSL0.010.960.56
HSV85°98°
CMYK 0.000.810.85   0.02
XYZ40.815222.57153.9558
Yxy22.57150.60610.3352
Hunter Lab47.509570.207128.3199
CIE-Lab54.628272.790855.5326

#fa3025 color RGB value is (250,48,37).

#fa3025 hex color red value is 250, green value is 48 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fa3025 hue: 0.01 , saturation: 0.96 and the lightness value of fa3025 is 0.56.

The process color (four color CMYK) of #fa3025 color hex is 0.00, 0.81, 0.85, 0.02. Web safe color of #fa3025 is #ff3333. Color #fa3025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110000 00100101
Octal 372 60 45
Decimal 250 48 37
Hex FA 30 25

RGB Percentages of Color #fa3025

%74.63
%14.33
%11.04

CMYK Percentages of Color #fa3025

%0
%81
%85
%2

Triadic Colors of #fa3025

#fa3025 #25fa30 #3025fa

Analogous Colors of #fa3025

#fa3025 #fa9b25 #fa2585

Monochromatic Colors of #fa3025

#fa3025

Complementary Color

#fa3025 #25effa

#fa3025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3025 Color CSS Codes

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

#fa3025 Text Font Color

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

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


#fa3025 Background Color

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

This div background color is #fa3025


#fa3025 Border Color

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

This div border color is #fa3025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3025


Comments

No comments written yet.

Please login to write comment.