Color Hex Logo

#fc914d Color Hex

#FC914D
(252,145,77)
0 Favorites   0 Comments

Color spaces of #fc914d

RGB 25214577
HSL0.060.970.65
HSV23°69°99°
CMYK 0.000.420.69   0.01
XYZ51.609841.482112.3079
Yxy41.48210.48970.3936
Hunter Lab64.406630.322733.7545
CIE-Lab70.512435.015252.4567

#fc914d color RGB value is (252,145,77).

#fc914d hex color red value is 252, green value is 145 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fc914d hue: 0.06 , saturation: 0.97 and the lightness value of fc914d is 0.65.

The process color (four color CMYK) of #fc914d color hex is 0.00, 0.42, 0.69, 0.01. Web safe color of #fc914d is #ff9966. Color #fc914d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 01001101
Octal 374 221 115
Decimal 252 145 77
Hex FC 91 4D

RGB Percentages of Color #fc914d

%53.16
%30.59
%16.24

CMYK Percentages of Color #fc914d

%0
%42
%69
%1

Triadic Colors of #fc914d

#fc914d #4dfc91 #914dfc

Analogous Colors of #fc914d

#fc914d #fce94d #fc4d61

Monochromatic Colors of #fc914d

#fc914d

Complementary Color

#fc914d #4db8fc

#fc914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc914d Color CSS Codes

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

#fc914d Text Font Color

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

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


#fc914d Background Color

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

This div background color is #fc914d


#fc914d Border Color

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

This div border color is #fc914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc914d


Comments

No comments written yet.

Please login to write comment.