Color Hex Logo

#fc483d Color Hex

#FC483D
(252,72,61)
0 Favorites   0 Comments

Color spaces of #fc483d

RGB 2527261
HSL0.010.970.61
HSV76°99°
CMYK 0.000.710.76   0.01
XYZ43.304625.66717.0867
Yxy25.66710.56940.3375
Hunter Lab50.662763.915427.1704
CIE-Lab57.719766.983746.6532

#fc483d color RGB value is (252,72,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 00111101
Octal 374 110 75
Decimal 252 72 61
Hex FC 48 3D

RGB Percentages of Color #fc483d

%65.45
%18.70
%15.84

CMYK Percentages of Color #fc483d

%0
%71
%76
%1

Triadic Colors of #fc483d

#fc483d #3dfc48 #483dfc

Analogous Colors of #fc483d

#fc483d #fca83d #fc3d92

Monochromatic Colors of #fc483d

#fc483d

Complementary Color

#fc483d #3df1fc

#fc483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc483d Color CSS Codes

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

#fc483d Text Font Color

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

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


#fc483d Background Color

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

This div background color is #fc483d


#fc483d Border Color

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

This div border color is #fc483d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc483d


Comments

No comments written yet.

Please login to write comment.