Color Hex Logo

#fc453d Color Hex

#FC453D
(252,69,61)
0 Favorites   0 Comments

Color spaces of #fc453d

RGB 2526961
HSL0.010.970.61
HSV76°99°
CMYK 0.000.730.76   0.01
XYZ43.115325.28867.0236
Yxy25.28860.57160.3353
Hunter Lab50.287865.037226.9205
CIE-Lab57.355567.992046.2648

#fc453d color RGB value is (252,69,61).

#fc453d hex color red value is 252, green value is 69 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fc453d hue: 0.01 , saturation: 0.97 and the lightness value of fc453d is 0.61.

The process color (four color CMYK) of #fc453d color hex is 0.00, 0.73, 0.76, 0.01. Web safe color of #fc453d is #ff3333. Color #fc453d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 00111101
Octal 374 105 75
Decimal 252 69 61
Hex FC 45 3D

RGB Percentages of Color #fc453d

%65.97
%18.06
%15.97

CMYK Percentages of Color #fc453d

%0
%73
%76
%1

Triadic Colors of #fc453d

#fc453d #3dfc45 #453dfc

Analogous Colors of #fc453d

#fc453d #fca53d #fc3d95

Monochromatic Colors of #fc453d

#fc453d

Complementary Color

#fc453d #3df4fc

#fc453d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc453d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc453d Color CSS Codes

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

#fc453d Text Font Color

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

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


#fc453d Background Color

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

This div background color is #fc453d


#fc453d Border Color

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

This div border color is #fc453d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc453d


Comments

No comments written yet.

Please login to write comment.