Color Hex Logo

#fc450d Color Hex

#FC450D
(252,69,13)
0 Favorites   0 Comments

Color spaces of #fc450d

RGB 2526913
HSL0.040.980.52
HSV14°95°99°
CMYK 0.000.730.95   0.01
XYZ42.345724.98072.9707
Yxy24.98070.60240.3554
Hunter Lab49.980763.766331.4625
CIE-Lab57.056666.980965.7505

#fc450d color RGB value is (252,69,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 00001101
Octal 374 105 15
Decimal 252 69 13
Hex FC 45 D

RGB Percentages of Color #fc450d

%75.45
%20.66
%3.89

CMYK Percentages of Color #fc450d

%0
%73
%95
%1

Triadic Colors of #fc450d

#fc450d #0dfc45 #450dfc

Analogous Colors of #fc450d

#fc450d #fcbd0d #fc0d4c

Monochromatic Colors of #fc450d

#fc450d

Complementary Color

#fc450d #0dc4fc

#fc450d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc450d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc450d Color CSS Codes

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

#fc450d Text Font Color

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

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


#fc450d Background Color

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

This div background color is #fc450d


#fc450d Border Color

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

This div border color is #fc450d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc450d

Related Colors


Comments

No comments written yet.

Please login to write comment.