Color Hex Logo

#fc514a Color Hex

#FC514A
(252,81,74)
0 Favorites   0 Comments

Color spaces of #fc514a

RGB 2528174
HSL0.010.970.64
HSV71°99°
CMYK 0.000.680.71   0.01
XYZ44.323327.07479.3684
Yxy27.07470.54880.3352
Hunter Lab52.033460.992325.7484
CIE-Lab59.043464.271641.0911

#fc514a color RGB value is (252,81,74).

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

The process color (four color CMYK) of #fc514a color hex is 0.00, 0.68, 0.71, 0.01. Web safe color of #fc514a is #ff6633. Color #fc514a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 01001010
Octal 374 121 112
Decimal 252 81 74
Hex FC 51 4A

RGB Percentages of Color #fc514a

%61.92
%19.90
%18.18

CMYK Percentages of Color #fc514a

%0
%68
%71
%1

Triadic Colors of #fc514a

#fc514a #4afc51 #514afc

Analogous Colors of #fc514a

#fc514a #fcaa4a #fc4a9c

Monochromatic Colors of #fc514a

#fc514a

Complementary Color

#fc514a #4af5fc

#fc514a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc514a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc514a Color CSS Codes

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

#fc514a Text Font Color

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

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


#fc514a Background Color

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

This div background color is #fc514a


#fc514a Border Color

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

This div border color is #fc514a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc514a

Related Colors


Comments

No comments written yet.

Please login to write comment.