Color Hex Logo

#fc450a Color Hex

#FC450A
(252,69,10)
0 Favorites   0 Comments

Color spaces of #fc450a

RGB 2526910
HSL0.040.980.51
HSV15°96°99°
CMYK 0.000.730.96   0.01
XYZ42.327824.97362.8766
Yxy24.97360.60310.3559
Hunter Lab49.973663.736331.5686
CIE-Lab57.049766.956966.3811

#fc450a color RGB value is (252,69,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 00001010
Octal 374 105 12
Decimal 252 69 10
Hex FC 45 A

RGB Percentages of Color #fc450a

%76.13
%20.85
%3.02

CMYK Percentages of Color #fc450a

%0
%73
%96
%1

Triadic Colors of #fc450a

#fc450a #0afc45 #450afc

Analogous Colors of #fc450a

#fc450a #fcbe0a #fc0a48

Monochromatic Colors of #fc450a

#fc450a

Complementary Color

#fc450a #0ac1fc

#fc450a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc450a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc450a Color CSS Codes

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

#fc450a Text Font Color

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

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


#fc450a Background Color

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

This div background color is #fc450a


#fc450a Border Color

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

This div border color is #fc450a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc450a


Comments

No comments written yet.

Please login to write comment.