Color Hex Logo

#fa2015 Color Hex

#FA2015
(250,32,21)
0 Favorites   0 Comments

Color spaces of #fa2015

RGB 2503221
HSL0.010.960.53
HSV92°98°
CMYK 0.000.870.92   0.02
XYZ40.076221.41122.7300
Yxy21.41120.62410.3334
Hunter Lab46.272273.621728.8925
CIE-Lab53.396675.808861.1123

#fa2015 color RGB value is (250,32,21).

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

The process color (four color CMYK) of #fa2015 color hex is 0.00, 0.87, 0.92, 0.02. Web safe color of #fa2015 is #ff3300. Color #fa2015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100000 00010101
Octal 372 40 25
Decimal 250 32 21
Hex FA 20 15

RGB Percentages of Color #fa2015

%82.51
%10.56
%6.93

CMYK Percentages of Color #fa2015

%0
%87
%92
%2

Triadic Colors of #fa2015

#fa2015 #15fa20 #2015fa

Analogous Colors of #fa2015

#fa2015 #fa9315 #fa157d

Monochromatic Colors of #fa2015

#fa2015

Complementary Color

#fa2015 #15effa

#fa2015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2015 Color CSS Codes

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

#fa2015 Text Font Color

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

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


#fa2015 Background Color

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

This div background color is #fa2015


#fa2015 Border Color

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

This div border color is #fa2015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2015

Related Colors


Comments

No comments written yet.

Please login to write comment.