Color Hex Logo

#fc150a Color Hex

#FC150A
(252,21,10)
0 Favorites   0 Comments

Color spaces of #fc150a

RGB 2522110
HSL0.010.980.51
HSV96°99°
CMYK 0.000.920.96   0.01
XYZ40.467821.25372.2566
Yxy21.25370.63250.3322
Hunter Lab46.101776.008129.3691
CIE-Lab53.226077.761364.4187

#fc150a color RGB value is (252,21,10).

#fc150a hex color red value is 252, green value is 21 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fc150a hue: 0.01 , saturation: 0.98 and the lightness value of fc150a is 0.51.

The process color (four color CMYK) of #fc150a color hex is 0.00, 0.92, 0.96, 0.01. Web safe color of #fc150a is #ff0000. Color #fc150a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 00001010
Octal 374 25 12
Decimal 252 21 10
Hex FC 15 A

RGB Percentages of Color #fc150a

%89.05
%7.42
%3.53

CMYK Percentages of Color #fc150a

%0
%92
%96
%1

Triadic Colors of #fc150a

#fc150a #0afc15 #150afc

Analogous Colors of #fc150a

#fc150a #fc8e0a #fc0a78

Monochromatic Colors of #fc150a

#fc150a

Complementary Color

#fc150a #0af1fc

#fc150a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc150a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc150a Color CSS Codes

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

#fc150a Text Font Color

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

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


#fc150a Background Color

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

This div background color is #fc150a


#fc150a Border Color

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

This div border color is #fc150a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc150a

Related Colors


Comments

No comments written yet.

Please login to write comment.