Color Hex Logo

#fa2506 Color Hex

#FA2506
(250,37,6)
0 Favorites   0 Comments

Color spaces of #fa2506

RGB 250376
HSL0.020.960.50
HSV98°98°
CMYK 0.000.850.98   0.02
XYZ40.118821.66032.2387
Yxy21.66030.62670.3383
Hunter Lab46.540672.423929.7265
CIE-Lab53.664774.786165.3206

#fa2506 color RGB value is (250,37,6).

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

The process color (four color CMYK) of #fa2506 color hex is 0.00, 0.85, 0.98, 0.02. Web safe color of #fa2506 is #ff3300. Color #fa2506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100101 00000110
Octal 372 45 6
Decimal 250 37 6
Hex FA 25 6

RGB Percentages of Color #fa2506

%85.32
%12.63
%2.05

CMYK Percentages of Color #fa2506

%0
%85
%98
%2

Triadic Colors of #fa2506

#fa2506 #06fa25 #2506fa

Analogous Colors of #fa2506

#fa2506 #fa9f06 #fa0661

Monochromatic Colors of #fa2506

#fa2506

Complementary Color

#fa2506 #06dbfa

#fa2506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2506 Color CSS Codes

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

#fa2506 Text Font Color

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

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


#fa2506 Background Color

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

This div background color is #fa2506


#fa2506 Border Color

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

This div border color is #fa2506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2506


Comments

No comments written yet.

Please login to write comment.