Color Hex Logo

#fc290a Color Hex

#FC290A
(252,41,10)
0 Favorites   0 Comments

Color spaces of #fc290a

RGB 2524110
HSL0.020.980.51
HSV96°99°
CMYK 0.000.840.96   0.01
XYZ40.992622.30322.4316
Yxy22.30320.62370.3393
Hunter Lab47.226372.292830.0056
CIE-Lab54.347274.547664.9669

#fc290a color RGB value is (252,41,10).

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

The process color (four color CMYK) of #fc290a color hex is 0.00, 0.84, 0.96, 0.01. Web safe color of #fc290a is #ff3300. Color #fc290a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 00001010
Octal 374 51 12
Decimal 252 41 10
Hex FC 29 A

RGB Percentages of Color #fc290a

%83.17
%13.53
%3.30

CMYK Percentages of Color #fc290a

%0
%84
%96
%1

Triadic Colors of #fc290a

#fc290a #0afc29 #290afc

Analogous Colors of #fc290a

#fc290a #fca20a #fc0a64

Monochromatic Colors of #fc290a

#fc290a

Complementary Color

#fc290a #0addfc

#fc290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc290a Color CSS Codes

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

#fc290a Text Font Color

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

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


#fc290a Background Color

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

This div background color is #fc290a


#fc290a Border Color

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

This div border color is #fc290a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,41,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 #fc290a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc290a

Related Colors


Comments

No comments written yet.

Please login to write comment.